* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
}

img {
	border: none;
}

a, a:visited {
	text-decoration: none;
	outline: none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

p {
	font-size: 13px;
	margin-top: 10px;
}

#hdrContent {
	width: 860px;
	margin: 0px auto;
	position: relative;
}

#header {
	background: url("/images/topGr.gif");
	height: 117px;
}

#navmenu {
	background: url("/images/nav_btns.jpg") 0 0 no-repeat;
	float: right;
	width: 468px;
	height: 105px;
	padding-left: 1px;
}

#navmenu li span { display: none; }

#navmenu li, #navmenu a {
	height: 105px;
	display: block;
}

#navmenu li { 
	float: left;
	list-style: none;
	display: inline;
}

#home, #store, #media, #about, #blog, #contact {
	margin-right: 1px;
	width: 77px;
}

#home a:hover {
	background: url("/images/nav_btns.jpg") -1px -105px no-repeat;
}

#store a:hover {
	background: url("/images/nav_btns.jpg") -79px -105px no-repeat;
}

#media a:hover {
	background: url("/images/nav_btns.jpg") -157px -105px no-repeat;
}

#about a:hover {
	background: url("/images/nav_btns.jpg") -235px -105px no-repeat;
}

#blog a:hover {
	background: url("/images/nav_btns.jpg") -313px -105px no-repeat;
}

#contact a:hover {
	background: url("/images/nav_btns.jpg") -391px -105px no-repeat;
}


#home a:active {
	background: url("/images/nav_btns.jpg") -1px -210px no-repeat;
}

#store a:active {
	background: url("/images/nav_btns.jpg") -79px -210px no-repeat;
}

#media a:active {
	background: url("/images/nav_btns.jpg") -157px -210px no-repeat;
}

#about a:active {
	background: url("/images/nav_btns.jpg") -235px -210px no-repeat;
}

#blog a:active {
	background: url("/images/nav_btns.jpg") -313px -210px no-repeat;
}

#contact a:active {
	background: url("/images/nav_btns.jpg") -391px -210px no-repeat;
}

#panel {
	background: #2D2D2D;
	height: 500px;
	position: relative;
}

#autoviewer {
	margin: 0px auto;
	width: 100%;
	height: 500px;
}

.slide {
	background: transparent url(btn-slide.gif) no-repeat;
	margin: 0px auto;
	padding: 0px;
	width: 860px;
}

.btn-slide {
	background: transparent url("/images/slidebtn.gif");
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	width: 98px;
	height: 26px;
	margin: 0px auto;
	text-decoration: none;
	text-align: center;
}

#container {
	background: url(images/btmGr.gif);
	background-repeat: repeat-x;	
	positon: relative;
	height: 350px;
	margin-bottom: 14px;
}

#content {
	margin: 0px auto;
	padding-top: 20px;
	width: 860px;
}

#aboutus {
	margin: 0px;
}

#aboutus p {
	width: 430px;
	float: left;
}

#aboutus h1 {
	width: 430px;
}

#aboutus img {
	float: right;
	border: 4px solid #E4E4E4;
	margin-left: 10px;
}

#newlines {
	margin: 14px auto 0;
	float: right;
}

#newlines ul img {
	border: 4px solid #E4E4E4;
}

#newlines ul a:hover img {
	border: 4px solid #3E3E3E;
}

#newlines ul {
	list-style-type: none;
}

#newlines ul li {
	display: inline;
	margin-right: 3px;
}

#threads {
	float: left;
	margin-top: 65px;
}

#footer {
	padding-top: 20px;
	width: 860px;
	margin: 0px auto;
	clear: both;
}

#footer ul {
	float: right;
}

#footer ul li {
	display: inline;
}

#footer ul a:hover img {
	background: #000000;
}

