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

body, html {
	padding:0;
	margin:0;
	text-align:center;
	font-size:100.01%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/template/pumpkins.jpg) repeat;
	color:#666666;
	height:100%;
}

a:active, a:focus {
   outline: 0;
}

img {
	border:0;
}

#wrapper {
	margin: 0 auto;
	width: 895px;
	text-align:left;
	background: url(../images/template/wrapper_bg.gif) top left repeat-y;
	padding:0 30px 0 30px;
	min-height:100%;
}

.accessibility {
	display:none;
}

#header {
	text-align:right;
}

#header img {
	float:left;
}

#header h1 {
	font-size:0;
	margin:0;
	padding:0;
	line-height:0;
}

#header h2 {
	color:#000000;
	font-weight:normal;
	font-size:175%;
	margin:0 0 15px 0;
	padding:0;
}

#header p {
	color:#C66329;
	font-weight:bold;
	font-size:85%;
	padding:0;
	margin:0;
}

#maincontent {
}

#maincontent h1 {
	font-size:120%;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:normal;
	color:#000000;
}

#maincontent h2 {
	font-size:100%;
	font-weight:normal;
	color:#D06F2A;
}

#maincontent p, #maincontent ul {
	font-size:75%;
	font-weight:normal;
}

#navigation {
	clear:both;
	margin-bottom:15px;
}

.clearboth {
	clear:both;
}

#rightcol {
	float:right;
	width:335px;
	margin-left:15px
}

#blog {
	background-color:#D06F2A;
	padding:10px;
	color:#FFFFFF;
	margin:15px 0 15px 0;
}

#blog h2 {
	color:#FFFFFF;
	padding:0;
	margin:0 0 10px 0;
}

#blog ul {
	font-size:75%;
	margin:0px
}

#blog ul li a, #blog ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#blog ul li a:hover {
	text-decoration:underline;
}

#footer {
	font-size:70%;
	color:#666666;
	text-align:center;
	padding:20px;
}
#footer a, #footer a:visited {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
