/*Define style for body*/


body
{
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 14px;
 	color: #000;	
	background-color: #A7834B;
	margin: 0;
	
}
#banner
{
background-image:url(../images/top.jpg);
background-color: #D3C1A5;
background-repeat: no-repeat;
width: 600px;
height: 107px;
margin: 0;
padding: 0;
}

#content
{
text-align: left;
background-color: #D3C1A5;
padding: 0.5em;
}

#content a:link, #content a:visited
{
color: #233975;
}

#content img
{
padding: 1em;
}
h1
{
font-size: 20px;
color: #C50000;
border-bottom: 1px solid #c50000;
}
h2
{
font-size: 18px;

}

/*Define style for home page*/
#homewrapper
{
margin: 20px 10% 0 10%;
}
#homemain
{
background-image: url(../images/homebg.jpg);
background-repeat: no-repeat;
width: 797px;
height: 627px;
}
#homemenu
{
position: relative;
top: 170px ;
left: 390px;
width: 200px;
height: 208px;
}
#homemenu a
{
line-height: 20px;
font-size: 13px;
text-decoration: none;
color: #000;
}
#homemenu ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#homemenu li
{
margin: 0;
padding: 0;
list-style-type: none;
}
#homemenu ul li a.wewantyou
{
color: #D64C5B;
font-weight: bold;
}
#homemenu a:link, #homemenu a:visited
{
text-decoration: none;
}
#homemenu a:hover, #homemenu a:active
{
border-bottom: 1px solid #D64C5B;
}

/*Define style for inside*/
#wrapper{
border: 3px solid #d50000;
background-color: #D3C1A5;
text-align: center;
width: 751px;
}

#menu
{
background-image: url(../images/left.jpg);
background-color: #D3C1A5;
background-repeat: no-repeat;
width: 151px ;
height: auto;
margin: 0;
padding: 0;
}

#menu ul
{

width: 100px;
margin: 0;
padding: 0 0 0 20px;
list-style-type: none;
text-align: left;
}
#menu li
{
margin: 0;
padding: 0;
list-style-type: none;
}
#menu a
{

line-height: 20px;
font-size: 13px;
text-decoration: none;
color: #fff;
}
#menu ul li a.wewantyou
{
color: #D64C5B;
font-weight: bold;
}
#menu a:link, #menu a:visited
{
text-decoration: none;
}
#menu a:hover, #menu a:active
{
border-bottom: 1px solid #fff;
}
#footer
{
background-image: url(../images/bottom.jpg);
background-repeat: no-repeat;
width: 751px;
height: 37px;
}