/* Layout Stylesheet */


html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 40px 0px 25px 0px;
	font-size: 100%;
	line-height: 120%;
	color: #2F3C57;
	background: #cbcc80;


	text-align:center;

    font-family: arial, sans-serif;

}


 #outer {
	 text-align:left;
	 background: #fff;
	 border-style: solid;
	 border-color: #3e3e00;
	 border-width: 1px;

	 width:776px;
	 height: 700px;

	 margin: auto;


	background: url("../img/main-bg2.jpg") left 50% no-repeat #fff;

 }

 #header {
	 text-align:left;
	 background: #000;
	 border-style: solid;
	 border-color: #1B5580;
	 border-width: 0;


	 padding: 0;


	 height: 111px;

	 background: no-repeat;
	 background-image: url(../img/top.jpg);
 }


#nav{

	color: #fff;
	font-weight: bold;

}

#nav1{
	padding: 20px 0 0 19px;
	background: no-repeat;

}

#nav2{
	margin: 38px 0 0 18px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;

}




 #main {

	background: #fff;

	width:100%;


	padding: 0;
	margin: 0;



	background: url("../img/main-bg.gif")  0 0 #fff;


 }


#main-content{
	position: relative;
	float: left;
	width: 349px;
	padding: 20px;
	font-size: 80%;
	line-height: 100%;
	color: #000;
	background: transparent;
	font-family: "verdana", serif;
	text-align:left;
}


#main-right{
	float: right;
	width: 179px;
	padding: 0;
	margin: 0;
	font-size: 80%;
	line-height: 100%;
	color: #fff;
	background: #999a01;
	font-family: "verdana", serif;
	text-align:left;
}


 #left{
	float: left;
	padding: 0;
	margin: 0;

	width: 200px;


	border-width: 0;

	background: transparent;

	/* background: url("../img/left.jpg") no-repeat  #000; */

 }

#left img{
	position: relative;
	left: 76px;
	top: 13px;
}

 #right{
	 background: transparent;
	 float: right;

	padding: 0;
	 margin: 0;
	 width: 576px;


 }




#footer {
	 display: block;
	 font-size: 75%;

	 text-align:center;
	 background: transparent;
	 border: 0px solid;

	margin: auto;

	 width:766px;
	 padding: 5px 5px 5px 5px;

	 clear: both;


 }




#stretcher {

float: right;
 width:0px;
 height: 420px;
margin: 0;
padding: 0;
background: #000;

}


