﻿@charset "utf-8";
body {
	background-color: #000000;
	margin: 0;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

a:link { 
	color: #ffffff;
	text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover { 
	color: gold;
	text-decoration: none;
	}
a:active { 
	color: #ffffff;
	text-decoration: none;
	}
	
#container
{
margin:0 auto;
width: 980px;
overflow: hidden;
}
#header {
	width: 982px;
	font-size: 12px;
	border-bottom-color: #CCCCCC;
	border-bottom: 1px solid gold;
}

#main {
    float:right;
    width:680px;
	text-align:left ;
	padding-left:10px;
	padding-right:10px ;
	padding-top:20px ;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
    border-left: 1px solid gold;
	border-right: 1px solid gold;
    }
#sidebar {
    float:left;
    width:272px;
	padding-top:10px ;
	padding-left:5px ;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	border-left: 1px solid gold;
    }
#footer
{
	padding: 20px;
	background-color: #333333;
	text-align: center;
	margin: 0 auto;
	width: 938px ;
	border-left: 1px solid gold;
	border-right: 1px solid gold;
	border-top: 1px solid gold;
	border-bottom: 1px solid gold;
	overflow: hidden;
}

.fr {
float:right ;
}
.style1 {
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC9900;
}
#topNav {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	margin: 0px;
	background-image: url('images/navBG.gif');
	background-repeat: repeat-x;
	background-position: left center;
	overflow: hidden;
	text-align: center;
}
#topNav a {
	color: #FFCC00;
	text-decoration: none;
	display: inline-block;
}
#topNav a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#footer a {
	color: #ffcc00;
	text-decoration:underline
}

#footer a:hover {
	color: #ffcc00;
	text-decoration:none
}

