﻿@charset "utf-8";
/* CSS Document */

body {
background-image:url(images/bg_gradient.png);
background-color:#ffffff;
background-repeat:repeat-x;
text-align:center;
margin: 5px 0px 0px;
}

#wrapper{
width:900px;
margin:10px auto;
text-align:left;
position:relative; 
}

#header{
width:900px;
height:115px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
text-align:right;
}

#content_holder{
background-color:#ffffff;
}

#content_left{
width:500px;
float:left;

}

#nav{
margin:0px;
width:500px;
height:45px;
background-color:#861719;
}

#nav_block{
padding:15px 23px 0px 22px;
float:left;
border-right: 1px solid white;
height:30px;
}

#nav_block_right{
padding:15px 23px 0px 22px;
float:right;
height:30px;
}

#content_text{
padding:10px 25px;
clear:both;
float:left;
}

#content_right{
width:400px;
float:right;
}

#disclaimer{
}

#bottomcontact{
	padding-top:50px;
}

#footer{
text-align:right;
}

a img{border:0;}