@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333;
	background-color: #CCC;
	padding: 0px;
	margin: 0px;
}
#container {
	width: 959px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #D4D4D4;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}
/**-----HEADER-----**/
#header {
	height: 75px;
	padding: 0px;
	background-image: url(../img/headers/header1.jpg);
	background-repeat: no-repeat;
	width: 959px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h1 {
	text-transform: uppercase;
	color: #666;
	margin: 0px;
	font-size: xx-large;
	padding: 0px;
}
#footer {
	padding-top: 15px;
	font-size: small;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
}
#sidelink {
	float: right;
	width: 135px;
	font-size: 16px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 156px;
}
#sidelink a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#sidelink a:hover {
	color: #BCBCBC;
}


#nav   {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	float: right;
	width: 500px;
	margin-top: 50px;
	text-align: right;
	margin-right: 0px;
	height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#content {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-top: 0px;
}

#nav a {
	margin-left: 25px;
	color: #666;
	text-decoration: none;
}
#nav a:hover {
	color: #333;
}
a {
	color: #339;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

