/* CSS Document */
body {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background:#000000;
}

a:link {color:#fff; text-decoration:underline;}
a:visited {color:#fff; text-decoration:underline;}
a:hover {color:#fff; text-decoration:underline; font-weight:bold;}

h1 {
	font-size:16px;
	font-family:"Century Gothic";
	color:#FFFFFF;
	font-weight:normal;

}

#container {
	position:relative;
	margin:20px auto;
	width:1000px;
	height:570px;
	background-image:url(../pics/main_bkgrd.jpg);
		
}

#content {
	position:absolute;
	top:100px;
	left:65px;
	width:880px;
	height:400px;
	background-color:#000000;

}

#image_area {
	position:absolute;
	top:10px;
	left:0px;
	width:440px;
	height:380px;
	font-family:"Century Gothic";
	font-size:12px;
	color:#FFFFFF;
	
}

#image_area2 {
	position:absolute;
	top:10px;
	left:0px;
	width:440px;
	height:160px;
	font-family:"Century Gothic";
	font-size:12px;
	color:#FFFFFF;
	
}

#image_area3 {
	position:absolute;
	top:10px;
	left:0px;
	width:440px;
	height:160px;
	
}

#image_area4 {
	position:absolute;
	top:175px;
	left:10px;
	width:205px;
	height:205px;
	
}

#image_area5 {
	position:absolute;
	top:175px;
	left:225px;
	width:205px;
	height:205px;
	
}

#image_area6 {
	position:absolute;
	top:10px;
	left:440px;
	width:280px;
	height:380px;
	
}

#image_area7 {
	position:absolute;
	top:10px;
	left:142px;
	width:140px;
	height:140px;
	
}

#text_area2 {
	position:absolute;
	top:180px;
	left:10px;
	width:420px;
	height:210px;
	font-family:"Century Gothic";
	font-size:10px;
	color:#FFFFFF;
	
}

#text_area { 
	position:absolute;
	top:10px;
	left:455px;
	width:260px;
	height:380px;
	font-family:"Century Gothic";
	font-size:10px;
	color:#FFFFFF;
	

}

#navigation {
	position:absolute;
	top:10px;
	left:720px;
	width:150px;
	height:320px;
	text-align:right;
	font-family:"Century Gothic";
	
	
}

#navigation a {color:#fff; font-size:12px; display:block; width:150px; height:37px; line-height:37px; }
#navigation a:link { text-decoration:none; }
#navigation a:visited { text-decoration:none; }
#navigation a:hover {color:#fff; text-decoration:underline; }

#footer {
	position:absolute;
	top:580px;
	left:65px;
	width:880px;
	text-align:left;
	font-size:10px;
	font-family:"Century Gothic";
	color:#333333;

}

#footer a {color:#333333; font-size:10px; font-family:"Century Gothic";  }
#footer a:link { color:#333333; font-weight:bold; }
#footer a:visited { text-decoration:none; }
#footer a:hover {color:#333333; text-decoration:underline; font-weight:bold;}

#header {
	position:absolute;
	top:70px;
	left:65px;
	width:880px;
	height:30px;
	text-align:left;
	
}

#header a {color:#fff; font-size:14px; display:inline-block; width:150px; height:30px; line-height:30px; background-image:url(../pics/tab.png); text-align:center; font-family:"Century Gothic";  }
#header a:link { text-decoration:none; }
#header a:visited { text-decoration:none; }
#header a:hover {color:#fff; text-decoration:underline; }
