body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	font-family: Times New Roman, Times, Roman, serif;
	font-size: 14px;
	color: #8a8a8a;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0px;
	color: #753333;
}

a {
	color: #8a8a8a;
	text-decoration: underline;
}

a:hover {
	color: #8a8a8a;
	text-decoration: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 900px;
	height: 177px;
	margin: 0px auto 0px auto;
	font-family: Times New Roman, Times, Roman, serif;
	background: url(images/header3.jpg) no-repeat left top;
}

#header h1 {
	float: left;
	padding: 50px 0px 0px 260px;
        margin: 0px 0px 0px 0px;
	font-size: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #999999;
}

#header h2 {
	float: left;
	padding: 0px 0px 0px 262px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	color: #999999;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/main_sides.jpg) repeat-y left top;
}

#content .bgtop {
	background: url(images/main_top.jpg) no-repeat left top;
}

#content .bgbtm {
	background: url(images/main_bottom.jpg) no-repeat left bottom;
	padding: 0px 0px 15px 0px;
}

#content blockquote {
	line-height: normal;
	font-style: italic;
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	line-height: 180%;
	letter-spacing: 1px;
	color: #EE799F;
}

#content h1 {
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #EE799F;
	text-transform: uppercase;
	font-size: 18px;
}

#content h2 {
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #EE799F;
	text-transform: uppercase;
	font-size: 18px;
}

.post {
	padding: 40px 30px 0px 30px;
}

.post img {
	padding: 15px 0px 0px 0px;	
}

.post li {
	padding: 0px 0px 0px 0px;
	line-height: 150%;
}

.main {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 30px 0px;
	background: url(images/decoration.jpg) no-repeat center bottom;
	font-size: 14px;
	text-align: justify;
	line-height: 180%;
	color: #8A8A8A;
}

.quote {
	line-height: normal;
	font-style: italic;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 60px 0px;
	line-height: 180%;
	letter-spacing: 1px;
	text-align: right;
	color: #EE799F;
	background: url(images/decoration.jpg) no-repeat center bottom;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	margin-bottom: 10px;
	background: url(images/sidebar_sides.jpg) repeat-y left top;
	color: #EEEEEE;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#sidebar .background_top {
	background: url(images/sidebar_top.jpg) no-repeat left top;
}

#sidebar .background_bottom {
	background: url(images/sidebar_bottom.jpg) no-repeat left bottom;
}

#sidebar ul {
	margin: 0px 0px 0px 20px;
	padding: 30px 0px 0px 0px;
	list-style: none;
	line-height: 150%;
}

#sidebar li ul {
	padding: 0px 37px 16px 0px;
}

#sidebar li li {
	border-top: 1px dotted #E3E3E3;
	font-size: 14px;
	padding: 8px 20px 8px 0px;
}

#sidebar h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 18px;
	color: #EE799F;
}

#sidebar a {
	color: #8A8A8A;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
/* Footer */

#footer {
	clear: both;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 13px;	color: #999999;
}

#footer p {
	padding: 40px 0px 0px 0px;
}

#footer p a {
	color: #999999;
}

