/* CSS Imagine Events */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color:#003366;
}

a{
	line-height: 18px;
	color: #fff;
	text-decoration:none;
	
}

a:hover{
	color:#F00;
	text-decoration:none;
	
	}
html{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

body{
	background-color:#003366;
	background-image: url(images/bg.jpg);
}

#container{
	width: 1024px;
	height: 768px;
}

#header{
	position: relative;
	margin-top: 113px;
	width: 731px;
	height: 186px;
	background-image: url('images/head_bg.jpg');
	background-repeat: no-repeat;
}

#col_l{
	font-weight: bold;
	width: 196px;
	height: 415px;
	background-image: url(images/col_l_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 5;
	margin-left: 68px;
	top: 0;
	color:#FFF;
} 

#col_l ul{
	margin: 0;
	padding: 0;
	font-size: 10px;
	width: 166px;
	margin: 0 auto;
	margin-top: 103px;
	color:#FFF;

}

#col_l ul li{
	list-style-type: none;
	border-bottom: 1px solid #fff;
	color:#FFF;
}

#col_l ul li a{
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	
}

#col_l ul li a:hover{
	color:#FFF;}

#main{
	width: 436px;
	height: 296px;
	background-image: url('images/main_bg.jpg');
	background-repeat: no-repeat;
	margin-left: 270px;
	margin-top: 33px;
}

#main h1{
	color: #000;
	margin-left: 29px;
	margin-top: 5px;
}

#main h1 b{
 font-weight: regular;
}

#thumb{
	width: 461px;
	height: 69px;
	background-image: url('images/thumb_bg.jpg');
	background-repeat: no-repeat;
	margin-left: 270px;
	margin-top: 7px;
}

#clear{
	clear: both;
	height: ;
}

#footer{
	width: 666px;
	height: 58px;
	background-image: url('images/footer_bg.jpg');
	background-repeat: no-repeat;
	font-size: 10px;
	margin-left: 68px;
	margin-top: 10px;
	padding-top: 10px;
}

#footer ul{
	margin: 0 0 0 254px;
}

#footer ul li{
	display: inline;
	list-style-type: nonw;
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-left: 10px;
}

#footer ul li a{}

#credits{
	font-size: 10px;
	text-align: right;
	width: 200px;
	border-right: 1px solid #fff;
	padding-right: 20px;
}

#credits a{
	color: #090;
	text-decoration: none;

}



