html {
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header.jpg);
}

body {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #c00;
}

a.selected {
	font-weight: bold;
	    vertical-align: middle;
}

h1 {
	font-size: 1.5em;
	margin-left: 15px;
	color: #600;
	font-weight: bold;
}

h2 {
	margin-left: 15px;
	font-size: 1em;
	color: #333;
	line-height: 1.5em;
	margin-right: 15px;
	margin-top: 30px;
}

p {
	margin-left: 15px;
	font-size: 0.85em;
	color: #333;
	line-height: 1.7em;
	text-align: justify;
	margin-right: 15px;
}

li {
	font-size: 0.85em;
	line-height: 1.7em;
	color: #333;
	list-style-position: inside;
	list-style-type: square;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#logo {
	width:935px;
	height: 266px;
	background-repeat: no-repeat;
	text-align: left;
	background-image: url(../images/logo.png);
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

#nav {
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
	width: 900px;
}
   #nav li {
	float: left;
	padding-top: 243px;
	list-style: none;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
   #nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #000;
}
   #nav li a:hover {
	color: #c00;
}
   
   
#content {
	width: 640px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	clear: left;
	float: left;
}

#side {
	width: 318px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #999;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom:25px;
	margin-left: 0px;
}

#side img{
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#side h2{
	margin-left: 15px;
	font-size: 1em;
	color: #600;
	line-height: 1.5em;
	margin-right: 15px;
	margin-top: 30px;
}

#footer {
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	border-top-width: medium;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	line-height: 1em;
	clear: both;
	text-align: center;
}   

#footer a {
	font-family: Verdana, Geneva, sans-serif;
}

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
