html {
	border:0;
	
}

body {
	margin: 0px;
	padding: 0;
	background: #0d0000 url(images/img01.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;

}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 18px;
}

p, ul, ol {
	margin: 0 0 0 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	text-decoration: none;
	color: #f48932;
}

a:hover, a:active {
	text-decoration: none;
	color: #f48932;
}

a:visited {
	text-decoration: none;
	color: #f48932;
}

img {
	border: 0;
}

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

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

#wrapper {

	
}

/* Header */

#header {
	width: 800px;
	height: 81px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	margin-left: 0px;
	padding-top: 7px;
	display:inline;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	font-size: 38px;
	color: #3399CC;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F2B870;
}

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

/* Menu */

#menu {
	float:right;
	display:inline;
}

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

#menu li {
	display:inline;
}

#menu a {
	float:left;
	width: 110px;
	height: 30px;
	padding-top: 2px;
	background: url(images/taboff.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	display: inline;
}

#menu a:hover {
	background: url(images/tabroll.jpg) no-repeat;
	text-decoration: none;
}

#menu .active a {
	background: url(images/tabon.jpg) no-repeat;
}


/* Page */

#page {
	width: 800px;	
	margin: 0px auto;
	padding-bottom: 10px;
}

#page .bgtop {
}

/* Content */

#content {
	float: right;
	width: 440px;
	padding: 15px 0px 0px 0px;
	background: url(images/right.png) no-repeat;
	text-align: center;
	height: 480px;
	display:inline-block;
}

/* Post */

.post {
	padding-bottom: 0px;
}

.post .title {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	color: #ffffff;
 	font-weight: bold;

}

.post .entry {
	font-weight: bold;
	padding-left: 40px;
	padding-right: 20px;
	text-align: left;
}

.post .entry2 {
	font-weight: bold;
	padding-left: 30px;
	padding-right: 20px;
	text-align: left;
	font-size: 12px;
}

.post .entry3 {
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}

.post .meta {
	padding-left: 0px;
	text-align: center;
}


.post .text {
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 360px;
	padding-top: 10px;
      	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display:inline-block;
}

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

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 0px 0;
}

#sidebar li li a {
	margin: 0;
	padding-left: 0px;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#sidebar a {
	text-decoration: none;
}


/* Footer */

#footer {
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
 	position: relative;
	margin-top: -20px;
	height: 20px;
	clear:both;

}

html>body #footer {
}

#legal {
	padding-top: 10px;
	padding-right: 0px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: bottom;
 	position: relative;
	height: 20px;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}

