* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	background: #F2F7FF;
	font: Arial, Helvetica, sans-serif;
	color: #000000;
}



ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* Post */

.post { background: url(images/img06.jpg) repeat-x;
        float: left;
	width: 500px;
	padding-top: 0px;
        text-align: center;


}         

.post .title {
	background: #000000 url(images/img06.jpg) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #A6CAF0;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 0px;
}         

/* Header */

#header {
	width: 920px;
	height: 33px;
	
}

/* Header > Menu */

#menu {
	float: center;
}

#menu ul {
	margin: 5px;
	padding-top: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 130px;
	height: 30px;
	margin-left: 0px;
	padding-top: 2px;
	font-size: 13px;
        background: url(images/img033.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img044.gif);
	color: #FF8040;
}


/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 0px;
        
	border-top: 1px solid #FFFFFF
}

/* Content > Main */

#main {
	float: center;
	width: 500px;

}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding-left: 5px;
}




/* Footer */

#footer {
	clear: both;
	width: 920px;
	height: 20px;
	margin: 0 auto;
	padding: 15px 0;
}







