body {
	background-color: #222;
	font-family: arial, verdana, helvetica, sans;
	color: #fff;
	font-size: 75%;
}

a:link, a:hover, a:active {color: #f93;}
a:visited {color: #fc9;}



h1, h2, h3, h4, h5, h6 {font-size: 1.1em; font-weight: normal; padding: 0px; margin: 0px; font-variant: small-caps;}

h1 {color: #f80;}
h2 {color: #f93;}
h3 {color: #fb6;}
h4 {color: #fc9;}
h5 {color: #fdc;}
h6 {color: #fff;}

h1.indent_title {text-indent: 10px;}
h2.indent_title {text-indent: 20px;}
h3.indent_title {text-indent: 30px;}
h4.indent_title {text-indent: 40px;}
h5.indent_title {text-indent: 50px;}
h6.indent_title {text-indent: 60px;}

h1.independant {text-indent: 0px; font-size: 2em; font-weight: bold;}

.cur_h {
    cursor: pointer !important;
    cursor: hand;
}

#main {
	position: absolute;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	border: 1px solid #888;
	background-color: #444;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#top_bar {
	/*background-color: #373737;*/
	/*border-bottom: 1px solid #888;*/
	background: url('style/bkgd_topbar.png') repeat-x;
	height: 72px;
	width: 940px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#plop_bar {
	/*background-color: #373737;*/
	/*border-bottom: 1px solid #888;*/
	background: url('style/bkgd_topbar.png') repeat-x;
	height: 72px;
	width: 940px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}


#top_bar #tb_left {text-align: left;width:35%;}
#top_bar #tb_right {text-align: right;width:65%;}
#top_bar .button {background-color: #333; padding-bottom: 2px; width: 96px; float: right; text-align: center;margin-right: 3px;margin-left: 3px; border: 1px solid #aaa}
#top_bar .button:hover {background-color: #f80; color: #000;border: 1px solid #bbb; cursor: pointer !important; cursor: hand;}

#top_bar .button_selected {background-color: #f80; color: #000; padding-bottom: 2px; width: 96px; float: right; text-align: center;margin-right: 3px;margin-left: 3px; border: 1px solid #bbb}
#top_bar .button_selected:hover {background-color: #fa8; color: #000;border: 1px solid #ddd; cursor: pointer !important; cursor: hand;}

#plop_bar #pb_left {text-align: left;width:35%;}
#plop_bar #pb_right {text-align: right;width:65%;}
#plop_bar .button {background-color: #333; padding-bottom: 2px; width: 96px; float: right; text-align: center;margin-right: 3px;margin-left: 3px; border: 1px solid #aaa}
#plop_bar .button:hover {background-color: #f80; color: #000;border: 1px solid #bbb; cursor: pointer !important; cursor: hand;}

#plop_bar .button_selected {background-color: #f80; color: #000; padding-bottom: 2px; width: 96px; float: right; text-align: center;margin-right: 3px;margin-left: 3px; border: 1px solid #bbb}
#plop_bar .button_selected:hover {background-color: #fa8; color: #000;border: 1px solid #ddd; cursor: pointer !important; cursor: hand;}



img.content_left {
	float: left;
	margin-left: 10px;
	width: 320px;
}

div.content_left {
	float: left;
	margin-left: 10px;
	width: 590px;
	height: 250px;
}

img.content_right {
	float: right;
	margin-right: 10px;
	width: 320px;
}

div.content_right {
	text-align: right;
	float: right;
	margin-right: 10px;
	width: 590px;
	height: 250px;
}

div.spacer {
	width:100%;
	clear: both;
}

