/

body
{
margin: 0px;	padding: 0px;
	background: #000000 url(images/bg01.png) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #797979;
}

h1, h2, h3 {
	margin-top: 0px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

p, ul, ol {
	margin-top: 0px;
	line-height: 160%;
}

ul, ol {
}

a {
	color: #0098A4;
}

a:hover {
	text-decoration: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 0px;
}

img.alignright {
	margin-left: 20px;
}

a img {
	border: none;
}



/* Wrapper */


#wrapper {

  background: #801a79 url(images/bg02.png) repeat-x left top;
}



/* Header */


#header {
width: 920px;
	height: 300px;
	margin: 0px auto;
 background: url(images/img02.png) no-repeat left top;
}



/* Menu */


#menu {
	float: right;
}

#menu ul {
margin: 0px;
padding: 270px 100px 0px 0px;
 list-style: none;
}


#menu li {
float: left;
}


#menu a {
padding: 0px 20px 0px 20px;
background: url(images/img02.gif) no-repeat left center;
	text-decoration: none;
	text-transform: lowercase;
	font-family: "Calibri";
	font-size: 14px;
color: #881c81;
}



#menu a:hover {
	text-decoration: underline;
	color: #000000; 
}

#menu .first a {
	background: none;
}



/* Page */


#page {
width: 920px;
margin: 0px auto;
	background: url(images/bg04.png) repeat left top;
}


#bgtop {
	background: url(images/bg05.png) no-repeat left top;
} 

#bgbottom {
background: url(images/bg06.png) no-repeat left bottom;
}



/* Content */


#content {
	float: left;
	width: 650px;
	padding: 50px 0px 0px 35px;
}

.post {
}

.post .title {
padding: 10px 0px 0px 15px;
	background: url(images/img03.png) no-repeat left top;
}

.post .title h2, .post .title h3 {
margin: 0px;
}

.post .title h2 a, .post .title h3 a {
	text-decoration: none;
	color: #FFFFFF;
}

.post .title h2 a:hover, .post .title h3 a:hover {
text-decoration: underline;
}

.post .title p {
	margin: 0px;
	text-transform: lowercase;
	font-size: 16px;
	color: #8D8D8D;
}

.post .title p a {
text-decoration: none;
	color: #8D8D8D;
}

.post .entry {
	padding: 15px 15px 25px 15px;
}



/* Sidebar */


#sidebar {
float: right;
	width: 170px;
	padding: 20px 10px 0px 0px;
}


#sidebar ul {
margin: 0px;
	padding: 0px;
	list-style: none;
}


#sidebar li {
}


#sidebar li ul {
margin: 15px 15px 25px 15px;
}



#sidebar h2 {
	height: 40px;
	margin: 0px;
	padding: 1px 0px 0px 15px;
background: url(images/img04.png) no-repeat left top;

color: #FFFFFF;
}


#sidebar a {
	color: #BCE8EC;
}



/* Footer */



#footer {
	width: 920px;
	height: 50px;
	margin: 0px auto; 
background: url(images/bg07.png) no-repeat left top;
}

#footer p {
margin: 0px;
	padding: 10px 0px 0px 0px;
text-align: center; 
font-size: 11px;
}
