html
{
    width: 100%;
    height: 100%;
}

body
{
    background-color: white;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 500;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    width: 100%;
    height: 100%;
color: #333333;
}

a:link 
{
	font-family: Verdana;
	font-size: 12px;	
	color: #333333;
	text-decoration: none;
}
a:visited 
{
	font-size: 12px;	
	text-decoration: none;
	color: black;
}
a:hover 
{
	font-size: 12px;	
	text-decoration: none;
	color: red;
}

img
{ 
    border: 0px solid;
}


p
{
	padding-top: 0px;
	margin-top: 0px;

}

#main
{
	background-color: white;
	width: 1000px;
	border: 0px solid white;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	text-align: center;
	min-height: 100%;
}

#header
{
	background-image: url('assets/images/logo_up.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height: 405px;
}

#up_menu
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	padding-top: 153px;
	width: 1000px;
	height: 30px;
	text-align: left;
	overflow: hidden;
}

#up_menu img
{
	padding: 0px;
	margin: 0px;
	border: 0px solid white;
}


#logo_down
{
	width: 1000px;
	background-image: url('assets/images/logo_down.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 183px;
}

#content
{
	position: absolute;
	width: 740px;
	top: 310px;
	left: 0px;
	text-align: justify;
	padding-left: 127px;
	height: auto;
}

#content_text
{
	width: 420px;
	padding-top: 17px;
	padding-left: 3px;
	text-align: justify;
}

.news_block
{
	padding-bottom: 15px;
}

.news_date
{
	font-size: 10px;
	color: #d31629;
}

.news_head
{
	font-size: 12px;
	font-weight: 900;
	font-family: Tahoma;
color: #333333;
}


#content_right
{
	position: absolute;
	width: 280px;
	top: 7px;
	left: 590px;
	text-align: left;
	border: 0px solid white;
}

.info
{
	padding-top: 11px;
color: #333333;
	font-size: 12px;
}

#subscribe
{
font-size: 13px;
	font-weight: bold;
color: #666666;
}

.custom_input
{
	background-image: url('assets/images/input_back.gif');
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	padding-left: 8px;
	padding-right: 7px;
	margin-top: 5px;
}

#email_box
{
	border: 0px red;
	width: 170px;
	height: 16px;
	margin-top: 3px;
	color: #333333;
}


#go_button
{
	background-image: url('assets/images/red_button.jpg');
	background-repeat: no-repeat;
	border: 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin-left: 5px;
	margin-bottom: 8px;
}

#podval
{
font-family: Arial;	
position: absolute;
padding-top: 20px;
	left: 130px;
	font-size: 10px;
	color: #666666;
	width: 740px;
	text-align: center;
}

#logo_menu
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 760px;
	height: 44px;
	text-align: left;
	overflow: hidden;
	padding-bottom: 20px;
}

#down_menu
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 430px;
	height: 33px;
	text-align: left;
	overflow: hidden;
	padding-top: 10px;
}

#contact_table
{
	width: 200px;
}


#contact_table input
{
	width: 260px;
}

#contact_table textarea
{
	width: 260px;
}

#contact_table button
{
	margin: 10px;
	width: 110px;
}
