@charset "utf-8";
body {
	background-image: url(graphics/tex.jpg);
	margin: 0;
}
#shadow {
	position: relative;
	width: 1020px;
	background-image: url(graphics/shadow.png);
	margin-left: auto;
	margin-right: auto;
	height: 1485px;
}


#fullpage {
	width: 1000px;
	left: 10px;
	position: relative;
}
#banner {
	height: 200px;
	background-color: #990000;
	padding-top: 20px;
}
#nav {
	height: 30px;
	background-color: #000000;
}
#main {
	height: 1200px;
	position: relative;
}
#main #left {
	width: 250px;
	height: 100%;
	background-color: #C2B59B;
}


#main #left img {
	margin-bottom: 20px;
}
#main #centre {
	position: absolute;
	width: 510px;
	top: 0px;
	left: 250px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
}
#main #centre h1 {
	color: #996633;
}
#main #centre h2 {
	color: #990000;
}
#main #centre p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	clear: left;
	line-height: 1.4em;
}

#main #centre img {
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}
#main #centre a:link {
	color: #336633;
	text-decoration: underline;
}
#main #centre a:visited {
	color: #336633;
	text-decoration: underline;
}
#main   #centre  a:hover {
	color: #336633;
	text-decoration: none;
}


#main #right {
	position: absolute;
	width: 200px;
	left: 800px;
	top: 0px;
	height: 100%;
	background-color: #AFB28D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main  #right  #map {
	padding-right: 10px;
	padding-left: 10px;
}

#main #right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}


#main #right h3 {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	margin-top: 10px;
	margin-bottom: 5px;
}




#main #right td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 25px;
	background-color: #CCCC99;
}
#main #right table {
	margin-top: 5px;
	margin-left: 10px;
}


#main #right .date {
	background-color: #990000;
	color: #FFFFFF;
}


#main #right th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	background-color: #999966;
}
#main #right #models {
	padding-right: 10px;
	padding-left: 10px;
}
#main #right #month {
	padding-right: 10px;
	padding-left: 10px;
}
#main #right a:link {
	color: #FFFFFF;
}
#main #right a:visited {
	color: #FFFFFF;
}

#main #right a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



#footer {
	background-color: #660000;
	position: absolute;
	width: 1000px;
	top: 1450px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
#footer  a:link  {
	color: #FFFFCC;
}
#footer a:visited {
	color: #FFFFCC;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style1 {
	color: #660000;
	font-weight: bold;
}
