* {
	margin: 0;
	padding: 0;
}
html {

}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ccc;
	background-color: #000;
}
a {
	color: #ccc;
	text-decoration: none;
}
a img {
	border: 0 none;
}
input, textarea {
	padding: 2px;
}
#logo {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 33;
}
#logo a {
	display: block;
	width: 700px;
	height: 87px;
	background-image: url(../images/logo_long.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#seo {
	position: fixed;
	top: 50px;
	left: 0;
	height: 20px;
	color: #CCCCCC;
	font-size: 9px;

}
#stuff {
	padding-top: 100px;
}
.page_text {
	font-size: 12px;
	padding-left: 10px;
}
#nav {
	float: left;
	width: 300px;
}
#nav p {
	font-size: .92em;
}
#menu {
	padding-top: 4px;
	margin-bottom: 4px;
}
#menu li {
	list-style: none;
	font-size: 18px;
}
#menu li a {
	display: block;
	margin-left: -130px;
	width: 130px;
	padding: 4px 30px 4px 4px;
	background-image: url(../images/b_right.png);
	background-position: right;
	background-repeat: no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
#menu li.current a, #menu li a:hover {
	margin-left: 0;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#nav p {
	color: #999;
	padding: 15px 30px 0 6px;
	line-height: 1.1em;
}
#nav ul#other {
	padding: 2px 0 0 6px;
	list-style: none;
	padding-bottom: 10px;
}
#nav ul#other li {
	padding: 0 0 9px 0;
}
#nav ul#other li a#email {
	color: #999;
	padding: 3px 3px 3px 18px;
	background-image:url(images/email.png);
	background-position: left;
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	left: 310px;
	padding-bottom: 30px;
}
.tool-tip {
	color: #fff;
	width: 189px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #d7ba6a;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}

#footer {
	position: fixed;
	bottom: 12px;
	right: 20px;
	height: 12px;
	padding: 0px;
	overflow: none;
	font-size: 10px;
	text-align: right;
	color: #666;
	z-index: 0;
}
#footer a {
	color: #888;
}
#footer a:hover {
	color: #ccc;
}
#footer abbr {
	color: #666;
	border-bottom: dotted 1px #333;
}
#bottom_menu{
	position: fixed;
	bottom: 12px;
	left: 20px;
	height: 12px;
	padding: 0px;
	overflow: none;
	font-size: 10px;
	text-align: left;
	float: left;
	color: #666;
}
#deecameron textarea{
	background-color:#000000;
	color:#ffffff;
	border: 0px;
	border: 1px solid #cccccc;
}
#deecameron input{
	background-color:#000000;
	color:#ffffff;
	border: 0px;
	border: 1px solid #cccccc;
}

#deecameron select{
	background-color:#000000;
	color:#ffffff;
	border: 0px;
	border: 1px solid #cccccc;
}