body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	text-align: center;
}
#wrapper {
	background-color: #ffffff;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-left: 2px solid #722100;
	border-right: 2px solid #722100;
	border-bottom: 2px solid #722100;
	border-top: 2px solid #722100;
}
#header {
	font-size:70%;
	background-image: url(../images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:122px;
	border-bottom: 1px dotted #cccccc;
}
#headertext{
	float:right;
	padding-top:10px;
	padding-right:10px;
}
#content {
	font-size: 80%;
	width: 520px;
	float: right;
	padding: 20px 10px 0 0;
	background-color: transparent;
}

#contentlogin {
	font-size: 80%;
	width: 520px;
	float: left;
	padding: 20px 10px 0 100px;
	background-color: transparent;
}
#content .item_title {
	border-top: 1px solid #cccccc;
	padding-top: 0.4em;
	font-size:90%;
	font-weight:bold;
}
#content p {
	line-height: 1.8em;
	padding-left: 2em;
}
#content .checkouttext {
	line-height: 1.1em;
	font-size: 90%;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: transparent;
}
#content h2 {
	font-size: 120%;
	color: #940D1E;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
}
#content a:hover {
	background-color: #eeeeee;
	color: #000000;
}
#content a:visited {
	color: #0000ff;
}
#content .content_outline {
	border: 2px solid #cccccc;
	padding: 5px 5px 5px 5px;
	margin-top:10px;
	margin-bottom:10px;
	-moz-border-radius:15px;
}
#navigation .navigation_outline {
	/*border: 2px solid #cccccc;*/
	margin-left:10px;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:20px;
	margin-right:-14px;
	/*-moz-border-radius:15px;*/
}
#navigation {
	float: left;
	width: 180px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px dotted #999999;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom;
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 4px 4px 4px 0.5em;
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #eeeeee;
	color: #000000;
}
#navigation .cart_summary {
	font-size:80%;
}
#navigation .mostpopular {
	font-size:80%;
	font-weight:bold;
}
#navigation .subnav {
margin-left:10px;
font-size:70%;
}
#navigation .inputbox {
color : #000000;
background : #FFFFFF;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
width:100px;
}
#navigation .search_query, #navigation .cart_summary {
padding-left:10px;
}
#footer {
	clear: both;
	text-align:center;
	padding: 10px 0px 10px 10px;
	font-size: 70%;
	color: #aaaaaa;
	background-color: #ecf7fc;
}