@charset "utf-8";

body {
	background: #000101 url(images/bgr.png) repeat-x;
	margin: 0px;
	color: #d5ebfb;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}

a{
	color: #7ca63a;
	text-decoration: none;
}

h2{
	color:#fff;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.break{
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.heightController{
	float: left;
	height: 300px;
	width: 0px;
}

#container {
	margin: 0px auto;
	/*width: 980px;*/
	width: 790px;
	padding-bottom: 100px;
}

#header {
	background: url(images/header_bgr_750.jpg) no-repeat center top;
	height: 100px;
}

#logo {
	float: left;
	padding: 15px 25px;
}

#menu {
	float: right;
}

#menu ul{
	margin: 0px;
}

#menu a{
	padding: 10px 14px 5px 10px;
	display: block;
	float: left;
	background: url(images/menu_border.gif) no-repeat right 11px;
}

#menu a.lastItem{
	background: none;
}

#content .topLeft{
	background: #0b1834 url(images/container_left_top.gif) no-repeat;
}

#content .topRight{
	background: url(images/container_right_top.gif) no-repeat right top;
	/*padding: 10px;*/
	padding: 10px 20px;
	padding-bottom: 0px;
}

#content .bottomLeft{
	background: url(images/container_left_bottom.gif) no-repeat;
}

#content .bottomRight{
	background: url(images/container_right_bottom.gif) no-repeat right top;
	height: 10px
}

#leftColumn {
	float: left;
	/*width: 210px;*/
	width: 0px;
}

#mainContent {
	float: right;
	width: 750px;
}

#mainContent .txt{
	margin: 10px;
	background: url(images/txt_bgr.jpg) no-repeat;
	padding: 20px 25px;
	line-height: 20px;
	text-align: justify;
}

#mainContent .txt p{
	margin-top: 0px;
	}

.heading {
	margin: 10px 0px 10px 35px;
}