body {
	margin: 10px 0 0 0;
	padding: 0;
	height: 100%;
	font-family: "trebuchet ms",sans-serif;
	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;
}
* html #container {
	height: 100%;
	width: 855px;
}
#left_column {
	position: absolute;
	left: 0; top: 425px;
	font-size: 14px;
	padding: 0 0 0 10px;
}
#header {
	background: url(images/header_01.jpg) 10px 10px no-repeat;
	font-size: 26px;
	color: #FFF;
	padding: 20px 0 260px 20px;
}
#search {
	padding: 0 10px;
}
#search a {
	text-decoration: none;
}
#border {
	width: 610px;
	margin-left: 230px;
	font-size: 1em;
	border-left: 1px dotted #A9A9A9;
	padding: 0 0 80px 0;
}
div.maintext {
	width: 600px;
	padding-left: 10px;
}

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;
}

.subheader {
	font-size: 1.2em;
	color: #906;
}

.boldtext {
	color: #906;
	font-weight: bold;
}
.smalltext {
	font-size: 0.9em;
}
.baskettext {
	font-size: 0.8em;
}
#footer {
	position: relative;
	bottom: 0;
	padding: 0;
	margin-top: -57px; 
}
#footer_content {
	margin: 0 auto; 
	width: 850px;
	font-size: 14px;
	background: #FFF;
	border-left: 3px solid #C0C0C0; border-right: 3px solid #C0C0C0;
	text-align: left;
}
* html #footer_content {
	width: 855px;
}

#footer_left {
	padding: 0px 10px 5px 10px;
}

#bottommenu {
	font-size: 14px;
	color: #A9A9A9;
	background: #FFF;
	padding: 20px 10px 0px 10px;
	text-align: right;
	height: 30px;
}
#bottommenu a {
	text-decoration: none;
}

#sidemenu {
	width: 210px;
	margin: 0 10px 40px 0;
}
#sidemenu ul {
	list-style-type: none;
	margin: 0;
}
#sidemenu a {
	display: block;
	width: 100%;
	padding: 3px 0;
	border-bottom: 1px dotted #A9A9A9;
	text-decoration: none;
} 
#sidemenu a:hover {
	text-decoration: none;
} 
#sidemenu #current a {
	font-weight: bold;
	color: #906;
} 

#dropmenudiv{
	position:absolute;
	z-index: 100;
	text-align: left;
	text-indent: 5px;
	background: #FFF;
	border: 1px dotted #A9A9A9;border-bottom: 0;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 1px 0;
	border-bottom: 1px dotted #A9A9A9;
	text-decoration: none;
}
#dropmenudiv a:hover {
	background:  url(images/sidemenu_bg.jpg) -3px 3px no-repeat;
	text-decoration: none;
}

.button {
	width: 120px;
	font-size: 14px;
	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_left {
	float: left;
	width: 250px;
	margin: 10px 0 0 10px;
	padding: 10px;
	font-size: 0.9em;
	border: 1px solid #DCDCDC;
}
.portfolio_right {
	float: right;
	width: 250px;
	margin: 10px 10px 0 0;
	padding: 10px;
	font-size: 0.9em;
	border: 1px solid #DCDCDC;
}
.portfolio_left a, .portfolio_right  a {
	text-decoration: none;
}

