/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-align:center;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 197%;
	font-weight: bold;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 170%;
}

table {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #000000;
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
 	width:816px;
	margin:0px auto;
	text-align:center;
}
#main {
	font-family: Georgia, "Times New Roman", Times, serif;
	width:816px;
	text-align: center;
	margin:0px auto;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	position: relative;
}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	width:816px;
	text-align: center;
	margin:0px auto;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
}

#footer{
	text-align: center;
	background: #1E572C;
	border-top: 3px solid #084277;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 5px;
	width:816px;
	position: relative;
	float: inherit;
}
a {
	color: #405BAA;
	text-decoration: none;
}

#leftcolumn{
	width:180px;
	border: 3px dotted green;
	padding: 5px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left;
	float: left;
	padding-top: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
border: 0px ;
}

#leftcolumn a:hover{
background-color: #FFFF80;
}

#rightcolumn{
	float:left;
	width:570px;
	margin-left: 0px;
	padding: 0px;
	padding-bottom: 0px;
	border: none;
	position: relative;
	text-align: left; 
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}
#cart {
	float:left;
	width:816px;
	border: 3px dotted;
	padding: 5px;
	padding-left: 8px;
	text-align: center;
}
#bottomcolumn {

	float:right;
	width:816px;
	margin-left: 0px;
	padding: 10px;
	padding-bottom: 0px;
	border: none;
	position: relative;
}
#cart table {
	text-align: center;
}
