html,body {
	height:100%;
	margin:0px;
	font-family:verdana, arial, sans-serif;
	color:#3B3B3B;
	font-size:13px;
}
form {font-size: 12px}
body {background-image:url('images2/bg.gif')}
input, textarea {
	border:1px #CCC solid;
	background-color:#E7E7E7;
	color:#333;
	font-family: Arial;
}
.input {
	background-image:url('images2/input.gif');
	background-repeat:repeat-x;
	height:16px;
}
input:focus, textarea:focus {
	background-image:none;
	border:1px #FBB solid;
}
#wrapper {
	padding:0px;
	min-height:500px;
	min-width:700px;
	background-image:url('images2/bg.gif');
}
#navi {
	height:30px;
	width:100%;
	padding:0px;
	background-color:#000;
}
#navi ul:first-child {margin-left:14%}
#navi ul:first-child .title {width:40px !important}
#navi ul {
	list-style-type:none;
	margin:0px;
	float:left;
	color:#FFF;
	white-space:nowrap;
	z-index:2;
}
#navi ul .title {
	float:none !important;
	display:block !important;
	width:80px;
	font-size:20px;
	padding-bottom:3px;
	padding-right:0px;
}
#navi ul:hover li {display:block}
#navi ul li {
	float:left;
	display:none;
	white-space:nowrap;
	font-size:12px;
	padding-right:13px;
}
#navi a {
	color:#DDD;
	text-decoration:none;
}
#navi a:active {color:#E51C1A}
#navi a:hover, #navi a:focus {color:#FFF}
#content {
	width:60%;
	min-height:500px;
	padding-left:20%;
	padding-right:20%;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
	color:#3B3B3B;
	background-color:#F7F7F5;
}
.error {
	background-color:#C33;
	border:1px #000 solid;
	width:500px;
	margin:0 auto;
}
#wrapper a {
	color:#DDD;
	text-decoration:none;
}
#content a,#add a,#add_left a {
	border-bottom:1px #888 dotted;
	text-decoration:none;
	color:#272727;
}
#content a:hover, #content a:focus {color:#4F4F4F}
#content a:active {color:#E51C1A}
#add,#add_left {
	position:absolute;
	background-color:#F7F7F5;
	width:15%;
	font-size:13px;
	padding-left:20px;
	border-top:1px #888 dotted;
	top:200px;
	right:15px;
}
#add strong,#add_left strong {
	color:#B21513;
	text-shadow: 0px 0px 2px #222;
}
#add_left {
	text-align:right;
	right:auto;
	padding-left:0px;
	padding-right:20px;
	left:15px;
}
#footer {
	width:100%;
	height:8%;
	border-top:2px #E51C1A solid;
	color:#B21513;
	font-size:11px;
}
#footer a {
	color:#BBB;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px #BBB dashed;
}
#footer a:hover {border:0px}
*::selection {
	background-color:#111;
	color:#B21513;
}
/*start layout*/
var {
	font-size:11px;
	color:#511;
}
.outl {outline:1px #888 solid}
.bo, .bo_xbot, .bo_xtop, .bo_xright, .bo_xleftright, .bo_xleft, .bo_xbotleft {border:1px #888 solid}
.bo_bot, #add p,#add_left p {border-bottom:1px #888 solid}
.bo_top {border-top:1px #888 solid}
.bo_bot_bold {border-bottom:2px #888 solid}
.shadow {text-shadow: 2px 2px 2px #999}