body {
background-image: url(../images/body_bg.gif);
background-color: #7994ab;
margin: auto;
margin-top: 0;
font-family: verdana, sans-serif;
}

a {
color: #fff;
}

a:hover {
color: #c0c0c0;
}


#wrapper {
margin: auto;
vertical-align: top;
margin-bottom: 20px;
width: 900px;
}


#header {
float: left;
width: 900px;
height: 210px;
background-image: url(../images/header.gif);
background-repeat: no-repeat;
}



#content {
float: left; 
width: 900px;
vertical-align: top;
line-height: 17px;
padding: 0;
background-color: #fff;
margin: 0;
}

#column1 {
float: left;
width: 218px;
height: 1150px;
text-align: left;
color: #fff;
line-height: 18px;
font-size: 12px;
padding: 10px 10px 20px 20px;
background-color: #6600CC;
}



#column2 {
float: left;
width: 204px;
text-align: left;
color: #00CCCC;
line-height: 24px;
font-size: 15px;
font-weight: bold;
padding: 10px 10px 10px 25px;
}

#column3 {
float: left;
width: 402px;
padding: 10px 0 0 5px;
}

#order1 {
float: left;
text-align: center;
padding: 5px 0 5px 0;
margin: auto;
}

#order2 {
float: left;
font-size: 13px;
font-weight: bold;
line-height: 15px;
color: #6600CC;
margin: 25px 0 10px 0;
}



#footer {
clear: both;
padding: 4px 0 11px 0; 
margin: auto;
font-size: 11px;
color: #FEFEFE;
background-color: #6666ff;
text-align: center; 
line-height: 18px;
}

