@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #fff6e0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#banner
{
 	width: 974px;
 	height: 200px;
 	background-color: #fff;
 	margin:  0 auto;
}

/* Nav Menu CSS */
#navmenu
{
 	width: 974px;
 	height: 30px;
 	background-color: df3737;
 	margin:  0 auto;
}



#navmenu ul
{
	position: relative;
	background-color: #df3737;
	background-image: url(../images/button-red.jpg);
	height: 30px;
	margin: 0 auto;
	padding-left: 40px;
	list-style: none;
}

#navmenu ul li
{
	float:left;
}

#navmenu ul li a
{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	height: 30px;
	width: 100px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;	
}

#navmenu ul li a:hover, #navmenu ul li .current{
	color: #df3737; /*text color of selected and active item*/
	background-image: url(../images/button-brown.jpg);
}
/* End Of Nav Menu */

/* Start of Main Container */

div#main_cont
{
	width: 954px;
	height: 700px;
	margin: 0 auto;
	padding: 10px;
	background-color:#fff;
	background-image: url(../images/stripe1.gif);
	background-repeat: repeat;
	position: relative;
}

/* End of Main Container */

/* Start of Left-section */

div#cont_left
{
	width: 25%;
	height: 480px;
	float: left;
	background-repeat: repeat;
}

/* End of Left-section */

/* Start of Right-section */

div#cont_right
{
	width: 72%;
	height:100%;
	float: right;
	background-repeat: repeat;
	padding:10px;
}

/* End of Right-section */

