/* @override http://209.197.90.97/stylesheet.css */

body {	
	text-align: center;
	background: #7e8f01 url(/images/bkgrd.png) no-repeat center top;
	margin: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img	{
	border: 0;
}

a {
	position: relative;
	z-index: 10;
}

iframe {
	margin-bottom: 25px;
	border: 1px solid #44731b;
}

#container {
	margin: 0 auto;
	width: 1050px;
}

/* @group Nav */

#nav {
	width: 980px;
	height: 80px;
	text-align: left;
	margin: 0 auto;
	padding-top: 7px;
}

#logo {
	float: left;
	display: inline;
	padding-top: 14px;
}
.nav_item {
	display: inline;
	float: right;
	padding-top: 36px;
	padding-left: 8px;
}

/* @end */

/* @group Content */

#content {
	width: 960px;
	margin: 27px auto 27px auto;
	min-height: 450px;
	height:auto !important;
	height:450px;
	color: #485603;
	background-color: #e7f38e;
	border: 2px solid white;
	text-align: left;
}

#content_inner {
	padding-top: 28px;
	padding-left: 28px;
}

#content_left {
	float: left;
	display: inline;
}

#content_right {
	float: right;
	display: inline;
	padding-right: 28px;
}

#content_left img {
	margin-bottom: 10px;
	border: 1px solid #7e8f01;
}

#content_right img {
	margin-bottom: 10px;
	border: 1px solid #7e8f01;
}

#clearificator {
	clear: both;
}

#content a {
	color: #2d3506;
	text-decoration: none;
}

/* @end */

/* @group Menus */

table {
	color: #485603;
}

#content .course_name {
	font-weight: bold;
	padding: 20px 0 5px 0px;
	text-align: center;
}

#content .item {
	font-size: 13px;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
}
#content .course_desc {
	font-size: 13px;
	text-align: left;
}
#content .price {
	font-size: 13px;
	text-align: right;
	padding-right: 20px;
}

/* @end */

/* @group Footer */

#lower_nav {
	height: 26px;
	margin: 25px auto 50px auto;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}

#footer {
	width: 1050px;
	margin: auto;
}

#deko_logo {
	float: right;
	margin-right: 75px;
	display: inline;
}

/* @end */