/* body tags */

body {
margin:0;
}

h1, h2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 1.2em;
}

h2 {
font-size: 1.1em;
}

p, li, td {
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
}

li{
margin-top: 10px;
}

input, textarea, select {
border: 1px solid #999;
}

table p {
margin: 0;
}

/* divs */

#container {
}

#masthead {
background-color:#ddf;
}

#content {
}

#left {
padding:10px;
float: left;
width: 150px;
background-color:#ccf;
}

#left p {
font-size: .8em;
}

#left form {
padding: 5px;
background-color:#eef;
}

#right {
clear: both;
position: absolute;
left: 180px;
top: 50px;
padding-left: 20px;
padding-right: 20px;
}

#footer {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	}
	
/* classes */

.small{
font-size:.8em;
color: #777;
}

.orderTable {
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
border-collapse: collapse;
}

.orderTable tr:hover, .orderTable tr.hilite {
background-color: #eee;
}

.archives {
background-color:#ffc;
}
