
body {
	margin: 0;
	padding: 0;
	background: #8a99c3;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 14px;
	color: #1d0014;
	
}

a:link {
 color: #3D022B;
 text-decoration: none;
}
a:visited {
 color: #8A99c3;
 text-decoration: none;
}
a:hover {
 color: #F6C596;
 text-decoration: none;
}
a:active {
 color: #584a76;
 text-decoration: none;
}


h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #574774;
}

h1 { font-size: 25px; }

h2 { font-size: 18px; 
    text-align:center;}

h3 { font-size: 14px;
     font-style:italic;
     font-weight:bold;
 }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #E5A7E6; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

.floatleft {
	float: left;
	margin: 18px 5px 15px 5px;
}

.floatright {
	float: right;
	margin: 10px 5px 5px 5px;
}

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;
}

#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: 150px;
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 825px;
	padding-top: 190px;
}

#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;
	float: center;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #654f82;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3d022b;
}

#menu a:hover { 
	text-decoration: none; 
}

#menu .current_page_item a {
}

#menu .first {
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 80px 0px 0px 0px;
}



/* Content */

#content {
	float: left;
	width: 900px;
}


/* 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: #f4e8d3;
}

#footer a {
	color: #f4e8d3;
}

