* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background-color: #003846;
	background: #001219 url(img/bg01.jpg) repeat-x;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A7A7A7;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

sup {
	color: #6FF;
}

em {
	color: #E1E1E1;
	font-weight: bold;
}

blockquote {
	font-size: small;
	text-align: right;
	color: #7A7A7A;
	margin: 20px 10px;
/*	width: 270px;*/
}

a {
	color: #99CD3D;
	text-decoration: none;
}

a:hover {
	color: #FF9;
	text-shadow:0px 0px 25px #FFFF99;
	text-align: justify;
}

img.left {
	float: left;
	margin: 5px 20px 3px 10px;
}

img.right {
	float: right;
	margin: 5px 0px 1px 25px;
}

#bg1 {
	margin: 20px 0px 0px 0px;
	width: auto;
	height: 93px;
	background: url(img/bg02.jpg) no-repeat center bottom;
}

#bg2 {
	width: auto;
	height: 62px;
	background: url(img/bg03.jpg) no-repeat center top;
}

#bg3 {
	background: url(img/bg04.jpg) repeat-y center top;
}

/* Header */

#header {
	margin: 0px auto;
	width: 876px;
}

#header h1 {
	float: left;
	height: 61px;
	width: 332px;
	margin: 10px;
	border: none;

}

.flags {
	float: right;
	margin: 30px 80px 0 0;
	color: #FFF;
	font-weight: bold;
}

.flags td {
	padding: 0 3px;
}

.flags td a, img {
	border: none;
}
.flg {
    text-align: right;
    width: 25px;
    height: 18px;
}
/* Header2 */

#header2 {
	width: 865px;
	height: 50px;
	margin: 0px auto;
}

/* Menu */

#menu {
	float: left;
	width: 610px;
	height: 55px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 2px 1px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding: 19px 22px;
	text-shadow:1px 1px 8px #105D67;
	text-transform: uppercase;
}

#menu a:hover {
	background-color: #1E1E1E;
	color: #FFFF99;
	filter:alpha(opacity=78);
	opacity:0.78;
	padding: 15px 22px;
/*	border-bottom: dotted #B4E148 2px;*/
}

#menu .active a {
	background-color: #1E1E1E;
	color: #FFFF99;
	filter:alpha(opacity=78);
	opacity:0.78;
	padding: 15px 22px;
	border-bottom: dotted #B4E148 2px;
}

/* Search */

#search {
	float: right;
}

#search form {
	margin: 0px;
	padding: 18px 15px 0px 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input.text {
	width: 145px;
	height: 22px;
	border: 1px ridge #6F9422;
	color: #6F9422;
	background-color: #FFFFDF;
}

#search input.button {
	background-color: #343434;
	color: #FF9;
	border: none;
	width: 60px;
	height: 23px;
	padding: 0 0 1px 0;
	margin: 0 0 1px 1px;
}

/* Page */

#page {
	width: 846px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
}

/* Content */

#content {
	float: left;
	width: 583px;
}

/*.block {
	float: right;
	overflow: auto;
	width: 320px;
	height: auto;
}*/
.post .title {
	height: 45px;
	background: url(img/img01.jpg) no-repeat;
}

.entry h3 {
	font-size: 10px;
}
.etr {
    width: auto;
    border: 0;
}
.post .title h1 {
	float: left;
	padding: 11px 0px 0px 24px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF99;
	text-shadow:0px 0px 25px #FFFF99;
}

.post .title p {
	float: right;
	padding: 6px 24px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.post .entry {
	padding: 15px 23px 0px 23px;
}

.entry p {
	text-indent: 25px;
	text-align: justify;
}

.entry ol li {
	list-style-image: url(img/mini.png);
	padding-left: 5px;
}

.entry ul li {
	list-style-image: url(img/arrow.gif);
	margin-left: 28px;
}

.post .entry h2 {
	color: #E1E1E1;
	font-size: 13px;
	font-weight: bold;
    font-style: italic;
	text-align: center;
}

.post .meta {
	height: 35px;
	clear: left;
	margin: 0px 23px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #262626;
}

.post .meta .credit {
	float: right;
}

.post .meta .links {
	float: right;
}

.post .meta .links .more {
	padding-left: 17px;
	background: url(img/img05.gif) no-repeat left center;
}

.post .meta .links .comments {
	padding-left: 19px;
	background: url(img/img04.gif) no-repeat left center;
}

.entry strong {
	font-weight: normal;
/*	color: #8F8F8F;*/
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

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

#sidebar li {
	background: url(img/img02.jpg) no-repeat;
	padding: 0px 23px 0px 23px;
}

#sidebar li li {
	padding: 6px 0px;
	margin-right: 10px;
	background: none;
	border-bottom: 1px solid #262626;
}

#sidebar li .end {
	border-bottom: none;
	margin-bottom: 23px;
}

#sidebar h1 {
	margin: 0px;
	padding: 10px 0px 23px 0px;
	font-size: 14px;
	color: #FFFF99;
	text-shadow:0px 0px 25px #FFFF99;
}

#sidebar strong {
	color: #E1E1E1;
	font-weight: bold;
    font-style: italic;
}

#under_content {
	clear: both; 
	height: 17px;
	border-top: #262626 1px solid;
	margin: 2px 32px 0px 15px;
	padding-bottom: 2px;
}

/* Footer */

#footer {
	width: auto;
	height: 146px;
  	background: url(img/bg05.jpg) no-repeat center top;
}

#down {
	margin: 0 auto;
	width: 846px;
	height: 76px;
}

#footer p {
	margin: 0px;
	text-align: center;
}

#footer p a {
	padding-left:-20px;
}

#footer .copyright {
	margin: 0px 285px;
	padding-top: 12px;
	color: #666666;
	font-size: 11px;
}

#footer a {
	color: #999999;
}

strong {
	font-style: normal;
}

.names {
	text-align: right;
}

.banners {
	float: left;
	margin: 60px 0px 15px 90px;
}

/* Forma */

#forma {
	float: left;
	margin: 5px 0px 25px 67px;
}

#forma p {
	margin: 5px 0px;
}

.input_text, #contactname, #email, #message, #subject, #keystring {
    background-color: #1B1B1B;
    border-radius: 2px;
    border: 1px solid #333333;
    padding: 2px 1px;
	margin: 0px 15px 0px 0px;
    color: #FFF;
}
.required {
	color: red;
}

#forma .input_button {
	background-color: #2B2B2B;
	color: #FF9;
	border: 1px solid #444444;
	width: 210px;
	height: 26px;
	padding: 0 0 1px 1px;
	margin: 4px 0 1px 1px;
 }
 
#form_action {
    margin: 15px 0px 5px 215px;
    cursor: pointer;
    color: #FFF;
	text-decoration: none;
}

#errors, .error {
    color: red;
}

#testing {
    float: left;
	margin: 20px 0px 20px 67px;
 }
.name {
    color: #FFFF99;
 }
textarea {
	resize: none;
} 
#captcha {
    width: 220px;
	margin: 0px 30px 5px 0px;  
 }