@CHARSET "UTF-8";
html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background:#000;
	font-family:Geneva,Verdana,Arial,Sans-Serif;
	font-size:12px;
	color:#fff;
}

img {
	border:0;
	vertical-align:middle;
}

a,
a:visited,
a:active {
	color:#c02020;
	text-decoration:none;
}

a:hover {
	color:#c02020;
	text-decoration:underline;
}

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

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:auto;
	background:url(../img/bg_main.png) 50% 0 repeat-y;
}

div#container2 {
	margin:0;
	padding:0;
	background:url(../img/bg_container.png) 50% 0 no-repeat;
}

div#main {
	width:928px;
	margin:auto;
}
/**
* HEADER
*/
div#header {
	height:280px;
	position:relative;
}

div#header a {
	text-decoration:none;
}

div#header a span.title0 {
	position:absolute;
	top:0;
	left:0;
	width:390px;
	height:20px;
	line-height:20px;
	padding-top:140px;
	text-align:right;
	font-size:18px;
	font-family:sans-serif;
	color:#ccc;
}

div#header a:hover span.title0 {
	color:#fff;
}

div#header div#topsites {
	position:absolute;
	right:0;
	bottom:4px;
}

div#header div#topsites a img {
	opacity:0.5;
}

div#header div#topsites a:hover img {
	opacity:1;
}

/**
* MENU
*/
div#menu {
	border-top:1px solid #111;
	border-bottom:1px solid #333;
	background:url(../img/bg_menu.png) 0 0 repeat-x;
	height:38px;
}

div#menu ul.menu,
div#menu ul.menu li {
	margin:0;
	padding:0;
	list-style:none;
}

div#menu ul.menu li {
	float:left;
}

div#menu ul.menu li a {
	display:block;
	height:38px;
	width:100px;
	text-align:center;
	line-height:38px;
	color:#ccc;
	text-decoration:none;
	background:url(../img/bg_menu_a.png) 0 0 no-repeat;
}

div#menu ul.menu li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(../img/bg_menu_a.png) 0 -38px no-repeat;
}

/**
* CONTENT
*/
div#content {
	margin:0 8px;
	padding-top:6px;
	padding-bottom:125px;
	text-align:justify;
	position:relative;
}

div#content p {
	margin-left: 10px;
	margin-right: 10px;
}

/**
* FOOTER
*/
div#footer {
	height:100px;
	margin-top:-100px;
}

div#footer2 {
	margin:auto;
	width:928px;
	height:99px;
	border-top:1px solid #333;
	background:#222;
	color:#999;
	position:relative;
}

div#footer2 a {
	color:#ccc;
	text-decoration:none;
}

div#footer2 a:hover {
	color:#fff;
}

div#footer2 h3 {
	margin:0;
	padding:0;
	text-align:left;
	font-size:14px;
	color:#ccc;
}

div#footer2 div.footer_box {
	float:left;
	display:inline;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	width:200px;
	white-space:nowrap;
	overflow:hidden;
}

div#footer2 div.copyright {
	position:absolute;
	bottom:2px;
	right:2px;
}

/**
* HEADERS
*/
h1 {
	color:#c02020;
	font-size:16px;
	font-style:italic;
	margin:0;
	padding-left:30px
}

h2 {
	color:#999;
	font-size:14px;
	font-style:italic;
	margin:0;
	padding-left:50px
}

h3 {
	margin:0;
	padding:0;
	font-size:20px;
	color:#c02020;
}

h4 {
	margin:0;
	margin-left:20px;
	padding:0;
	font-size:14px;
	color:#ccc;
	font-style:italic;
	font-weight:normal;
}

/**
* FORMS
**/
input,
textarea,
select {
	border:1px solid #999;
	padding:2px;
	font-family:geneva, verdana, ans-serif;
	font-size:12px;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	border:1px solid #7016bd;
}

button {
	background-image:url(../img/button_bg.png);
	border:1px solid #000000;
	color:#000000;
	cursor:pointer;
	padding:2px;
}

button:hover {
	border:1px solid #BC2A4D;
	color:#BC2A4D;
}