* {
	border: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: .8em;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', Sans-serif;
	color: #000;
	text-align: right;
	background: #000 url(images/bg1.jpg) top left fixed no-repeat;
}

a:link, a:visited {
	color: #000;
}

a:hover {
	text-decoration: none;
}

p {
	text-align: left;
	margin-bottom: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.righty {
	text-align: right;
}

.lefty {
	text-align: left;
}

.clear {
	clear: both;
}

.contact {
	display: block;
	margin-bottom: 5px;
}

.contact b {
	display: block;
	float: left;
	width: 45px;
	padding-right: 5px;
}

h1 a {
	text-transform: uppercase;
	text-decoration: none;
	cursor: default;
}

h2 {
	text-transform: uppercase;
	background: #e1e1e1;
	color: #000;
	padding: 3px;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	text-align: center;
	margin-top: 50px;
}

h3 {
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0 0 3px 0;
	border-bottom: 2px solid #a1a1a1;
}

#wrap {
	width: 610px;
	padding: 30px;
	margin: 15px auto 25px;
	background: #fff;
	border: 10px solid #333;
}

#header {
}

#content ul {
	margin: 0 0 25px;
	padding: 0;	
}

#content img{border:1px solid #999;padding:5px;}

#nav li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin-left: 6px;
	font-size: 1em;
	float: right;
	margin-top: 4px;
}

#nav li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #444;
	border: 2px solid #222;
	display: block;
	padding: 3px 10px;
}

#nav li a:hover {
	background: #f1f1f1;
	border: 2px solid #d3d3d3;
	color: #222;
	
}

#content li {
	text-align: right;
	padding: 6px 7px;
	color: #666;
	list-style-type: none;
	border-bottom: 1px solid #e1e1e1;
}

#content li:hover {
	color: #000;
	background: #eee0f4;
	border-bottom: 1px solid #d1d1d1;
}

#footer {
	font-size: 10px;
}

#footer a {
	font-weight: bold;
}