* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 10px 0px 10px;
	background-color: #3c3c3c;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #e1d9a7;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}
.imgbdr {
padding: 5px;
border: 1px solid #ccc;
}

.clear {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#wrapper {
	margin: 0px auto;
	padding: 2px 0px;
	width: 780px;
	background-color: #fcfcfc;
	color: inherit;
	text-align: left;
}

#nav {
	margin: 0px 2px;
		background-color: #000;
	width: 776px;
	color: #000000;
	border-bottom: #fff 2px solid;

	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#nav ul {
	margin-left: 130px;
	width: 630px;
	height: 27px;
	overflow: hidden;
}

#nav li {
	padding: 5px 11px 3px 10px;
	float: left;
}

#nav li#last {
	padding-right: 10px;
	background-image: none;
}

#nav a {
	text-decoration: none;
}

#content {
	margin: 0px 2px;
	padding: 17px 12px 15px 15px;
	background-color: #000;
	border-bottom: #fff 2px solid;
	color: #fff;
	text-align: left;
}

#content, #ftr p {
	margin-bottom:10px;
}

#content a {
	color: #a5a5a5;
}

#content a:hover {
		color: #ffff00;
}

#content .hdr2 {
	display: block;
	border: #000 2px solid;
}

#content .hdr h2 {
	padding: 3px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#content .box {
	padding: 10px 15px 0px 6px;
	clear: both;
	float: none;
}

#ftr {
	margin: 0px 2px;
	padding: 7px 0px;
	width: 776px;
	background-color:#000;
	color: inherit;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}


