@import url("main.css");

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	margin: 0;
	padding: 0;
	/*background-image: url("/img/bg/rotate.php");*/
}

a {
	color: #fff;
	text-decoration: none;
	border: 0;
}

a:hover {
	color: #D00;
}

a:visited {
	color: #333;
}

a:visited:hover {
	color: #D00;
}

img {
	border: 0;
}

h1 {
	font-size: x-large;
	font-weight: normal;
}

h2 {
	font-size: large;
	font-weight: normal;
}

h3 {
	font-size: medium;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 1px;
}

p {
	text-align: justify;
}

hr {
	height: 1px;
	color: #000;
	background-color: #000;
}

strong {
	font-weight: normal;
	font-size: 15px;
	margin-left: 20px;
}

#wrap {
	width: 864px;
	height: 100%;
	margin: 0 auto;
	/*background-color: #CCC;*/
	background-image: url("../img/bg/rotate.php");
	background-repeat: no-repeat;
	overflow: auto;
}

#wrap #header {
	width: 100%;
	padding: 0 0 5px 0;
	border-bottom-width: 1px;
	border: none;
	text-align: -5000px;
	margin: 0;
}

#wrap #text_menu {
	height: 1px;
	width: 1px;
	margin: -5000px 0 0 -5000px;
}

#wrap #header h1 {
	margin:0;
	padding:0;
}

#wrap #header h1 a {
	/*background-image: url("../img/logo.gif");*/
	display:block;
	height:300px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	width:864px;
}

#wrap #left_col {
	background-color:#000;
	margin: 0;
	padding: 0;
}

#wrap #left_col #menu {
	font-size: 12px;
	font-weight: normal;
	margin:0;
	padding: 0 0 2px 0;
	text-align: right;
}

#wrap #left_col #menu ul {
	margin: 0 50px 0 0;
	list-style: none;
	display: inline;
	text-align: right;
}

#wrap #left_col #menu li {
	display: inline;
	margin: 10px 5px;
	width: 17%;
	padding: 5px;
	border: 1px #000 solid;
}

#wrap #left_col #menu li:hover {
	border: 1px #d00 solid;
}

#wrap #left_col #menu li a {
	color: #fff;
}

#wrap #footer {
	clear: both;
	font-size: 10px;
	font-weight: normal;
	margin: 20px 5px;
	padding-bottom: 3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	overflow: hidden;
}

#wrap #footer p {
	float: right;
}