/*
Original design: Learn CSS (step 1 - Oct 26, 2010) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/learn-css/
and
http://andreasviklund.com/learn/tutorial-building-your-first-website-using-a-free-website-template-part-1/
*/

body {
	color:#eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-attachment: fixed;
	background-color: #eee;
	background-position: center top;
	background-image: url("wallpaper81.jpg");
	background-repeat: repeat-y;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#f29450;
}
h1 {
	padding-right: auto;
	padding-bottom: 0;
	padding-left: 14px;
	margin: 0;
	padding-top: 0px;
	
}

h2,h3 {
	font-size:1.4em;
	padding:0;
	color: #F29450;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h3 {font-size:1.4em;}
p,ul,ol {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	line-height: 1.5em;
	padding: 0;
	color: #FFF;
}

#wrap {
	background:none;
	width:960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 0px;
}

#header {
	background-color:transparent;
	height:143px;
}
#header h1, #header h1 a {color:#eee; line-height:1em;}
#header p {padding:0 0 0 40px; margin:0; font-size:1.6em;}

#hmenu ul {float:left; width:960px;}
#hmenu ul li {display:inline;}
#hmenu ul li a {color:#aaa; font-size:1.4em; float:left; padding:4px; margin:0 25px 0 0;}
#hmenu ul li a:hover {color:#eee;}
#hmenu ul li a.current {color:#dcb975;}

#sidebar {
	clear:both;
	float:left;
	padding:0;
	width:190px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	
}
#sidebar h2 {
	font-size:1em;
	color:#FFF;
	margin:0 0 5px 0;
}
#sidebar p {
	font-size:1.2em;
	color:#FFF;
}
#sidebar ul {
	list-style:none;
	line-height: 1em;
	
}

ul.vmenu {padding:0; margin:0 0 20px 0;}
ul.vmenu li a {color:#aaa; display:block; padding:5px 10px 5px 0; font-size:1.3em;}
ul.vmenu li a:hover {color:#eee;}
ul.vmenu li a.current {color:#dcb975;}
ul.vmenu ul {margin:0 0 0 20px;}
ul.vmenu ul li a {padding:2px 0 2px 0; font-size:1.2em;}

#main {
	background-color: #292929;
	width: 700px;
	float: right;
	padding: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#main a {padding-bottom:1px; border-bottom:1px dotted #555;}
#main a:hover, #footer a:hover {border-color:#ccc;}

#quarters {clear:both; margin:0 0 20px 0;}
#quarters h2 {font-size:1.2em; color:#ccc; margin:5px 10px 10px 10px;}
#quarters p {font-size:0.9em; color:#ccc; margin:0 10px 5px 10px;}
.q1,.q2,.q3,.q4 {
	width:225px;
	margin:0 20px 0 0;
	background-color:#000;
	float:left;
}
.q4 {margin:0;}

#footer {
	clear:both;
}
#footer p {color:#888; margin:0; padding:10px 0 5px; text-align:right;}
#footer a {color:#888; padding-bottom:1px; border-bottom:1px dotted #555;}
#footer a:hover {color:#ccc;}
#wrap h1 strong {
	color: #F00;
}
#topleft {
	color: #FFF;
	height: 50px;
	margin: auto;
	width: 960px;
	padding-top: 10px;
}
#topleft h1 a {
	font-size: 36px;
	font-weight: 400;
	color: #FFF;
}
#topleft h1 a strong {
	color: #F00;
}
#topleft p {
	font-size: 10px;
	color: #F29450;
	margin-left: 1px;
	line-height: 1px;
}
#menu {
	height: 25px;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
#menu .menulinks {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu .menulinks .menulink {
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	margin: 5px;
	padding-top: 5px;
	padding-right: 86px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#menu .menulinks .menulink:hover {
	color: #F29450;
}
#topleft h1 a:hover {
	color: #ccc;
}
