body {
	margin: 10px 0 0 0;
	padding: 0;
	height: 100%;
	font-family: "trebuchet ms",sans-serif;
	font-size: 1em;
	background: #FFF url(images/body_bg.jpg) fixed repeat-x;
	color: #333;
}
* html body {
	text-align: center;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto; 
	min-height: 100%;
	width: 850px;
	text-align: left;
	background: #FFF;
	border-left: 3px solid #C0C0C0; border-right: 3px solid #C0C0C0;
	border-top: 3px solid #C0C0C0;
}

#banner-spacer {
	padding-top: 365px;
	_padding-top: 375px; *padding-top: 375px; /* hack for IE6 & IE7 */
}
#banner-wrapper {
	position: absolute;
	left: 0; top: 0; right: 0;
}
#banner {
	background: url(images/header_01.jpg) 10px 10px no-repeat;
	font-size: 1.625em;
	color: #FFF;
	padding: 20px 0 260px 20px;
}
#banner a {
	display: block;
	width: 100%; 
	color: #FFF;
	text-decoration: none;
}
#search {
	float: right;
	padding: 12px 10px 0 0;
}
#search a {
	text-decoration: none;
}
#time {
	padding-left: 10px;
}

#left_column {
	position: absolute;
	top: 420px; 
	font-size: 0.875em;
	padding: 0 0 0 10px;
}
#side-nav {
	width: 210px;
	margin: 0 10px 30px 0;
}
#side-nav ul {
	list-style-type: none;
	margin: 0;
}
#side-nav a {
	display: block;
	width: 100%;
	padding: 3px 0;
	border-bottom: 1px dotted #A9A9A9;
	text-decoration: none;
} 
#side-nav a:hover {
	text-decoration: none;
} 
#side-nav #current a {
	font-weight: bold;
	color: #906;
} 

#border {
	width: 610px;
	margin-left: 230px;
	border-left: 1px dotted #A9A9A9;
}
.maintext {
	width: 600px;
	padding-left: 10px;
	min-height: 500px;
	_height: 520px; /* hack for IE6 */
}

#archive {
	float: right;
	width: 150px;
	margin-top: -13px;
}
#archive ul {
	list-style-type: none;
	font-size: 0.9em;
	margin: 0;
}
#archive li {
	margin-bottom: 8px;
}

#footer-wrapper {
	font-size: 0.875em;
	padding: 20px 10px 5px 10px;	
}
#footer-nav {
	color: #A9A9A9;
	background: #FFF;
	text-align: right;
}
#footer-nav a {
	text-decoration: none;
}

ul { 
	list-style-type: square;
	padding: 0;
	margin-left: 15px;
}
ol {
	padding: 0;
	margin-left: 20px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
form {
	margin: 0;
}
hr {
	color: #DCDCDC;
	background: #DCDCDC;
	border: 0;
	height: 2px;
}
a {
	color: #808080;
}
a:hover {
	color: #906;
	text-decoration: none;
}
img {
	border-color: #C0C0C0;
}
h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #906;
}
h2 {
	font-size: 1em;
	color: #906;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	color: #906;
}

.subheader {
	font-size: 1.2em;
	color: #906;
}
.boldtext {
	color: #906;
	font-weight: bold;
}
.smalltext {
	font-size: 0.875em;
}
.baskettext {
	font-size: 0.875em;
}

.button {
	width: 120px;
	font-size: 0.875em;
	text-align: center;
	margin-top: 20px;
}
.button a {
	display: block;
	width: 100%;
	color: #FFF;
	background: #A9A9A9;
	padding: 3px;
	text-decoration: none;
} 
.button a:hover {
	color: #FFF;
	background: #906;
	text-decoration: none;
}

div#form_box label {
	float: left;
	width: 130px;
	text-align: right;
	padding-right: 5px;
}
div#form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
}

.imagebank {
	float: right;
	font-size: 14px;
	background: #DCDCDC;
	margin-top: 10px; margin-left: 53px;
	padding: 20px 0;
	width: 160px;
	border: 1px solid #A9A9A9;
	text-align: center;
}
.imagebank img {
	border: 1px solid #FFF;
}
.imagebank_left {
	font-size: 14px;
	background: #DCDCDC;
	padding: 20px 0;
	margin-top: 10px;
	width: 160px;
	border: 1px solid #A9A9A9;
	text-align: center;
}
.imagebank_left img {
	border: 1px solid #FFF;
}

.portfolio {
	float: left;
	width: 250px;
	margin: 10px;
	padding: 10px;
	font-size: 0.875em;
	border: 1px solid #DCDCDC;
}
.portfolio a{
	text-decoration: none;
}


