/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 2px;
}
.style1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #121212;
	background-color: #fc0;
	background:url(Images/menubgb.jpg);
	padding: 1px 5px 5px 5px;
	height: 20px;
	}

.email a {
	color: #fc0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.style19 {
	color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.style26 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.style32 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ddd;
}
.style33 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ddd;
}
body {
	margin-top: 0px;
	background-color: #121212;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: normal;
}
p, blockquote, ul, ol {
	margin-bottom: 2px;
	line-height: 2em;
}
p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body,td,th {
	color: #eee;
}

a:link {
	color: #ccc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ccc;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 892px;
	height: 125px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 270px;
	height: 110px;
	margin: 0px;
	padding: 15px 0px 0px 30px;
	background: url(images/img01G.jpg) no-repeat left bottom;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: normal 36px "Arial";
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}

#logo a {
	text-decoration: none;
	color: #444444;
}

/* Menu */

#menu {
	float: right;
	width: 592px;
	height: 125px;
	background: url(images/img02G.jpg) no-repeat left bottom;
}

#menu ul {
	margin: 35px;
	padding: 6px 0 0 20px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #66FF00;
}

#menu a:hover, #menu .active a {
	background: #FFFFFF;
	color: #110404;
}

/* Page */

#page {
	width: 500px;
	margin: 0px auto;
	background: #121212;
}


