/* CSS Document */

body {
	background-image: url("images/tdi-background.jpg");
	background-color:#000000;
	background-position: center top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color:#aaaaaa;
	padding:10px;
	margin:0px;
	font:13px Arial, Helvetica, Tahoma, sans-serif;
} 

/* div, li, h1, h2, h3, h4, img{margin:0px; padding:0px;}*/

h1, h2, h3 {
	font-family: Rockwell,Arial, Helvetica, Tahoma, sans-serif;
	font-size:-2;
	margin:0px;
	padding:0px;
	color:#cccccc; 
}
h1 {
	padding-bottom:10px;
}

p {
	font:10pt/16pt Arial, Helvetica, Tahoma, sans-serif;
}

a {color:#cccccc; text-decoration:none;}
a:hover {color:#ffffff;}

ul {
	list-style-type:square;
	margin:10px;
	padding:10px;
}

#center_top {position:absolute; top:0px; left:50%;}
#center_page {position:absolute; top:50%; left:50%;}

/* #parked_img {position: relative; text-align:center; width:600px; top:-125px; left:-300px;}
#parked_img {position: relative; text-align:center; width:600px; top:0px; left:-300px;}*/
#parked_img {position: relative; text-align:left; width:600px; top:120px; left:-300px;}
#body_text {
	position: relative;
	text-align:left;
	width:600px;
	top:120px;
	left:-300px;
	background-color:#ffffff;
	padding:10px;
	color:#222222;
}
#body_text h1, h2, h3 {color:#000000;}
#body_text a {color:#666666; text-decoration:none;}
#body_text a:hover {color:#000000;}

#email {position: relative; font:9pt/12pt; text-align:center; width:600px; left:-300px; top:80px}

#contactnow {width:85%; position:absolute; top:200px; left:0; text-align:"right"}
#contactnow h2 {height:40px; color:#54517B; font:30px/40px; font-weight:bold;}

#contactnow2 {color:#333333; width:85%; position:absolute; top:200px; left:0; text-align:"right"}
#contactnow2 a {color:#666666;}
#contactnow2 a:hover {color:#000000;}

#underconstruction {width:85%; position:absolute; top:20px; left:0; text-align:"right";}

#bottom_left_corner {position:absolute; bottom:20px; left:10px; font:8pt}
#bottom_right_corner {position:absolute; bottom:20px; right:10px; font:8pt}
/* #bottom_right_corner {text-align:"right"; position:absolute; bottom:10px; right:10px; font:8pt} */

