body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	;
	text-align: center;
}
#wrapper {
	background-color: #ffffff;
	text-align: left;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #ffffff;;
}


/* TOP HEADER */
#header {
	font-size:70%;
	/*background-image: url(../images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	height:110px;
	border-bottom: 1px dotted #ffffff;;
}
#headertext{
	float:right;
	padding-top:10px;
	padding-right:10px;
	background-color: transparent;
}

/* MAIN CONTENT */
#content {
	font-size: 80%;
	width: 500px;
	float: right;
	padding: 20px 10px 0 0;
	background-color: transparent;
}
#contentlogin {
	font-size: 80%;
	width: 500px;
	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 #cccccc;
}
#content a:hover {
	background-color: #eeeeee;
	color: #000000;
}
#content a:visited {
	color: #0000ff;
}
#content .content_outline {
	border: 2px solid #ffffff;;
	padding: 5px 5px 5px 5px;
	margin-top:10px;
	margin-bottom:10px;
	-moz-border-radius:15px;
}


/* LEFT HAND COLUMN */
#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: 160px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 160px;
	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:95%;
}
#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 */
#footer {
	clear: both;
	text-align:center;
	padding: 10px 0px 10px 10px;
	font-size: 70%;
	color: #aaaaaa;
	background-color: #ffffff;
}