body{
	font-family: arial, tahoma;
	font-size: 13px;
	margin: 24px auto auto 0;
	padding: 0 0 0 0;
	background: #deecec;
	text-align: center;
	}
	
a{
	font-size: 13px;
	color: #deecec;
	text-decoration: none;
	}

a:hover{
	color: #ffffff;
	}
	
.error{
	color: Red;
	}


.image{
	float:right;
	margin: 2px;
	}
	
#standard_form, #checkout_form{
	text-align: left;
	}
	
#standard_form p, #checkout_form p{
	text-align:left;
	margin: 0;
	}
	
#standard_form label, #checkout_form label{
	text-align: right;
	vertical-align: top;
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.3em;
	display: block
	}
	
#checkout_form label{
	width: 6em;
	}
	
#standard_form .submit, #checkout_form .submit{
	margin-left: 5.5em;
	background: #ffffff;
	color: #000000;
	border: 2px solid #999999;
	font-size: 0.8em;
	}


#mainframe{
	width: 800px;
	height: 555px;
	background: #ffffff;
	margin: auto;
	border: 1px solid #000000;
	}

#header{
	width: 99%;
	text-align: right;
	background: url('images/logo.jpg') no-repeat;
	background-color: #669999;
	height: 64px;
	color: #ffffff;
	font-size: 12px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	}
	
#header p{
	font-weight: bold;
	margin-top: 5px;
	margin-right: 5px;
	}

#header a{
	color: #ffffff;
	text-decoration: none;
	}

#header a:hover{
	color: #ff9900;
	}
	
#maincontent{
	width: 99%;
	height: 450px;
	background-color: #669999;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	}

#nav{
	float: left;
	clear: right;
	margin: 5px 5px 5px 5px;
	padding: 0 0 0 0;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-bottom: 0px;
	width: 130px;
	}

#nav li{
	display: inline;
	}

#nav li.item a{
	postion: absolute;
	text-align: left;
	width: 130px;
	font-size: 12px;
	padding: 1px 0px 1px 0px;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	float: left;
	}
	
#nav li.item a:hover{
	color: #004B85;
	background: #F4F4F4;
	}

#content{
	background: #ffffff;
	padding: 0px 0px 0px 0;
	margin: 5px	5px 5px 5px;
	width:630px;
	height: 438px;
	overflow:auto; 
	border: 1px solid;
	}

#content tr td{
	vertical-align: top;
	}
	
#content tr td p{
	margin: 6px 12px 6px 12px;
	font-size: 13px;
	}	

#content a{
	color: #669999;
	text-decoration: none;
	font-weight: bold;
	}

#content a:hover{
	color: #ff9900;
	}

<!-- up to here -->	

#content p{margin: 5px 5px 0 0;}
	
#content a{
	font-size: 12px;
	}
	
#events tr td p{
	font-size: 13px;
	margin-left: 6px;
	margin-right: 6px;
	}
	
#cart{
	width: 98%;
	border-collapse: collapse;
	font-size: 12px;
	}
	
#checkout{
	width: 98%;
	border-collapse: collapse;
	font-size: 12px;
	}
	
#checkout .title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	}
	
#checkout tr td p{
	margin-top: 0;
	margin-bottom: 6px;
	}
	
#cart_items{
	width: 95%;
	font-size: 12px;
	border-collapse: collapse:
	}

.submitbutton, .submitbutton_lower{
	background: #ffffff;
	color: #000000;
	border: 2px solid #999999;
	font-size: 1em;
	}

.submitbutton_lower{
	margin-top: -60px;
	margin-left: 80px;
	}
	
#credit{
	width: 99%;
	text-align: center;
	background-color: #669999;
	color: #ffffff;
	font-size: 12px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
}

#credit a
{
color: #ffffff;
text-decoration: none;
}

#credit a:hover
{
text-decoration: underline;
}