@charset "utf-8";
/* CSS Document - Seven Oask */
/* 
Powered by: Blue Archer
Developer: Anton Smolik */

/* Reset */

p { margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6 { margin: 0px; padding: 0px; }
img { border: 0px; }
a { text-decoration: none; }
body { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; }
.clear { clear: both; }

/* GO!!! */

body {
	background: #f0f3ea url(../img/bg.jpg) no-repeat center top;
}

#wrapper {
	width: 994px;
	background: #fefefd;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#header {
	width: 994px;
	height: 138px;
	background: transparent url(../img/bg_head.gif) repeat-x top;
}

#menu {
	height: 50px;
	float: right;
	width: 700px;
	padding-top: 50px;
}

#logo {
	float: left;
	width: 279px;
	height: 138px;
	background: transparent url(../img/logo.gif) no-repeat;
}

#logo a {
	height: 138px;
	display: block;
}

#main {
	height: 174px;
	width: 100%;
	background: transparent url(../img/bg_main.gif) repeat-x;
}

.block {
	width: 303px;
	padding-left: 22px;
	float: left;
}

.block .title {
	font-size: 15px;
	color: #94761c;
	font-weight: bold;
	padding-bottom: 10px;
}

.block .title a {
	font-size: 15px;
	color: #94761c;
	font-weight: bold;
	padding-bottom: 10px;
}

.block img {
	border: 1px solid #e1dbba;
	padding: 4px;
}

.box1 {
	width: 303px;
	float: left;
	padding-left: 23px;
	min-height: 100px;
	margin-top: 20px;
	border-right: 1px solid #d6cba9;
}

.box1, .box2 .boxTitle {
	color: #2d4271;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}

.box3 .boxTitle {
	color: #2d4271;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}

.box1 ul {
	padding-left: 80px;
}

.box1 ul li a {
	font-size: 12px;
	color: #1f679a;
	font-weight: bold;
	text-decoration: underline;
}

.box1 ul li a:hover {
	text-decoration: none;
}

.box2 {
	width: 290px;
	float: left;
	margin-top: 20px;
	padding-left: 23px;
	padding-right:20px;
	border-right: 1px solid #d6cba9;
}

.textBox {
	font-size: 12px;
}

.box3 {
	width: 290px;
	float: left;
	margin-top: 20px;
	padding-left: 23px;
	padding-right:20px;
}

#footer {
	padding:20px 10px 40px 10px;
	width: 994px;
	margin-left: auto;
	margin-right: auto;
}

#links {
	float:left;
}

#links a {
	font-size: 12px;
	color: #1f679a;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

#copyright {
	float: right;
	font-size: 12px;
}

.width600 {
	width:600px;
	border:0px;
}

.content-post {
	padding-bottom: 25px;
}

#contentBox {
	width: 330px;
	padding-top: 20px;
	float: left;
}

#topMenu {
	width: 230px;
	height: 35px;
	background: transparent url(../img/bgtop.gif) no-repeat;
	float:right;
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
}

#topMenu a {
	font-size: 12px;
	color: #1f679a;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

#topMenu a:hover {
	text-decoration: none;
}

#form {
	padding-bottom: 20px;
	font-size: 12px;
}