/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


body {
	background: #333333;
	font: normal small Arial, Helvetica, sans-serif;
        color: #ffffff	
}
link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* Logo */

#logo {
	background: url(tlo_10.jpg) no-repeat center;
	width: 800px;
	height: 450px;
	margin-top: 15px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

#logo h1 {
	padding: 10px 20px 0px 0px;
	margin-left: 50px;
	letter-spacing: 2px;
	font-size: 15px;
	color: #000000;
}
#logo h1 span{
	font-size: 14px;
	color: #000000;
}
#logo h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 30px;
	color: #000000;
}

/* Menu */

#menu {
	width: 800px;
	height: 110px;
	float:	center;
	margin-top: -170px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul {
	float: center;
	margin-left: 35px;
	list-style: none;
}

#menu li {
	display: inline;
	color: #000000;
}

#menu a {
	display: block;
	float: inherit;
	padding: 8px 10px 10px 10px;
	text-decoration: none;
	color: #545454;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	text-transform: uppercase;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
}

#footer p {
	margin: 60;
	font-size: x-small;
	color: #FFFFFF
}

/* Footer > Legal */

#legal	{
}

/* Footer > Links */

#links {
}
