* {
	margin: 0;
	padding: 0;
}

a {
	color: #383E34;
}
.colorpick {
	color: #FFFFFF;
}


a:hover {color: #835600;}

body {
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
	background-color: #2B292A;
	background-image: url(img/bg_img_use.jpg);
	background-repeat: repeat-x;
}

p,ul {
	padding-bottom: 1em;
}

ul {
	margin-left: 1.2em;
}

li {list-style: none;}
.main li {list-style-image: url(img/li.gif);}

h1 {
	font-size: 1.2em;
	color: #785102;
}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #6A5A41;}

/* misc */
.clearer {clear: both;}
.main_right .padded {
	padding: 5px 1px 5px 5px;
	color: #333333;
}
.main .padded {padding: 5px 5px 5px 20px;}
.meta {font-size: 0.8em; color: #666;}
.left {
	float: left;
	color: #006B9F;
}
.right {
	float: right;
	color: #006B9F;
}

/* structure */
.container {
	font-size: 1.2em;
	background: url(img/bgcontainer.gif) repeat-y;
	width: 800px;
	border: 4px solid #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* header */
.header {
	float: left;
	width: 800px;
	background: url(img/header.jpg) no-repeat;
	font: normal 2.4em/150px Verdana, sans-serif;
	text-align: center;
	height: 150px;
}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 175px;
	color: #FFFFFF;
	background-image: url(img/buttonRO.jpg);
}
.main {
	float: left;
	width: 612px;
	background-color: #FFFFFF;
	background-image: url(img/mainbg.jpg);
	background-repeat: no-repeat;
}
.main_right {
	float: right;
	width: 10px;
	color: #CCC;
}

/* sub-navigation */
.subnav h1 {
	background: #CCCCCC;
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {
	margin: 0;
	padding: 0;
}
.subnav li {
	list-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.subnav li a {
	color: #FFFFFF;
	display: block;
	padding: 8px 0 8px 12px;
	width: 175px;
	text-decoration: none;
	background-image: url(img/Button_a.jpg);
}
.subnav li a:hover {
	color: #FFFFFF;
	background-image: url(img/buttonRO.jpg);
}

/* footer */
.footer {
	color: #FFFFFF;
	font-size: 8pt;
	line-height: 18px;
	width: 800px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(img/footer.jpg);
	height: 61px;
	text-indent: 50px;
}
.footer .left,.footer .right {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 16px;
}
.footer a {color: #EEE;}
.footer a:hover {color: #006699;}

