* { 
	padding: 0; margin: 0 
}
html {
	height: 101%; 
}
body  { 
	color: #666;
	font-family: Verdana; 
	font-size: 0.7em; 
	line-height: 130%; 
	background: #999999;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
p, ul, ol { 
	margin-bottom: 1em; 
}
a { 
	font-weight: bold; 
	color: #363; 
	text-decoration: none; 
	outline: none;
}
a:visited { color: #fff; }
a:hover, a:focus { color: #9c6; }
a:active { 	color: #fff; }
h1 {
	margin-bottom: 20px;
	padding: 0;
	font-size: 150%;
	line-height:130%;
	font-weight: bold;
	color: #363;
}
h2 {
	margin-bottom: 5px;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	color: #363;
}
h3 {
	margin-bottom: 15px;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	color: #363;
	border-bottom: 1px solid #363;
}
h4 {
	margin-bottom: 2px;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #363;
}
#container { 
	width: 780px;
	background-image: url(img/bkg_container.gif); 
	background-repeat: repeat-y; 
	margin: 0 auto;
	text-align: left;
} 
#header {
	height:220px;
	background: #360;
	text-align:right;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#header img { 
margin-top: 30px; 
}
#logo {
	width: 210px;
	height:210px;
	margin-top: 60px;
	position: absolute;
}
#sidebar1 {
	color:#666;
	width: 180px;
	float: left;
	width: 160px;
	padding: 15px 5px 15px 15px;
  margin-top:80px;
}
#sidebar2 {
	color:#666;
	font-size: 93%;
	line-height: 120%;
	float: right;
	width: 135px;
	border-left: 1px solid #CCC;
	padding: 30px 10px;
	min-height: 500px;
}
#sidebar2 a:visited { color: #363; }
#sidebar2 a:hover, a:focus { color: #9c6; }
#sidebar2 a:active { 	color: #363; }
#mainContent { 
	min-height: 540px;
	color:#666;
	margin: 20px 170px 0 210px;
	padding: 10px 10px 0 10px;
	zoom: 1; 
}
#mainContent a:visited { color: #363; }
#mainContent a:hover, a:focus { color: #9c6; }
#mainContent a:active { 	color: #363; }
#footer { 
	color:#666;
	font-size: 93%;
	padding: 10px 10px 0 200px;
	height: 40px;
	border-top: 1px solid #363;
} 
#footer p {
	margin: 0;
}
#footer a:visited { color: #666; }
#footer a:hover, a:focus { color: #9c6; }
#footer a:active { color: #666; }
.button { 
	display:block;
	background-image: url(img/button.gif);
	background-repeat:no-repeat;
	width:115px; height: 37px;
	color: #FFF;
	padding:5px 0 0 40px;
	text-decoration:none;
	font-weight:bold;
}
.button:hover { 
	background-image:url(img/button_on.gif); 
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.inlineimg {
	float:left;
	margin-right:15px;
}
.small {
	font-size:93%;
}
.normal {
	font-weight:normal;
}
.big {
	font-size:120%;
	font-weight:bold;
}
.form { 
	color: #666; 
	font-size: 93%; 
	font-weight: normal;
}
.form input, textarea  { 
	color: #666; 
	border: solid 1px #666; 
	margin-bottom:5px; 
}

