* {
	margin: 0;
	padding: 0;
}

body {
	background: #d0b484;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #34160C;
}

h1, h2, h3 {
	margin-bottom: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #34160C;
}

p, ol, ul {
	margin-bottom: 1.4em;
	line-height: 1.4em;
}

ul, ol {
	margin-left: 3em;
}

a:link {text-decoration: none; color: #000000}

a:visited {text-decoration: none; color: #000000}

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



img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 12px 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */



#languages {
	width: 710px;
	height: 26px;
	margin: 0 auto;
	padding: 7px 25px 0px 25px;
	text-align: right;
	background: #34160C;

}




#header {
	width: 710px;
	height: 305px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background: #34160C url(spinner/rotate.jpg) no-repeat center top;
}


/* Page */

#page {
	width: 710px;
	margin: 0 auto;
	padding: 0 25px;
	background: #34160C url(images/img02.gif) repeat-y center top;
}

/* Content */

#content {
	float: left;
	width: 460px;
	padding: 5px 0 0 5px;
	background: url(images/img03.gif) no-repeat;
}

.post {
	width: 420px;
	padding: 20px 0 0 20px;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 5px 5px 0 0;
	background: url(images/img04.gif) no-repeat;
}

.box {
	width: 239px;
	padding-left: 1px;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 15px 0 0 15px;
	background: url(images/img09.gif) repeat-x;
	font-size: 13px;
}

.box ul {
	margin: 12px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x;
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	color: #000000;
}

/* Footer */

#footer {
	width: 710px;
	height: 45px;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
	background: #34160C url(images/img12.gif) no-repeat center top;
}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 90%;
	color: #d3c4b1;
}

#footer a {color: #9d9183;}

#legal {float: left;}

#links {float: right;}

