/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#C0BAA3 url(../../images/bg-tile.jpg) repeat-x top;
	
}

a{
color: blue;
}

a:hover{
color: maroon;}

h1{
font-family:"Trebuchet MS";
font-size:18px;
color:#000000;
letter-spacing:-1px;
margin-bottom: 3px;
}

h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #625B44;
font-weight: bold;
margin-bottom: 5px;
margin-top: 5px;
}

body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #625B44;
}



/* For the header */

#top-container{
margin-left:auto;
margin-right:auto;
width:982px;
height:278px;
background:url(../../images/top-bg.jpg) no-repeat;

}

#left{
float:left;
width:300px;
height:278px;
}

#right{
float:left;
width:682px;
margin-top:60px;
height:198px;
}

*html #right{
margin-top:70px;
height:190px;
}

*+html #right{
margin-top:70px;
height:190px;
}

/* End of Header CSS */

/* Nav Elements CSS */


#nav ul{
margin-top:0px;
margin-left:0px;
padding-left:0px;
}

.menu_main{
float:left;
margin-right:19px;
list-style:none;
margin-top:0px;

font-size:13px;
margin-top:2px;
background:url(../../images/nav-decoration.png) top no-repeat;
min-width:80px;
padding-top:4px;
text-align:right;
margin-bottom:8px;
width:80px;
}

*html nav li{
margin-bottom:0px;
}

#nav a{

text-decoration:none;
color:#333333;
font-weight:bold;
font-family:"Tahoma";

}

#nav a:hover{

text-decoration:none;
color:#990000;
font-family:"Tahoma";

}

.featured-image-size{
height:176px;
}

*html .featured-image-size{

height:170px;
width:663px;
}

/* Footer CSS */

#footer{

background:url(../../images/footer-bg.jpg) no-repeat;
height:42px;
margin-left:auto;
margin-right:auto;
width:982px;
text-align:right;
}





/* Layout Specific CSS */

#content-container{
width:982px;
background:url(../../images/main-body-tile.jpg) repeat-y;
margin-right:auto;
margin-left:auto;
}

#content-left{
width:455px;
float:left;
margin-left: 22px;
padding-top:2px;
padding-bottom:1px;

}

/* IE6 Hack for left column */

*html #content-left{
margin-left: 12px;
width: 440px;
}

/* End of IE6 Hack */

#content-right{
float:right;
width: 460px;
margin-right:16px;
padding-top: 2px;
padding-bottom: 1px;
}






