body {
	background-image: url(images/bg.jpg);
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	text-align: center;
	font-family: "Century Gothic";
	display: table;
}

body table {
	width: 100%;
}

.head{
	margin: 0px 0px 0px 0px;
/*	border: 1px solid Black;*/
	border-bottom: none;
	width:100%;
/*	background: url(images/side-bg.jpg);*/
	background-repeat: repeat-x;
	padding-top: 10px;
	display: table-row;
}

h1 {
	font-size: large;
}

h2 {
	font-size: medium:
}

p {
	font-size: x-small;
}



.head img{
	border: 2x solid #656565;
	border-bottom: none;
}

.menu{
	border: 2px solid #656565;
	border-top: none;
	border-bottom: none;
	vertical-align: middle;
	text-align: left;
	background-color:ffffff;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: middle;
	height: 30px;
	overflow: hidden;
	width:599px;
	display: table-row;
}

.menu img{
	margin-left: 0px;
}

.content{
	background-color: #E9E9E9;
	border: 2px solid #656565;
	border-top: none;
	width:599px;
	text-align: left;
	padding: 5px;
	padding-top: 5px;
}

.footer{
	border: 2px solid #656565;
	border-top: none;
	width:599px;
	padding-bottom: 5px;
	background: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	z-index: 100;
	
}

.news{
	background-image: url(images/nav_bg.jpg);
	background-position: top;
	background-color: #D9D9D9;
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	border: double;
	border-color: #E9E9E9;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-size: x-small;
	width: 380px;
}

.news p{
	margin: -5px 0px 5px 5px;
}

h2{
	font-size: small;
	/*padding-top: 2px;*/
	/*width: 50%*/	
}

h2.yellow{
	background-image: url(images/news-yellow.gif);
	background-position: 5px 5px;
	padding-left: 30px;
	background-repeat: no-repeat;
	padding-top: 2px;
}

h2.red{
	background-image: url(images/news-red.gif);
	background-position: 5px 5px;
	padding-left: 30px;
	background-repeat: no-repeat;
	padding-top: 2px;
}

h2.black{
	background-image: url(images/news-black.gif);
	background-position: 5px 5px;
	padding-left: 30px;
	background-repeat: no-repeat;
	padding-top: 2px;
}

.poll{
	width: 150px;
	margin: 5px 0px 0px 3px;
}

.poll font{
	margin-top: 20px;
}

.spnsors{
	width: 150px;
	margin: 0px 0px 0px 0px;
	background-color: White;
	text-align: center !important;
	border: solid 1px black;
	padding: 10px 10px 10px 10px; 
}

.spnsors img{
	border: none;
}

.spnsors h2 {
	text-decoration: underline;
	text-align: center;
}

.content p, .content h1, .content h2{
	text-align: left !important;h2
}

.content > table > td{
	text-align: center;
}

body{
	width: 580px;
}

body>div .head{
	width: 580px !important;
}

body>div .menu{
	width: 580px !important;
}

body>div .content{
	width: 580px !important;
}

body>div .footer{
	width: 550px !important;
	padding-right: 20px;
}

body>div .content table{
	padding-right: 200px;
	width: 300px !important;
}