body {
	margin-top: 0px;
	font-size: 12px;
	text-align: justify;
	background-color: #1f3858;
}

body,p,th,td,input,textarea,select,option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	color: #1f3858;
}

h3 {
  color: #1f3858;
  font-family: georgia;
  font-size: 25px;
  font-weight: normal;
  margin-top:5px; 
  margin-bottom:0px;
  margin-left: 20px;    
}

#header {
	width: 1034px;
	height: 132px;
	margin: 0 auto;
	background: url(images/top.jpg) top center no-repeat;
}

#container {
	background: #1f3858 url(images/bg.jpg) top center no-repeat;
	position: absolute;
	width: 1034px;
	margin-left: -500px;
	left: 50%;
	min-height: 700px;
}

#content {
	width: 680px;
	margin: 30px auto 0px auto;
	padding: 0;
	background: #fff;
}

#content a {
	color: #7a7f88;
}

#content a:hover {
	color: #1f3858;
}

#content h1 {
	width: 650px;
	margin: 0 auto;
	font-family: georgia;
	font-weight: normal;
	font-size: 35px;
	text-align: center;
	color: #1f3858;
	line-height: 200%;
}

#content h2 {
	width: 650px;
	margin: 0 auto;
	margin-left: 35px;
	font-family: georgia;
	font-weight: normal;
	font-size: 25px;
	text-align: left;
	color: #1f3858;
}

#comment {
	width: 630px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #b4bcc9 solid;
}

#comment p {
	width: 590px;
	margin: 0 auto;
	line-height: 180%;
}

#contactform {
	width: 630px;
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: 1px #b4bcc9 solid;
}

#contactform table {
	width: 540px;
	margin: auto;
}

#contactform label {
	font-weight: bold;
}

#contactform input {
	margin-bottom: 10px;
}

#contactform textarea {
	width: 360px;
	max-height: 120px;
	margin-bottom: 10px;
}

input.button {
	height: 24px;
	margin-top: 10px;
	margin-right: 12px;
	border: 1px solid #1f3858;
	background: #9394c9;
	text-decoration: none;
	color: #fff;
}

#post {
	width: 630px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px #b4bcc9 solid;
	border-bottom: 1px #b4bcc9 solid;
}

#post p {
	width: 590px;
	text-align: justify;
	margin: 0 auto;
	padding-bottom: 6px;
	line-height: 180%;
}

#post_subtitle {
  margin-left: 20px;  
  margin-bottom: 5px;  
  font-family:georgia;
  font-weight:bold;  
}

#menu {
	width: 674px;
	height: 30px;
	margin: 0px 0px 0px 177px;
	padding: 3px;
	background: #FFF url(images/menu.png) no-repeat center;
	color: #1f3858;
}

#menu ul {
	list-style: none;
	margin: 0px 0 0 -39px;
}

#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	padding: 6px 0 0 0px;
	width: 112px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #1f3858;
	font-weight: bold;
}

.menu .podmenu {
  	display: none;
	position: absolute;
	background-color: white;
}

.menu:hover .podmenu {
	display: block;
}

.podmenu a {
  font-size:10px;
  
}

#menu ul li a:hover {
	background: #1f3858;
	color: #fff;
}

#menu ul li.active a {
	background: #1f3858;
	color: #fff;
}

#footer {
	width: 680px;
	margin: 0px auto;
	background: #fff;
}

#footer p {
	text-align: center;
	font-size: 10px;
	width: 600px;
	color: #1f3858;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
