/* CSS Document */
body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	color: #003333;
}

b{font-size: 110%;}
em{color: #003333;}/*Ross - same as body color*/

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #B5E6C6;
}

#topsection{
	background: #C47065;
	height: 110px;
	background-image: url(images/header.gif);
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
	background-color: #B5E6C6;
}

#contentcolumn{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
margin-right: 20px;
background-image: url(images/cloth022.jpg);
padding-top: 20px;

}

#contentcolumn_home{
	margin-left: 200px;
}


#leftcolumn{
	float: left;
	width: 200px;
	margin-left: -800px;
	background: #B5E6C6;
	background-image: url(images/left_stroke.jpg);
	height: 510px;
}

#footer{
	clear: left;
	width: 100%;
	background-color: #C47065;
height: 20px;

}

#sub_footer{
	clear: left;
	width: 100%;
	height: 20px;
	color: #006633;
	background-color: #003333;
}

