body {
	margin: 0px;
	padding: 0;
	background: #E6E6FA;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.2em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

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

#header-wrapper {
	width: 100%;
	height: 75px;
}

#header {
	width: 990px;
	margin: 0 auto;
	height: 75px;
	background: url(../images/img05.gif) repeat-x left top;
        margin-top: 5px;
	color: #FFFFFF;

}

/* Header */

#logo {
	width: 990px;
	height: 75px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	padding-left: 100px;
	color: #FFFFFF;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 5px 0 0 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 2.8em;
}

#logo p {
	padding: 4px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu-wrapper {
}

#menu {
	width: 950px;
	margin: 0 auto;
	height: 30px;
	padding: 0px 20px;
	background: url(../images/img02.gif) repeat-x left top;
}

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

#menu li {
	float: left;
	display: inline;
}

#menu a {
	height: 20px;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #CCCCCC;
}

#menu .current_page_item a {
	background: #CCCCCC;
	color: #2E0815;
}

#mn-wrapper {
	width: 100%;
	height: 7px;
}

#mn {
	width: 990px;
	margin: 0 auto;
	height: 7px;
}

/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 990px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url(../images/img03.gif) repeat-y left top;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 0px 20px;
}


/* Content */

#content {
	float: left;
	width: 470px;
	margin: 5px 10px 5px 5px;
        padding-left: 5px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
	background: url(../images/img04.gif) repeat-x left bottom;
}

.post h1 {
	width: 100%;
	height: 26px;
	font-size: 18px;
        text-align:center;
}

.title {
	width: 100%;
	height: 26px;
	padding: 0px 0px;
	background: url(../images/img06.gif) repeat-x left top;
	font-size: 18px;
        text-align:center;
	color: #FFFFFF;
}

.title a {
	border-bottom: none;
	color: #FFFFFF;
}

/* Sidebars */

#sidebar1 {
	float: left;
	width: 205px;
}

#sidebar2 {
	float: right;
	width: 255px;
}

.sidebar {
	float: left;
	padding-top: 4px;
	color: #595959;
}

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

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	background: none;
	padding-bottom: 20px;
}

.sidebar li li {
	margin: 0px 5px;
	padding: 4px 0px;
	background: url(../images/img04.gif) repeat-x left bottom;
}

.sidebar h1 {
	width: 100%;
	height: 26px;
	background: url(../images/img06.gif) repeat-x left top;
	font-size: 18px;
        text-align:center;
	color: #FFFFFF;
}

.sidebar h1 a {
	height: 16px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
        text-align:center;
	font-weight: bold;
	color: #FFFFFF;
}

.sidebar h1 a:hover {
	color: #FFFFFF;

}


.sidebar li h2 {
	height: 26px;
	margin: 0 0 0 0;
	padding: 14px 15px 14px 15px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #454545;
}

.sidebar h2 a {
}

.sidebar a {
	padding-left: 15px;
}


/* Footer */

#footer-wrapper {
	width: 100%;
	height: 100px;
}

#footer {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	padding: 0 20px;
	background: #54545E;
}

#footer p {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer a {
	color: #EDE7DB;
}

#footer .link {
}

#footer .copyright {
}

