/* BEGIN - overwrite some of the values from design.css*/
#wrap {
	margin:10px auto;
	width:990px;
	height:100%;
	border: 1px solid #666600;
	background: #fff url(../images/bg_contentrule.gif) repeat-y 18px 0;
}

#main{
	float: left;
	width: 720px;
	padding: 10px 10px 10px 12px;
}

#main p{
	padding:0;
	margin:0;
}
/* //END - overwrite some of the values from design.css*/

#sidebar {
	float:right;
	width:190px;
	padding: 44px 10px 10px 10px;
}

#sidebar strong{
	font-weight:normal;
}

#sidebar ul {
	margin-bottom:0;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar p{
	padding:0 10px 0 0;
	font-weight: normal;
}

#sidebar h2{
	color:#b5a80c;
	font-size: 19px;
	letter-spacing: 2px;
	margin-bottom:0px;
}

#sidebar h3{
	color:#666600;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom:0px;
}

form.quicksearch{
	padding:0 10px 0 0;
	margin-left: -10px;
}

input.quicksearch{
	width: 219px; 
	border-bottom:1px solid #666600;  
	background-color: #E1F0FF;
	border-right:0px; 
	border-top:0px; 
	border-left:0px;
	font-size: 10px;
	color:#666666;
	height: 16px;
	text-align:center;
	padding: 5px;
}