body
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 0px 0px 50px 0px;
    background-color: #ffffff;
    background-image:url(gfx/bg_body.jpg);
    background-repeat:repeat;
}

#logo
{
	position:absolute;
	width:500px;
    left:50%;
    margin-left:-180px;
	height:115px;
	top:5px;
	/*margin-left:220px;*/
	overflow:hidden;
	background-image:url(gfx/banner1.gif);
	background-repeat:no-repeat;
}

#header
{
	width:150px;
	height:150px;
	margin-top:0px;
	margin-left:0px;
	background-image:url(gfx/logo1.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	/*border-bottom-width:thick;
	border-bottom-style:dotted;*/
}


#pagecontainer
{
    margin:5px 0px 50px 0px;
    border:1px solid #aaaaaa;
    width:800px;
    height:auto;
    overflow:hidden;
    position:absolute;
    left:50%;
    margin-left:-400px;
    background-color:#990000;
    padding-bottom:30px;
	padding-top:0px;
}

#content
{
    width:630px;
    margin-left:160px;
    font:tahoma;
    text-align:justify;
	margin-top:5px;
    padding-top:5px;
}

#sidemenu
{
	position:absolute;
	top:170px;
	left:10px;
	width:140px;
	height:auto;
	overflow:hidden;
	margin-top:0px;
}

#sidemenu a
{
	display:block;
	width:140px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#202020;
	background-color:#DC143C;
	margin-left:5px;
	padding-left:10px;
	height:20px;
}

#sidemenu a:hover
{
	color:#101010;
	background-color:#00FF00;
}

.min_height
{
    min-height:610px;   
}

.text
{

}

.text h1
{
    font-size:45px;
}

.text h2
{
    font-size:30px;
	line-height:30px;
	max-height:32px;
	padding-bottom:0px;
}

.text h3
{
    font-size:25px;
}

.text p
{
    font-size:13px;
    text-align:justify;
	line-height:15px;
}
.text a
{
	text-decoration:none;
	font-size:12px;
	color:#ffffff;
}

.text a:hover
{
 	color:#ffffff;
 	text-decoration:underline;
}
.move_butt_p
{
    position:absolute;
    top:150px;
    left:580px;
    width:70px;
    height:30px;    
}
.move_butt_n
{
    position:absolute;
    top:150px;
    left:670px;
    width:70px;
    height:30px;    
}
.move_butt_f
{
    position:absolute;
    top:200px;
    left:590px;
    width:150px;
    height:30px;    
}
.image
{
    background-repeat:no-repeat;   
    
}