body {
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: 24px;
	background: transparent url(/images/bg.jpg);
	margin: 0;
	padding: 20px 0;
}

h1, h2, h3, h4, h5, ul, p {margin-top: 0; margin-bottom: 1em;}

h1 {
	font-family: Georgia, serif;
	font-size: 26px;
	color: #00573d;
	margin-bottom: .5em;
}

h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #8b5e3b;
}
#sidebar h2 {
	font-size: 26px;
	color: #00573d;
	margin-bottom: .5em;
}

label {display:block; font-weight:bold;}

table {border-collapse: collapse; width: 100%;}
td {border-bottom: 1px solid #ddd; padding: 4px; font-size: 90%;}
th {background-color: #555; color: #fff; padding:4px; text-align:left;}
tfoot td {background-color: #444;color: #aaa;}
td.pricing td {text-align: center; font-size: 88%;}
td.photo, td.position {text-align:center;}
td.price {text-align:right;}
tr.even {background-color: #f2f2f2;}

.clear {clear: both;}
.center {text-align: center;}
.red {color: red;}
.column-2, .two-column {width: 49%; float: left;}
.r {margin-bottom: 6px;}
.t {width: 98%; padding: 2px; font-size: 13px; border: 1px solid #ccc;}
.validation-advice, .error {color: red;}
.border {display: block; border: 1px solid #999; padding: 4px; background-color: #eee}
.photo {
	float: right; 
	border: 1px solid #c2d2d5; 
	padding: 2px; 
	background-color: #f9f9f2;
	margin-bottom: 8px;
}

#wrap {
	width: 880px;
	margin: 0 auto;
}

#page {
	
}

#banner {
	position: relative;
	width: 880px;
	height: 312px;
	background: transparent url(/images/banner.jpg) left bottom no-repeat;
}

#top {
	position: absolute;
	width: 880px; 
	height: 38px;
	top: 0;
	left: 0;
	background: transparent url(/images/banner-top.gif) 50% top no-repeat;
}

#navigation {
	position: absolute;
	top: 272px;
	left: 44px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
#navigation a {color: #fff; padding: 2px;}

#main {
	background: transparent url(/images/page-bg.jpg) left top repeat-y;
}
body#updates #main {
	background: transparent url(/images/page-updates-bg.jpg);
}

#contents {
	float: left;
	width: 540px;
}
#contents .gutter {
	padding: 48px 0 0 48px;
}
body#updates #contents {
	float: none;
	width: 800px;
}

#sidebar {
	float: right;
	width: 256px;
	line-height: 20px;
}
#sidebar .gutter {
	padding: 48px 44px 0 0;
}
body#updates #sidebar {display: none;}

#footer {
	position: relative;
	top: 0;
	left: 0;
	width: 880px;
	height: 83px;
	background: transparent url(/images/footer.gif) left bottom no-repeat;
	font-size: 10px;
}

#bottom-navigation {
	position: absolute;
	top: 12px;
	left: 48px;
	color: #fff;
}
#bottom-navigation a {color: #fff;}

#copyright {
	position: absolute;
	top: 12px;
	right: 48px;
	text-align: right;
	color: #fff; 
}












