@charset "utf-8";
/* CSS Document */

body{
background:#79ae08;
margin:0;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
}

#mainWrapper{
position:absolute;
width:100%;
height:682;
background:url(images/bg.jpg) top center no-repeat;
}

#bodyWrapper{
width:778px;
margin:0 auto;
}

#header{
width:778px;
background:url(images/header.jpg) no-repeat;
height:208px;
}

#navBar{
width:778px;
height:34px;
background:url(images/nav_bg.gif) repeat-x;
}

#contentWrapper{
width:778px;
background:url(images/content_bg.gif) repeat-x;
}

#contentLeftPanel{
width:199px;
float:left;
}

#contentRightPanel{
width:557px;
float:right;
background:url(images/btm_content_bg.gif) bottom no-repeat;
padding-bottom:30px;
}

#contentContainer{
width:550px;
background:#ebffcb;
float:right;}

#contentDetails{
padding:0 50px;
text-align:justify;
}

#footer{
font-family:Arial, Helvetica, sans-serif;
text-align:right;
}

.titleText{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
text-transform:uppercase;
}

.text1{
font-size:12px;
color:#CCCCCC;
}

.text2{
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:12px;
}

.text1 a:link{
font-size:10px;
color:#FFFFFF;
}


