* {
	margin: 0;
	padding: 0;
}

body {
background: #fff url(images/bg.jpg) repeat-x;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

#wrap {
	margin: 0 auto;
	width: auto;
	position: static;
}

#header {
	height: 40px
}
#header h1 { 
font-size: 50px;
letter-spacing: -5px;
padding: 27px 0 0 0;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 600;
letter-spacing: -5px;
}
#header h1 a:hover {
color: #fff;
border-bottom: 1px dotted #fff;
}

.right {
	float: left;
	width: 550px;
	text-align: justify;
	padding-top: 0px;
	margin-top: 0 px;
	margin-right: 0px;
	padding-left: 175px;
	position: static;
	left: 352px;
	top: 0px;
	visibility: visible;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: inherit;
}
.right h2 {
	font-size: 18px;
	font-weight: 100;
	padding: 0px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}
.left {
	float: left;
	width: 180px;
	padding-top: 10px;
	font-size: 11px;
	margin-left: 60px;
	overflow: visible;
	position: static;
	left: 1019px;
	top: -1px;
}

.left ul {
padding: 10px 0 15px 0;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
.left ul li a:hover {

}

#footer {
	text-align: center;
	font-size: 11px;
	color: #000;
	margin-top: 40px;
	height: 110px;
	padding-top: 30px;
	visibility: hidden;
}
#footer a { color: #000; }
#footer a:hover { color: #aaa; }
