body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	color: #811305;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 1.3em;
}

a:link {
	color: #3B0700;
}

a:hover, a:active {
	text-decoration: none;
	color: #3B0700;
}

a:visited {
	color: #3B0700;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}




/* Menu */


/** LOGO */

#logo {
	float: left;
	width: 939px;
	height: 157px;
	background: url(images/img02.jpg) no-repeat left top;
}



#wrapper {
	width: 939px;
	margin: 0 auto;
	background: url(images/background.gif) repeat-y left top;
}

/* Page */

#page {
	width: 939px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 630px;
	padding: 10px 35px 0 0;
}

/* Post */

.post {
}

.post .title {
}

.post h1 {
}

.post h2 {
}

.post .entry {
}


/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
	padding: 10px 0 0 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #fefefe;
}

#sidebar li {
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}

#sidebar li a {
	font: 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #fefefe;
	text-decoration: none;
}

#sidebar li a:hover, a:active {
	text-decoration: none;
	color: #cccccc;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 2px 0 2px 0;
}

#sidebar h2 {
	height: 32px;
}

/* Boxes */



/* Footer */
#footer-wrap {
	width: 939px;
	height: 10px;
	margin: 0 auto;
	background: #000000;
	
}

#footer {
	margin: 0 auto;
	padding: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #fefefe;
}

#legal a {
	text-decoration: none;
	color: #fefefe;
}
