*
{
	font-family: "Arial", sans-serif;
}

a
{
	text-decoration: none;
}

a img
{
	border-style: none;
	border-width: 0px;
	outline: none;
}

body
{
	margin: 0px;
	
					background-image: url('../img/background.jpg');
					background-repeat: repeat-x;
					background-position: center top;
				
	background-color: #0e0e0e;
}

h1,h2,h3,h4,h5,h6
{
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
}

h1
{
	font-size: 30px;
}

.left
{
	float: left;
}
.right
{
	float: right;
}
.spacer
{
	overflow: hidden;
	clear: both;
	height: 1px;
	width: 90%;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 918px;
}
#containerTop
{
	background-image: url('../img/t-1-containerTop.png');
	height: 10px;
	width: 918px;
}
#containerMiddle
{
	background-image: url('../img/t-1-containerMiddle.png');
	margin-left: auto;
	margin-right: auto;
	padding-left: 29px;
	padding-right: 29px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 860px;
	font-size: 12px;
	text-align: justify;
	color: #3d3d3d;
}

#containerMiddle a
{
	color: #0096fa;
}

#content
{
	padding-top: 10px;
}

#content a
{
	font-weight: bold;
}

#content .leftContent
{
	float: left;
	width: 590px;
}

#content .leftContent2
{
	float: left;
	width: 850px;
}

#containerBottom
{
	background-image: url('../img/t-1-containerBottom.png');
	height: 12px;
	width: 918px;
}

#footer
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px
}

#footer, #footer a
{
	color: #ffffff;
}

#head
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	height: 125px;
	padding-top: 20px;
	padding-bottom: 17px;
}

#head #logo
{
	display: block;
	float: left;
}

#menu
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 7px;
}

#menu a
{
	display: block;
	float: left;
	padding-right: 30px;
	outline: none;
	color: #ffffff;
}

#menu a:hover, #menu a.active
{
	color: #00a6ff;
}
