/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: #E5FDE2;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}
h1 {
	font-size: 14px;
	color: #000000;
}

#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 135px;	}
	
#menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 44px;	}
	
#search {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: auto;	}
	
#top {
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 13px;	}
	
#content {
	background-image: url(images/content_middle.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 750px;  }
	
#bottom {
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 3px;	}
	
#adstrip {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: auto;	}
	
#footer {
	background: #FFFFFF;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	margin-left: auto;
	margin-right: auto;
	width: 748px;
	height: auto;	}	
	
#article {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: auto;	}