@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-image:url(../images/bk_screen.jpg);
	background-repeat:repeat;
}


		h1 {
			font-family:"Times New Roman", Times, serif;
			font-weight:600;
			font-style:italic;
			font-size:24px;
			line-height:21px;
			color:#00536d;
			margin:0px 0px -5px 0px;
			}
		
		p {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			line-height:18px;
			color:#00536d;
			}
			
		ul {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			line-height:18px;
			color:#666666;
			list-style-image:url(../images/bullet.jpg);
			}
		
				.bullet {
					font-size:10px;
					line-height:16px;
					list-style-type:disc;
					list-style-image:none;
					}
		
		a:link, a:visited {
			color:#00536d;
			text-decoration:none;
			outline: none;
			}
			
		a:hover, a:active {
			color:#9b9b9b;
			text-decoration:none;
			outline: none;
			}


#container {
	width:569px;
	margin-left:auto;
	margin-right:auto;
	}
	
	
	
#copy {
	width:549px;
	height:85px;
	padding:10px;
	}


#nav_left {
	position:relative;
	width:35px;
	height:380px;
	float:left;
	}


#image {
	position:relative;
	width:500px;
	height:380px;
	float:left;
	}


#nav_right {
	position:relative;
	width:34px;
	height:380px;
	float:left;
	}
