body {
	margin-top: 0px;
	margin-bottom: 0px;	
	background: #030383 url(images/gradient4.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #bfbfc0;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -.035em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFBB;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	background: url(images/img05.gif) repeat-x left bottom;
	text-decoration: none;
	font-weight:bold;
   font-family:Arial, Helvetica, sans-serif;
   color:#c0c0bf;
   border-bottom: dotted 1px #c0c0bf;
}

a:hover {
	background: none;
	color: #ffffff;
   border-bottom: solid 1px #ffffff;	
}

/* Header */

#header {
	width: 760px;
	height: 137px;
	margin: 0 auto;
	background: #000050 url(images/header4.jpg) no-repeat center top;
}

/* Logo */

#logo {
	width: 675px;
	float: left;
}

#logo h1 {
	float: left;
	padding-top: 40px;
	padding-left: 210px;
	text-transform: lowercase;
	font-size: 2.9em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 138px 0 0 2px;
	text-transform: lowercase;
	letter-spacing: -.05em;
	font-size: 16px;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	background: #FFFFFF url(images/img03.jpg) repeat-y left top;
	text-align:center;
}

#menu ul {
	margin: 0;
	padding: 10px  0 0 50px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0 25px;
	margin-right: 2px;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
		font-weight:normal;
	color: #000080;
	border-bottom:none;
}

#menu a:hover, #menu .current_page_item a {
	color: #0000FF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #000050 url(images/img04.jpg) repeat-y left top;
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	background: #000050 url(images/content.png) repeat-y left bottom;
}

/* Content */

#content {
	float: left;
	width: 480px;
	margin-left: 30px;
}

.post {
}

.post .title {
	padding: 5px 0 5px 0;
	border-bottom: 2px solid #ffffbb;
	color: #ffffbb;
}

.post .title a {
	color: #ffffbb;
}

.post h2 {
	font-size: 1.8em;
}

.post .meta {
	padding: 2px 10px;
	background: #0D0D0D;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #ffffbb;
	text-transform: uppercase;
	text-align: left;
	font-size: 9px;
}

.post .entry {
	padding: 20px 10px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 190px;
	margin-right: 25px;
	margin-top:20px;
	color: #bfbfc0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 10px 0 15px 15px;
}

#sidebar li li {
	padding-left: 10px;
}

#sidebar h2 {
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 5px 22px;
	font-size: 1.5em;
	border-bottom: 2px solid #ffffbb;
	color: #ffffbb;
	text-align:right;
}

#sidebar p {
	padding: 10px 13px 15px 23px;
	text-align: justify;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0;
	height: 65px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffbb;
	background: url(images/footer.png) no-repeat left top;	
}

#footer p {
	line-height: normal;
	font-size: 9px;
	text-transform: lowercase;
	text-align: center;
}

#footer a {
	color: #ff0000;
}