body {
	margin: 0;
	padding: 0;
	background: #923494;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 15px;
	color: #FCC9FD;
}
h1 {
	font-size: 20px;
	padding-top:11px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
p, ul, ol {
	margin-top: 0;
	line-height: 140%;
	text-align: justify;
}
ul, ol {
}
blockquote {
}
a {
	color: #E5A7E6;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 7px 30px 0 0;
}
img.right {
	float: right;
	margin: 7px 0 0 30px;
}
hr {
	display: none;
}
.list1 {
}
.list1 li {
	float: left;
	line-height: normal;
}
.list1 li img {
	margin: 0 30px 30px 0;
}
.list1 li.alt img {
	margin-right: 0;
}
.box { width:250px; margin:auto; padding-top:15px; padding-bottom:15px;}
#wrapper {
	background: url(images/img02.jpg) repeat-y center top;
}
#wrapper-bgtop {
	background: url(images/img01.jpg) no-repeat center top;
}
/* Header */

#header-wrapper {
}
#header {
	width: 940px;
	height: 195px;
	margin: 0 auto;
}
/* Menu */

#menu {
	float: right;
	width: 640px;
	padding-top: 175px;
}
#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: block;
	float: left;
}
#menu a {
	display: block;
	width:55px;
	float: left;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #FCC9FD;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FCC9FD;
}
#menu a:hover {
	text-decoration: none;
}
#menu .current_page_item a {
}
#menu .first {
}
/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0px 0px 0px;
}
/* Content */

#content {
	float: left;
	width: 640px;
}
/* Post */

.post {
	margin-bottom: 15px;
}
.post .entry {
	padding: 10px 15px;
}
/* Info */
.info {
	margin-bottom: 15px;
}
.info .entry {
	padding: 10px 15px;
}
/* News */
.news {
	margin-bottom: 25px;
}
.news .entry {
	padding: 10px 15px;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}
#sidebar li ul {
	margin: 0px 14px;
}
#sidebar li li {
	margin: 0;
	padding: 12px 0px;
	border-bottom: 1px dotted #512B5B;
}
#sidebar li li a {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
#sidebar li li a:hover {
}
#sidebar p {
	margin: 0;
	padding: 0px 9px;
}
#sidebar_head {
	height: 30px;
	margin: 0 0 15px 0px;
	padding: 16px 0 2px 7px;
	background: url(images/img05.gif) repeat-x left top;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
}
#sidebar_head-top {
	height: 30px;
	margin: 0 0 15px 0px;
	padding: 16px 0 2px 7px;
	background: url(images/img05.gif) repeat-x left top;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
}
#sidebar_head-bottom {
	height: 30px;
	margin: 0 0 15px 0px;
	padding: 16px 0 2px 7px;
	background: url(images/img05.gif) repeat-x left top;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
}
#sidebar p {
	line-height: 120%;
}
#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img02.gif) repeat-x left top;
}
#footer-bgcontent {
	height: 220px;
	background: url(images/img03.jpg) no-repeat center top;
}
#footer p {
	margin: 0;
	padding: 80px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #FCC9FD;
}
#footer a {
	color: #FCC9FD;
}

