body {
background-color:#eee;
font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
}

#box {
width:660px;
margin:0 auto;
}

#top {
width:660px;
height:16px;
background-image:url(images/bgtop.jpg);
background-repeat:no-repeat;
}

#middle {
width:660px;
height:523px;
background-image:url(images/bgbody.jpg);
}

#bottom {
width:660px;
height:20px;
background-image:url(images/bgbottom.jpg);
background-repeat:no-repeat;
}

#nav {
width:630px;
height:44px;
background-color:#491814;
margin: 0 auto;
}

#nav #menu {
width:630px;
padding: 15px 0px 0px 0px;
}

#nav #menu ul {
display: block;
padding: 0px;
margin: 0px 0px 0px 0px;
list-style: none;
text-align: center;
}

#nav #menu ul li {
display: inline;
padding: 0px 5px;
margin: 0px;
list-style: none;
font-weight:bolder;
font-size: 11px;
text-transform: uppercase;
}

#nav #menu ul li a{
text-decoration:none;
color:#FFFFFF;
}

#nav #menu ul li a:hover{
color:#999;
}

#main_img {
width:630px;
height:330px;
margin:0 auto;
}

#main_text {
width: 630px;
height: 148px;
background-color:#333;
margin:0 auto;
padding: 0 auto;
}

#main_text p {
margin:0;
padding:0;
}

#main_text p a{
color:#FFFFFF;
font-weight:bold;
text-decoration: none;

}

#main_text p a:hover {
color:#FFFFFF;
font-weight:bold;
text-decoration: underline;

}

#main_text h2 {
margin:0;
padding:0;
color:#FFFFFF;
font-size:14px;
}

#main_text h2 a{
color:#FFFFFF;
font-weight:bold;
text-decoration: none;

}

#main_text h2 a:hover {
color:#FFFFFF;
font-weight:bold;
text-decoration: underline;

}

/* #main_text input
{
color: #0000;
background: #EEEEEE;
border: 1px solid #BBBBBB
padding: 0px 0px 0px 10px

}

#main_text submit
{
color: #000;
background: #EEEEEE;
border: 2px outset #000
}
*/

#welcome {
width:290px;
margin:0 10px auto;
padding: 10px 0;
float: left;
}

#latest {
width:290px;
margin: 0 auto auto 10px;
padding: 10px 0 0 10px;
float: right;
}

#newsletter {
width:290px;
margin: 0 auto auto 10px;
padding: 10px 0 0 10px;
float: right;
}



#footer {
text-align:center;
color:#333;
clear:both;
}

#footer a{
text-decoration: none;
color:#333;
}

#footer a:hover {
text-decoration: underline;
color:#333;
}










/*for innerpages*/
#inner_box {
width:660px;
margin:0 auto;
}

#inner_middle {
width:660px;
background-image:url(images/bgbody.jpg);
display:table;
color:#333333;
}

#left {
float:left;
width:450px;
margin: 10px auto 10px auto;
border-right: 1px #CCCCCC solid;
}

#left a{
color:#333;
text-decoration:none;
}

#left a:hover{
text-decoration:underline;
}

#left p{
width: 400px;
margin: 10px 0 10px 30px;
text-align: justify;
padding: 0;
}

#left h2 {
width: 400px;
margin: 0 0 0 30px;
font-size: 16px;
padding: 5px 0 0 0;
}

#left ul{
list-style-type: square;
}

#right {
float: right;
width: 200px;
}

#right h3 {
font-size: 13px;
border-bottom: 1px #BBBBBB solid;
width: 140px;
margin: 0;
padding: 20px 0 0 0;
}

#right ul{
margin: 0;
padding: 5px 0 20px 20px;
font-size: 10px;
list-style-type: square;
}

#right ul li a{
color:#333;
text-decoration:none;
}

#right ul li a:hover{
text-decoration:underline;
}

#inner_img {
width:630px;
height:120px;
margin: 0 auto;
}

