body{
background-color:#fff;
background: url(../images/back.jpg) center repeat-y;
margin:0px; padding:0px;
text-align:center;
}
div {
font-size:12px; 
font-family:Arial, Helvetica, sans-serif; 
line-height:16px;
margin:0px; 
padding:0px;
}

a:link    { color:#3366ff; text-decoration: none }
a:visited     { color:#000099; text-decoration: none }
a:hover  { color:#FF3333; text-decoration:underline; }

#wrap{
width:800px;
position: relative;
	margin: 0 auto; /* center on everything else */
background:url(../images/body_back.gif) center repeat-y #fff;
text-align:center;
}
#banner{
background-image:url(../images/banner.jpg);
height:280px;
}
#banner_interview{
background-image:url(../images/banner_interview.jpg);
height:280px;
}
#banner_3{
background-image:url(../images/banner_3.jpg);
height:280px;
}
#banner_4{
background-image:url(../images/banner_4.jpg);
height:280px;
}
#side{
width:180px;
background-color:#B5C7E4;
float:left;
}
#main
{
width:620px;
background-color:#fff;
float:right;
}
.text1
{
font-size:16px;
line-height: 1.4;
color:#3366CC;
font-weight:bold;
font-style:italic;
text-align:left;
margin:10px;
}

.text2
{
font-size:14px;
line-height: 1.4;
color:#333333;
font-weight:bold;
text-align:left;
padding:10px;
}
.text2 img{
padding:10px;
}
li
{
margin-left: 15px;
line-height:2;
}
#footer
{
clear:both;
width:800px;
float:none;
background-color:#4370BA;
height:30px;
padding-top:10px;
color:#FFFFFF;
}
.testimonials
{
background-color: #FFFFcc;
border: dashed 1px #bbbbbb;
padding: 15px;
margin: 10px;
font-size: 14px;
font-family:Verneda, Arial, Helvetica, sans-serif; 
font-weight: normal;
}




