body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/background.jpg);
	background-repeat:repeat-x;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-size: 30px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000!important;
}

h3 {
	margin: 0px 0px -10px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-size: 18px;
	font-weight: bold;
}

p {
	margin: 10px 10px 10px 0px;
	padding: 0px;
}

a {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}

a:visisted {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}

#shopping_cart {
	width: 130px;
	height: 32px;
	margin: -30px 0px 0px 0px;
	padding: 0px;
	float: right;
}

#wrapper {
	width: 900px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#logo {
	width: 157px;
	height: 157px;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	float: left;
}

#tag_line {
	width: 700px;
	height: 50px;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
	color: #CC0000;
}

#title {
	width: 700px;
	height: 50px;
	margin: 50px 0px 0px 10px;
	padding: 0px;
	float: right;
}

#left_nav {
	background-image:url(../images/leftnav_border.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 154px;
	height: 100%;
	margin: 15px 0px 0px 10px;
	padding: 0px;
	float: left;
}

#left_nav ul, li {
	list-style-type:none;
	margin: 4px 0px 0px -2px;
	padding: 0px;
}

#left_nav a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

#left_nav a:visisted {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

#left_nav a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}


#content {
	width: 700px;
	height: 100%;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	float: right;
}

#base {
	width: auto;
	height: 32px;
	margin: 50px -10px 0px -10px;
	padding: 0px;
	background-image:url(../images/base.jpg);
	background-repeat: repeat-x;
	color: #999999;	
}

#base ul {
	margin: 0px;
	padding: 12px 10px 10px 20px;
}

#base li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#base a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

#base a:visisted {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

#base a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: #FFFFFF;
}

#copyright {
	color: #CC0000;
	padding-left: 10px;
	padding-top: 10px;
}

