body{
margin: 0;
background-image: url(../images/background.jpg);
text-align: center;
behavior: url(csshover.htc);
}
h1{
font-family: arial,hevetica,sans-serif;
font-size: 16px;
font-weight: bold;
color: #ac0000;
}
#header{
float: left;
text-align: center;
width: 100%;
height: 120px;
background-image: url(../images/forms-header2.jpg);
background-repeat: no-repeat;
background-position: right;
}
#header_img{
float: left;
width: 243px;
height: 120px;
}
#header-text{
float: left;
text-align: cetner;
width: 375px;
height: 120px;
font-family: tahoma,arial,helvetica;
font-size: 16px;
font-weight: bold;
color: #fff;
padding-top: 15px;
}
#nav_holder{
float: left;
width:100%;
height: 27px;
background: #ff0000;
color: #ffffff;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
#wrapper{
margin-top:17px;
float: left;
width: 100%;
background-image: url(../images/wrapper_bkground.jpg);
background-repeat: repeat-x;
background: #fff;
}
.red_bkground{
background: #ac0000;
text-align: right;
font-family: arial, helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
color: #ffffff;
}
.blu_bkground{
background: #cedbef;
text-align: center;
font-family: arial, helvetica,sans-serif;
font-size: 16px;
font-weight: bold;
color: #000000;
}
#left-index{
float:left;
text-align: left;
width: 620px;
padding-left: 20px;
}
#left{
float: left;
text-align: left;
width:373px;
}
#left-image{
float: left;
width: 123px;
height: 450px;
background-image: url(../images/left-image-red.jpg);
background-repeat: repeat-y;
}
#left-content{
float: left;
width: 230px;
padding: 5px 0px 5px 10px;
font-family: georgia, time-roman,serif;
font-size: 12px;	
}
#right{
float: left;
width: 322px;
text-align: center;
padding: 15px 0px 10px 0px;
}
#right img{
border: 10px solid #eeeeee;
}
#footer{
margin-top:17px;
float: left;
width:100%;
height: 27px;
background: #ff0000;
color: #ffffff;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
#footer-text{
line-height: 25px;
text-align: center;
font-family: verdana, sans-serif;
font-size: 12px;
color: #ffffff;
}
#footer-text a{
color: #fff;
text-decoration: none;
}
#footer-text a:hover{
color: yellow;
font-weight: bold;
}