@charset "utf-8";

/* CSS Document */



body

{

	background-image: url(images/background2.jpg);

	margin: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}



.middle a:link, .middle a:visited, .middle a

{

	color: black;

	text-decoration: none;

}



.middle a:hover

{

	color: #663300;

	text-decoration: underline;

}



.minor_heading

{

	font-weight: bold;

	border-bottom: 1px solid black;

}



.major_heading

{

	font-weight: bold;

	font-size: 14px;

	border-bottom: 1px solid black;

}



.small

{

	font-size: 10px;

	color:#666666;	

}



div#header

{

	background: url(http://www.secretworkshop.com/skin1/customer/images/background.jpg) no-repeat top center;

	height: 450px;
}



div#flash

{

	width: 900px;

}



div#container

{

	position: relative;

	top: -40px;

}



div#content

{

	width: 900px;

}



div#main_area

{

	float: left;

	margin-left: 20px;

	width: 700px;

}



div#main_area .top

{

	height: 24px;

	background:url(images/text-top.gif)  no-repeat;

}



div#main_area .middle

{

	background-color: #f4eed6;

	padding: 0px 15px;

}



div#main_area .bottom

{

	height: 24px;

	background:url(images/text-bottom.gif) no-repeat;	

}



div#left_menu

{

	float: left;

	width: 175px;

}



div#left_menu .top

{

	width: 175px;

	height: 24px;

	background: url(images/navigation-top.gif) no-repeat;

}



div#left_menu .middle

{

	background-color: #e9dcaf;

	padding: 0px 15px;

}



div#left_menu .bottom

{

	width: 175px;

	height: 24px;

	background: url(images/navigation-bottom.gif) no-repeat;

}




