/* Yahoo reset code */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

*
{
		font-family: Georgia, Times, Serif;
		font-size: 12px;
		color: #412f24;
}
body
{
	background-color: #c5d2d7;
}

div#container
{
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 5px solid #b1c3cd;
	border-right: 5px solid #b1c3cd;
	border-bottom: 5px solid #b1c3cd;
}
	div#header
	{
			border-top: 6px solid #684f40;
			background: #fff url(/images/header_bg.gif) repeat-x;
			height: 110px;
			padding: 0 24px;
	}
		div#header img
		{
	
		}

	div#menu
	{
		position: relative;
		height: 26px;
		background-color: #f3f2e6;
		padding: 0 14px;
		border-top: 1px solid #e9e8db;
		border-bottom: 1px solid #e9e8db;
	}
		div#menu ul li
		{
			line-height: 1em;
			float: left;
			margin: 7px 12px;
		}
		
		div#menu ul li a
		{
			
		}
	 	div#mini_cart
		{
			float: right;
			margin: 6px 1em;
			padding-right: 10px;
		}
		div#mini_cart img
		{
			position: absolute;
			right: 16px;
			top: 5px;
		}
	div#content
	{
			/*min-height: 500px;*/
	}
		div#right_col
		{
			float: right;
			width: 300px;
			height: 250px;
			background: #f3f2e6;
			margin-left: 24px;
		}
		div#brown
		{
			background: #000 url(/images/brown_bg.gif) repeat-x;
			height: 315px;
		}
		
		div#brownbox
		{
			float: right;
			width: 300px;
			_width: 296px;
			line-height: 1.5em;
		}
		div#leftbox
		{
			position: relative;
			float: left;
			width: 1px;

		}
		div#rightbox
		{
			float: left;
			width: 540px;
		}
	div#custom a
	{
		text-decoration: underline;
	}
	div#footer
	{
		text-align: center;
	}
		div#footer p
		{
					font-size: 11px;
		}