* { 
	padding : 0;
	margin : 0;
} 

body { 
	font-family : Times, Helvetica, sans-serif;
	color : #000000;
	background: #7c9149 url(../images/top_back.jpg) top left repeat-x;
	font-size : 20px;
}

img {
	border: 0px;
}

#register input {
	border: 1px solid black;
	height: 20px;
}

#menu {
	background: url(../images/logo.png) top left no-repeat;
	height: 112px;
	padding-left: 340px;
	padding-top: 52px;
}

#menu #top_row img {
	border: 0px;
	margin-right: 55px;
}
  
#menu #bottom_row img {
	border: 0px;
	margin-left: 55px;
}

#content {
	padding-top: 0px;
	padding-left: 20px;
}

#content #block {
	background: #e1d6a8 url(../images/body_side.jpg) top left repeat-y;
	min-height: 392px;
	width: 750px;
	border-bottom: 5px solid #e1d6a8;
	padding: 11px 11px 5px 11px;
}

#content #block #top_row {
	margin-left: 230px;
}

#content #block #top_row img {
	margin-right: 25px;
	border: 0px;
}

#content #block #side_menu {
	clear: left;
	text-align: center;
	width: 160px;
	margin-left: 14px;
	margin-top: 20px;
}

#content #block #side_menu img {
	margin-bottom: 10px;
	border: 0px;
}

#content #block #display_content {
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	text-align: center;
	z-index: 1;
}
#content #block #loader {
	float: right;
	text-align: center;
	z-index: 2;
}

#content #block_contest {
	background: #e1d6a8 url(../images/ugliest_image.jpg) top right no-repeat;
	min-height: 370px;
	width: 750px;
	border-bottom: 5px solid #e1d6a8;
	padding: 11px 11px 5px 11px;
}

#content #block_contest #top_block {
	background-color: #e6e6ce;
	width: 455px;
	min-height: 135px;
	padding-left: 40px;
	padding-top: 40px;
}

#content #block_contest #top_block p {
	margin-bottom: 10px;
}

#content #block_consultation {
	background: #e1d6a8 url(../images/consultation_image.jpg) top right no-repeat;
	min-height: 370px;
	width: 750px;
	border-bottom: 5px solid #e1d6a8;
	padding: 11px 11px 5px 11px;
}

#content #block_consultation #top_block {
	background-color: #e6e6ce;
	width: 380px;
	min-height: 135px;
	padding-left: 40px;
}

#content #block_consultation #bottom_block {
	background-color: #e6e6ce;
	width: 400px;
	min-height: 220px;
	padding-left: 20px;
	padding-top: 10px;
	margin-top: 5px;
}

#content #block_consultation #bottom_block select {
	border: 1px solid black;
	font-size: 18px;
}

#content #block_consultation #bottom_block input {
	border: 1px solid black;
	font-size: 18px;
	margin-left: 10px;
}

#content #block_consultation #bottom_block #large {
	border: 1px solid black;
	width: 380px;
	height: 30px;
	font-size: 18px;
	padding-left: 40px;
	text-align: left;
}

#content #block_contact {
	background: #e1d6a8 url(../images/contact_us_image.jpg) top right no-repeat;
	min-height: 370px;
	width: 750px;
	border-bottom: 5px solid #e1d6a8;
	padding: 11px 11px 5px 11px;
}

#content #block_contact #top_block {
	background-color: #e6e6ce;
	width: 380px;
	min-height: 120px;
	padding-left: 40px;
	padding-bottom: 5px;
}

#content #block_contact #bottom_block {
	background-color: #e6e6ce;
	width: 400px;
	min-height: 220px;
	padding-left: 20px;
	padding-top: 10px;
	margin-top: 5px;
}
 
#content #block_contact #bottom_block select {
	border: 1px solid black;
	font-size: 18px;
}

#content #block_contact #bottom_block input {
	border: 1px solid black;
	font-size: 18px;
	margin-left: 10px;
}

#content #block_contact #bottom_block #large {
	border: 1px solid black;
	width: 380px;
	height: 30px;
	font-size: 18px;
	padding-left: 40px;
	text-align: left;
}
.hover_off {
	opacity: .75;
	filter: alpha(opacity=75);
        cursor: pointer;
}

.hover_on {
	opacity: 1.00;
	filter: alpha(opacity=100);
        cursor: pointer;
}

#footer {
	margin-top: 5px;
	margin-left: 350px;
}

#bottom {
	margin-top: 25px;
	width: 800px;
	text-align: center;
	color: #000000;
	font-size: 12px;
}

#bottom a {
	color: #000000;
}

#bottom a:hover {
	color: #ffffff;
}

.register_float {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
