body {
	margin: 0;
	font-size: 12px;
	font-family: Verdana;
	line-height: 1.5em;
}

#main {
	margin: 0 auto;
	width: 850px;
	background:  url(images/body_bg.png) 0 0 repeat-y;
	padding: 0 10px;
}

#header {
	position: relative;
}

.apply_button {
	width: 111px;
	height: 34px;
	background:  url(images/appnow_off.gif) 0 0 no-repeat;
	display: block;
	text-decoration: none;
}

.apply_button:hover {
	background:  url(images/appnow_hover.gif) 0 0 no-repeat;
}

#header .apply_button {
	position: absolute;
	z-index: 2;
	bottom: 70px;
	right: 10px;
}


#top_menu {
	position: relative;
	top: -20px;
	z-index: 1;
	padding-left: 35px;
	width: 816px;
	border-bottom: 1px solid #ACB4C7;
}

a.menu {
	width: 163px;
	height: 28px;
	text-align: center;
	background:  url(images/menu_button.png) 0 0 no-repeat;
	color: white;
	padding-top: 16px;
	margin: 0 0 -1px 0;
	text-decoration: none;
	float: left;
}

a.menu:hover {
	background:  url(images/selected_menu_button.png) 0 0 no-repeat;
	color: #082567;
}

#left_block {
	float: left;
	width: 190px;
	padding: 0 10px;
}

#logo {
	text-align: center;
	padding: 40px 0 20px;
}

#left_block p {
	padding: 0 15px;
}

#right_block {
	float: left;
	width: 630px;
	padding: 5px;
}

#right_block_1 {
	float: left;
	width: 630px;
	padding: 5px;
	font-size: 8pt; 
	font-style: italic; 
}


.ad {
	position: relative;
	float: left;
	margin: 0 2px;
	border: 1px solid silver;
}

.ad span{
	position: absolute;
	bottom: 3px;
	right: 6px;
	color: white;
}

#footer {
	margin-top: 30px;
	padding: 10px 150px 10px 0;
	width: 700px;
	border-bottom: 1px solid #EFEFEF;
	text-align: right;
}

#footer a {
	padding: 0 5px;
}

#footer a:hover{
	color: #377D34;
}

#pre_load {
	position: absolute;
	visibility: hidden;
	z-index: -1;
	top: 0; left: 0;
}