BODY {
	font-family: "Tahoma";
	font-size: 11px;
	background: #4289ce url(img/bg.gif) repeat-x scroll left top;
	overflow-x: auto;
	color: black;
	width: 1024px;
	margin: auto;
}

A {
	color: black;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}


H1 {
        color: white;
	font-size: 64px;
	font-family: "Tahoma";
	font-weight: normal;
	margin: 0;
}

H2 {
        color: white;
	font-size: 36px;
	font-family: "Tahoma";
	font-weight: normal;              
	margin: 0;
}

H3 {
	background: url(img/header.png) no-repeat;
	font-family: "Tahoma";
	font-weight: normal;
        color: white;
	font-size: 13px;
	text-align: center;
	width: 175px;
	height: 20px;
	padding: 0;
	margin: 0;
}

div#header {
	width: 740px;
}

ul#nav li {
	float: left;
        color: white;
	background: black;
	font-size: 11px;
	list-style-type: none;
	padding: 5px 0 5px 5px;
}

ul#nav {
        color: white;
	padding: 0;
	margin: 0;
	height: 25px;
}

ul#nav a {
        color: white;
	border-right: 1px solid #ffffff;
	padding-right: 5px;
}

ul#nav a.last {
	border-right: none;
}

div#content {
	width:740px;
	background: white;
	color: black;
        font-family: "Tahoma";
	margin: 5px 0;
	padding: 5px 10px;
}

div#content div.heading {
	margin: auto;
	text-align: center;
}

div#content div.heading h2 {
	width: 550px;
	float: left;
}

div#content div.heading img {
	float: left;
}

div#content img {
	float: left;
	padding: 5px;
}

div#content div.text {
	clear: both;
}

div.catagory {
	width: 175px;
	padding: 5px 10px;
	margin: auto;
}

div#top div#header {
	float:left;
}

div#leftColumn {
	width: 740px;
	float: left;
}

div#rightColumn {
	width: 250px;
	float: right;
}

div#cart {
	width: 250px;
	color: black;
	font-size: 11px;
	padding: 5px 0;
}

div#cart a {
	color: black;
}