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

body {
		background-color:#000000;
		}

#wrapper {
		width: 780px;
		margin-left: auto;
		margin-right: auto;
		}
		
#header {
		width: 780px;
		height: 147px;
		background-image: url(images/header.jpg);
		float: left;
		}

#header_text_left {
				width: 150px;
				float: left;
				}
		
#header_text {
			width: 357px;
			height: 60px;
			text-align: center;
			float: left;
			margin-top: 20px;
			}
		
#scrolling_news {
				width: 780px;
				height: 35px;
				background-color:#000000;
				float: left;
				}
				
#scroller {
			width: 780px;
			height: 25px;
			color: #B7B7B7;			
			margin-top: 10px;
			}

#menu {
		width: 780px;
		height: 39px;
		background-image: url(images/menu.jpg);
		background-repeat: no-repeat;
		}

#awmAnchor-menu {
				width: 780px;
				text-align: center;
				}

#body_top {
			width: 780px;
			height: 53px;
			background-image: url(images/body_top.jpg);
			text-align: center;
			float: left;
			}
			
#title {
		width: 684px;
		height: 53px;
		text-align: center;
		float: left;
		margin-left: 48px;
		border-bottom: #000000 thin solid;
		}

#body {
		width: 780px;
		background-image: url(images/body.jpg);
		float: left;
		}

#cue_up {
		margin-left: 13px;
		}
		
#blog_posts {
			width: 200px;
			margin-left: 15px;
			margin-top: 8px;
			}	
		
#body_2 {
		width: 780px;
		background-image: url(images/body_2.jpg);
		float: left;
		}
		
#content_bottom {
			width: 684px;
			float: left;
			margin-left: 48px;
			}
			
.img {
	float: left;
	margin-right: 24px;
	}

#footer {
		width: 780px;
		height: 64px;
		background-image: url(images/footer.jpg);
		float: left;
		}
		
#bottom_nav {
			width: 780px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 40px;
			text-align: center;
			}		
		
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-color: #000;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-color: #000;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: -5px;
	margin-top: 15px;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-color: #000;
	font-weight: bold;
	}
		
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-color: #000;
	font-weight: normal;
	}
	
#scroller a, #scroller a:link {
					color: #009966;
					text-decoration: none;
					font-weight: bold;
					}
					
#scroller a:hover {
				color: #fff;
				}
				
#footer a, #footer a:link {
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 9px;
					color: #fff;
					text-decoration: none;
					font-weight: normal;
					margin-left: 15px;
					margin-right: 15px;
					}
					
#footer a:hover {
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 9px;
					color: #000;
					text-decoration: none;
					font-weight: normal;
					}

a, a:link {
	color: #006666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 5px;
	}
	
a:hover {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 5px;
	}
	
#content_left a, #content_left_2 a:link {
	color: #006666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
#content_left a:hover {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	}
  
	table.about { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; }
	table.about th { color:#fff; background:#000; padding:5px; }
	table.about ul { margin:0; padding:0; }
	table.about li { text-align:center; list-style:none; padding:0; }
	
	table.menu { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; }
  table.menu th { color:#fff; background:#000; padding:5px; }
	table.menu td { vertical-align:top; }
  table.menu ul { margin:0; padding:0; }
  table.menu li { list-style:none; padding:0; }

