body{
	color: #333;
	background: #930 url('images/body_bg.jpg');
	background-repeat: repeat-x;
	font: .8em arial, verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

#shell{
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url('images/shell_bg.gif');
	background-repeat: repeat-y;
	border-bottom: 1px solid #737374;
}

h1{
	font-size: 1.3em;
	color: #C30;
	background-color: transparent;
}

h2{
	font-size: 1.2em;
	font-weight: bold;
	color: #111;
	background-color: transparent;
	padding: 0em;
}

h3{
	font-size: 1.1em;
	color: #711;
	background-color: transparent;
	padding: 0em;
	display: list-item;
	list-style: square inside;
}

#col_left{
	width: 165px;
	float: left;
	background: #F3F3CF url('images/col_left.gif');
	background-repeat: repeat-y;
}

#col_left a{
	display: block;
	margin: .5em;
	color: #810;
	background-color: transparent;
	text-decoration: none;
	padding: .25em .75em;
	border-bottom: 1px solid #EAD6AC;
}

#col_left a:hover{
	color: #390;
	/*color: #D41;*/
	font-weight: bold;
	background-color: #EEB;
	text-decoration: underline;

}

#logo{
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	padding: .66em 0em;
}

#col_right{
	background: #FFF url('images/col_right.gif');
	background-repeat: repeat-y;
	float: left;
	clear: right;
	width: 600px;
}

#head{
	width: 100%;
	border-bottom: 1px solid #943000;
}

#content{
	margin: 2em 3em;
	font-size: .93em;
	line-height: 1.25;
}

#content a{
	color: #0033CC;
	background-color: transparent;
}

#content a:hover{
	color: #c41;
	background-color: transparent;
	text-decoration: none;
}

#col_right p{
	line-height: 1.66;
	padding-bottom: .75em;
	background: url('images/line_horiz.gif') bottom left;
	background-repeat: repeat-x;
}

img.left{
	float: left;
	padding: 1px;
	margin-right: 1em;
	margin-bottom: .3em;
	background: #EAD6AC;
	border: 1px solid #610;
}

img.left2{
	float: left;
	padding: 1px;
	margin-right: 1em;
	margin-bottom: .3em;
}

.right{
	float: right;
	padding: 1px;
	margin: .3em 0em  0em 1em;
}

#foot{
	width: 100%;
	display: block;
	clear: both;
	color: #F3F3CF;
	background: transparent;
	font-size: .8em;
	text-align: center;
	padding: .33em 0em;
}

ul{
	list-style-type: square;
}

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

.button{
	display: block;
	margin: .5em;
}

.error{
	color: #c00;
}

.error img{
	vertical-align: middle;
}

.link{
	display: block;
	padding: .25em 1em;
}

.link img{
	vertical-align: middle;
}