﻿
body {
	background: url(images/img01.jpg) repeat-x center top;
	font-family: Tahoma;
	font-size: 14px;
	color: #333333;
	text-align:center;
	text-align: -moz-center;
}

a:link {
	color: #004488;
}

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

a:visited {
	color: #5679cf;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: Tahoma;
	font-size: 13px;
	color: #5679cf;
}

/* Header */
#container
{
	width: 100%;
	margin: 0 auto;
	
}
#header {
	width: 860px;
	height: 54px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: right;
	width: 860px;
	height: 54px;
	
}

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

#menu li {
	display: block;
	float: right;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: bold 13px Tahoma;
	color:#ffffff;
}

#menu a:hover { 
	text-decoration: none; 
	background: #004488;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background:#004488;
	color: #FFFFFF;
}

/** LOGO */

#logo {
	 width:800px;
	 height:250px;
	
	margin: 0 auto;
	background:#284A91;
	
	background: url(images/header_08.gif) repeat right top;  
}

#logo1 {
	size:landscape;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img15.jpg) no-repeat right top;
}


/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	margin: 0 auto;
	float: right;
	width: 585px;
}

/* Post */

.post {
	/*padding: 15px 15px;*/
	background: url(images/img05.gif) no-repeat left top;
}

.post .title {
	font: bold 13px Tahoma;
	margin-bottom: 10px;
	padding: 0 10px 5px 0;
	border-bottom: 1px dotted #ffffff;
	background: url(images/img14.gif) no-repeat right center;

}

.post .entry {
margin-bottom: 10px;
}

/* Sidebar */

#sidebar {
margin-left: 20px;
	float: right;
	width: 215px;
}

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

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
	background: url(images/img13.gif) no-repeat right top;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(images/img12.gif) no-repeat right 50%;
}

#sidebar .title {
	padding-top: 10px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	background: url(images/img14.gif) no-repeat left  70%;
	border-bottom: 1px dotted #D1D1D1;
	font-size: 14px;
	font-weight:bold;
}



/* Footer */
#footer-wrap {
	width: 860px;
	height: 64px;
	margin: 0 auto;
	background: url(images/img09.jpg) no-repeat center top;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
	background: #ffffff url(images/img08.jpg) repeat-x;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #ffffff ;
}

#legal a {
	color: #aa9F55;
}
