/* CSS Document */

/* <link href="eid.css" rel="stylesheet" type="text/css" />  */

* {
margin:0px;
padding:0px;
}


body {	
background:url(images/bg.jpg) top center repeat-x #4b83ed;
}

#mainwrap{
margin:0 auto;
width:900px;

}


#logos {width:822px; height:auto; margin:0px auto; margin-top:20px; margin-bottom:20px;}

/*header*/
#header{
width:900px;
height:385px;
margin:0 auto;
background:url(images/head.jpg) top center no-repeat;
}

/*header*/


/*navigation2-start*/
#navwrap{
width:203px;
height:78px;
padding:60px 182px 0 0;
float:right;
}

#navwrap img {
height:23px;
width:203px;
float:left;
display:block;
margin-top:2px;
}

#nav ul li{
text-decoration:none;
display:inline;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:left;
color:#000000;
}

#nav ul li a{

text-decoration:none;
color:#000000;
margin:10px 10px 0px 10px;
}

#nav ul li a:hover{
color:#84B13C;
}
/*navigation2-end*/

/*navigationtop-start
#nav1top ul{
width:280px;
padding:20px 0;
float:right;
}

#nav1top ul li{
text-decoration:none;
display:inline;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
color:#000000;
}

#nav1top ul li a{
text-decoration:none;
color:#000000;
margin:5px;
}

#nav1top ul li a:hover{
color:#84B13C;
}
navigationtop-end*/

/*body-start*/
#bodywrap{
margin:0 auto;
width:900px;
overflow:hidden;
min-height:550px;

}

#contleft{
float:left;
width:293px;
height:auto;
background:url(images/leftpicbg.jpg) top center no-repeat;
}

#contleft .lst {list-style:none; line-height:1.5em; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; width:200px;}
#contleft .lst a {text-decoration:none; color:#fff;}
#contleft .lst a:hover {text-decoration:underline; color:#fff;}

#contright{
width:607px;
float:right;
background:url(images/rightbg.jpg) top left no-repeat;
height:auto;
}
/*body-end*/

#footer{
margin:0 auto;
height:20px;
width:900px;
}
