html {
	padding: 30px 0;
	margin: 0;
	text-align: center;
	background-color: #5b0002;
}

body {
	background: #fff;
	padding: 0;
	margin: 0px auto 0px auto;
	width: 780px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	text-align: left;
}

h1 {

	font-size: 0.9em;
	width: 300px;
	color: #999;
	background: transparent url('/') no-repeat scroll top right;
	text-indent: -9999px;
	float: right;
	height: 80px;
	margin: 0px 20px 0 0;
}

h2 {
	color: #FFB900;
	font-size: 1.7em;
	font-weight: normal;
}

h3 {
	color: #990066;
	font-size: 1.2em;
	font-weight: normal;
}

#header {

	background: #fff;
	padding: 0px;
}

#header p {

	margin: 0;
	padding: 280px 0 0px 40px;
	background-repeat: no-repeat;
}

#header p a {

	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px;
	background-color: #000;
	width: 100px;
	text-align: center;
}


#header ul {
	text-align: center;
	list-style: none;
	background-color: #000;
	font-size: 1.1em;
	font-weight: normal;
	padding: 10px 0;
	margin: 0;
}

#header li {
	display: inline;
	padding: 0 23px;
}

#header li a {
	color: #fff;
	text-decoration: none;
}

#header li a.active {
	color: #FFB900;
}

#header li a:hover {
	color: #FFB900;
}


#content {
	padding: 10px 30px;
}


.narrow {
	width: 430px;
	padding: 10px 0 10px 30px;
	float: left;
}



#footer {
	text-align: center;
	color: #999;
	font-weight: bold;
	font-size: 0.9em;
	clear: both;
}

#footer a {
	display: block;
	float: right;
	text-align: right;
	color: #999;
	text-decoration: none;
	margin: -15px 0 0 0;
	width: 300px;
}

#footer a:hover {
	color: #990066;
}


#content a, #sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#content a:hover, #sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #999;
}

#content p {
	line-height: 1.6em;
	font-size: 0.9em;
	color: #4e4e4e;
	padding: 0;
	margin: 0 0 20px 0;
}

#content ul {
	line-height: 1.6em;
	font-size: 1.1em;
	color: #4e4e4e;
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
}

#content ul li {
	padding: 0 0 0 25px;
	background: transparent url('/layout/icons/bullet_purple.png') no-repeat scroll 0 4px;
}


#sidebar {
	width: 250px;
	float: right;
	padding: 30px 20px 30px 0;
	font-size: 13px;
	text-align: center;

}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget {
	background-color: #FFE08F;
	padding: 10px;
	margin: 0 0 10px 0;
	display: block;
	/* need to apply curvy corners */
}

#sidebar h2 {
	font-size: 18px;
	font-weight: bold;
	paddin: 0;
	margin: 0 0 10px 0;
}

.textwidget {

	line-height: 16px;

}



.zen #image {
	text-align: center;
}


.zen #image img {

	margin: 0 auto;
	border: 10px solid #ccc;
	padding: 2px;
}

#thumbs {
	text-align: center;
}

#thumbs img {

	border: 1px solid #666;
	margin: 10px;

}