/* CSS Document */


h1 {
	font-size: 24px;
	Color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
h2  {
	font-size: 16px;
	Color: #000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}

a:link {
	color : #333;
	}

a:active {
	color : #ffffff;
	}

a:visited {
	color : #FFF;
	}

a:hover {
	color : #FFF;
	}

a img {
	border : none;
	}


#master {
	width : 1024px;
	height : 768px;
	}



#header {
	width : 1024px;
	height : 83px;
	background : #000000 url(Images/header.jpg) no-repeat;
	border-bottom: 1px solid #000000;
	}


#header_nav li
{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 12px;
	color : #0F0;
	display : inline;
	list-style-type : none;
	padding : 0px;
	float : left;
	margin-top : 63px;
	margin-left : 10px;
	text-align : left;
	}

#header_nav a {
	text-decoration : none;
	}


#content {
	background : #000000 url(Images/body.jpg) no-repeat;
	width : 1024px;
	height : 637px;
	text-align : center;
	}
#content_one {
	width : 1024px
	height : 63px
	}
#content_top_bar_nav ul
	{
	list-style: none;
	padding: 0;
	margin: 0;
	float: none;
	}



#content_top_bar_nav li {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 12px;
	color : #999;
	display : inline;
	list-style-type : none;
	padding : 0px;
	float : left;
	margin-top : 15px;
	margin-left : 20px;
	text-align : center;
	}

#content_top_bar_nav a {
	display : block;
	padding : 3px;
	width : 90px;
	background-color : #999;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-decoration : none;
	}

#content_top_bar_nav a:link {
	color : #EEE;
	text-decoration : none;
	}

#content_top_bar_nav a:hover {
	background-color : #666;
	color : #ffffff;
	}
#centerimage {
	padding-top: 50px;
	}
#links {
	padding-top: 100px;	
	
	}
#footer {
	width : 1024px;
	height : 83px;
	background : #000000 url(Images/footer.jpg) no-repeat;
	}
#footer_nav {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 12px;
	color : #0F0;
	display : inline;
	list-style-type : none;
	padding : 0px;
	float : left;
	margin-top : 0px;
	margin-left : 10px;
	text-align : left;
	}
#left_box {
	width : 100px;
	height : 20px;
	border : ridge double;
	border-color:#666;
	float : left;
	padding : 0px;
	text-align : left;
	margin: 0;
	}
#center_box {
	width : 100px;
	height : 20px;
	border : ridge double;
	border-color:#666;
	padding : 0px;
	text-align : center;
	margin: 0;
	float: none;
	}

#right_box {
	width : 100px;
	height : 20px;
	border : ridge double;
	border-color:#666;
	float : right;
	padding : 0px;
	text-align : right;
	margin: 0;
	}
