/* CSS Document */

body {
/*	background-image: url("images/tdi-background.jpg"); */
	background-color:#ffffff;
	background-position: center top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color:#666666;
	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:#333333; text-decoration:none;}
a:hover {color:#BFD700;} /* background-color:#001DA9; */

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

#center_top {position:absolute; top:0px; left:50%;}
#center_top-page {position:absolute; top:0%; left:50%; width:400px;}

#parked_img {position: relative; text-align:center; top:20px; left:-200px;}
#contact-details {position: relative; text-align:left; top:20px; left:-160px; width:320px;}

#bottom_left_corner {position:absolute; bottom:20px; left:10px; font:8pt}
#bottom_right_corner {position:absolute; bottom:20px; right:10px; font:8pt}
