body {
	margin: 0;
	padding: 0;
	background: #121212;
	font-size: 12px;
	text-align: justify;
	color: #FFFFFF;
	height:100%;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
 	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF9900;
 }

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 14px;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FF9900;
	font-size:12px;
	text-decoration:none;
}

a:hover {
	color: #FFCC00;
	font-size:12px;
	text-decoration:underline;
}

hr {
	display: none;
}

/* Header */

 #logo {
	width: 928px;
	height: 89px;
	margin: 0 ;
    background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	text-align:right;
}

/* Menu */

#menu-wrap {
 padding: 55px 0px 0px 278px;
 }

#menu {
	width: 700px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 8px 6px 4px 6px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #ce0067;
	border: 1px #D45951 solid;
}

#menu .first a {
	background: #983D3A;
	border: 1px #D45951 solid;
}

