/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 10px;
	/*background: #000000 url(images/bg1.jpg) repeat-x center top;*/
	/*background: #000000 url(images/bg2.jpg) no-repeat left top;*/
	background: url(images/bg2.gif) left top;
	/*background: #FFF;*/
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #202020;
}

h1, h2, h3 {
	color: #AA2808;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

ul, ol { margin-left: 50px; }
.next2pic ul{ margin-left: 300px; }

blockquote {
}

a {
	text-decoration: underline;
	color: #323B51;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

.highlight img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); opacity: 0.50; }
.highlight img:hover { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1.00; }

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 912px;
	height: 230px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 265px;
	height: 205px;
	margin: 0px;
	padding: 25px 0px 0px 40px;
	background: url(images/img01.png) no-repeat left top;
	behavior: url(iepngfix.htc);
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
}

#logo a {
	text-decoration: none;
	color: #444444;
}

/* Visuals */

#myslidemenu{
	height: 50px;	
}

#visuals {
	float: left;
	width: 587px;
	height: 170px;
	text-align:right;
	padding-right: 20px;
	background: url(images/img05.png) repeat-y left top;
}

/* Page */

#page {
	width: 912px;
	margin: 0 auto;
	background: url(images/img03.png) repeat-y left top;
}

/* Content */

#content {
	float: left;
	width: 640px;
	padding: 30px 0 0 30px;
}
.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	padding: 4px 0 4px 0;
	text-decoration: none;
	font-weight: normal;
	color: #666;
}

.post .entry {
}

.post .img_left{
	float:left;
	padding: 8px 10px 10px 0;
}
.post .img_right{
	float:right;
	padding: 8px 0px 10px 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 170px;
	padding: 30px 30px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #EBEBEB;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
	color: #110404;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 10px 0 10px 20px;
	line-height: normal;
	color: #FF0000; /*#D4C792;*/
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FF0000;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 912px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(images/img04.png) no-repeat left top;
	color: #000;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #323B51;
}

#footer a:hover {
	text-decoration: none;
}