@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100.05%;
	background: #ffffdb url(../images/bg.jpg) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 100%;
	}
	
h2	{
	margin-left: 10px;
	height: 56px;
	background: url(../images/cycler_left.gif) top left no-repeat;
	padding: 10px 0 0 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #CC0000;
	}

h3	{
	margin-left: 10px;
	margin-bottom: 0;
	height: 56px;
	background: url(../images/cycler_right.gif) top left no-repeat;
	padding: 10px 0 0 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #CC0000;
	}

p {
	margin: 10px 10px 0 30px;
	font-size: 70%;
	line-height: 130%;
	}

.clear {
	clear: both;
	}
	
.left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin-bottom: 20px;
	padding-top: 5px;
	height: 50px;
	float: left;
}

#wrapper {
	padding-top: 10px;
	width: 100%;
	min-height: 720px;
	background: transparent url(../images/back1.jpg) no-repeat top center;
	}

#mainContainer {
	width: 765px;
	margin: 0 auto;
	}
	
#leftColumn {
	float: left;
	margin-top: 34px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 199px;
	min-height: 700px;
	background: #E8E8DC url(../images/nav_back.jpg) top left no-repeat;
	}
	
#leftColumn a img  {
	border: solid 1px #0099CC;
	}
	
#leftColumn a:hover img {
	border: solid 1px #CCCCCC;
	}
	
#nav {
	margin-top: -15px;
	margin-left: 10px;
	padding: 0;
	}
	
#gallery {
	margin-top: -15px;
	margin-left: 10px;
	padding: 0;
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	}
	
#nav li {
	list-style: none;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	}
	
#nav li a {
	color: #6E8ECB;
	text-decoration: none;
	}
	
#nav li a:hover {
	color: #999999;
	}
	
#rightColumn {
	float: left;
	width: 564px;
	min-height: 760px;
	background: #D0C9A1 url(../images/main_back.jpg) top left no-repeat;
	}

#textArea {
	margin-top: 275px;
	min-height: 450px;
	}
	
#textArea li {
	font-size: 70%;
	margin-bottom: 10px;
	}
	
#textArea a {
	color: #6E8ECB;
	text-decoration: none;
	}
	
#textArea a:hover {
	color: #999999;
	}
	
#textArea a.gallery img  {
	border: solid 1px #0099CC;
	}
	
#textArea a.gallery:hover img {
	border: solid 1px #CCCCCC;
	}
	
#textArea li {
	font-size: 70%;
	margin-bottom: 10px;
	}
	
#textArea li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	color: #6E8ECB;
	text-decoration: none;
	}
	
#textArea li a:hover {
	color: #999999;
	}