/*Prem CSS Document */

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

body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
background:#1c1c1a url(../images/bg.jpg);
}
#containerMain
{
margin:0 auto;
width:979px;
}
#container
{
float:left;
background:url(../images/bg-header.jpg) no-repeat;
}



#header
{
width:961px;
float:left;
height:148px;
padding:10px 9px;
}
#header .right
{
width:504px;
float:right;
height:20px;
background:url(../images/bgme.png) no-repeat;
font-size:8pt;
color:#fff;
text-align:center;
padding-top:8px;
}
#header .right2
{
width:504px;
float:right;
font-weight:bold;
font-size:14pt;
color:#fff;
text-align:center;
font-style:italic;
padding-top:30px;
}




#middle
{
width:979px;
float:left;
height:334px;
padding-top:25px;
}
#middle .left
{
width:706px;
float:left;
height:334px;
}
#middle .right
{
width:264px;
float:left;
padding-left:9px;
}







#menu
{
width:977px;
float:left;
border:1px solid #dbc289;
background:url(../images/menu-bg.jpg) repeat-x;
height:44px;
text-align:center;
}
#menu ul
{
list-style:none;
display:inline;
}
#menu ul li
{
display:inline;
}
#menu ul li a
{
text-decoration:none;
font-weight:bold;
color:#000;
padding:0px 10px;
line-height:44px;
}







#bodyPart
{
background:#1c1c1c;
width:979px;
float:left;
margin-top:10px;
}

#bodyPart .box
{
background:url(../images/bg-box.jpg) center no-repeat;
float:left;
width:321px;
height:134px;
margin-top:5px;
margin-left:4px;
}
#bodyPart .box h1
{
font-size:11pt;
color:#333333;
margin-top:10px;
}

#bodyPart .box h3
{
margin-top:27px;
color:#fff;
font-weight:normal;
}

#bodyPart .box h3 span
{
font-size:14pt;
color:#ffcc00;
font-weight:bold;
}




#bodyPart2
{
background:#fcfcfc url(../images/shadow.jpg) repeat-x;
width:979px;
float:left;
margin-top:10px;
padding-bottom:10px;
}
#bodyPart2 #contantBox1
{
float:left;
width:490px;
}
#bodyPart2 #contantBox2
{
float:left;
width:489px;
}
#bodyPart2 p
{
padding:10px 15px;
line-height:18px;
}
#bodyPart2 h1
{
padding:10px 15px 5px 15px;
font-size:12pt;
}


#footer
{
margin-top:20px;
background:#1c1c1c;
width:977px;
float:left;
border:1px #000000 solid;
}
#footer ul
{
list-style:none;
text-align:center;
width:477px;
display:inline;
}
#footer ul li
{
display:inline;
color:#9f8750;
}
#footer ul li a
{
text-decoration:none;
color:#9f8750;
line-height:26px;
margin-bottom:20px;

}
br.clear
{
clear: both;
}
