/*
Title: ArtArmstrong.com master stylesheet
Author: Art Armstrong
Updated: Oct 2nd 2006
Updated: Feb 10th 2007
updated: April 18th 2007
*/

* {
	margin: 0px; 
	padding: 0px;
}
body {
	text-align: center;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: "Verdana";
	font-size: 12px;
	color: white;
	background-color: #bcbdc0;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
}
img {
	border: none;
}
#center {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-image: url(images/bg.gif);
	background-repeat:repeat-y;
}
#nav {
	width:180px;
	/*height: 600px;*/
	float:left;
	padding: 10px;
	background-color:#000000;
	text-align:center;
	color:#e7e7e7;
	font-size: 12px;
}
#content {
	width:580px;
	/*height:600px;*/
	padding: 10px;
	float:right;
	background-image:url(images/content-bg.gif);
}
#links {
	float: left;
	width: 180px;
	height: 250px;
	background-color: #000000;
	
}
#links ul li {
	float: left;
	list-style: none;
}
#links ul li a {
	display: block;
	height: 35px;
	text-indent: -1000px;
	overflow: hidden;
	background-position: 0 -35px;
}
#links ul li a:hover {
	background-position: 0 0;
}
a#home {
	width: 180px;
	background: url("images/home-button.gif") no-repeat top left;
}
a#mission {
	width: 180px;
	background: url("images/mission-button.gif") no-repeat top left;
}
a#contact {
	width: 180px;
	background: url("images/contact-button.gif") no-repeat top left;
}
a#download {
	width: 180px;
	background: url("images/downloads-button.gif") no-repeat top left;
}
a#other {
	width: 180px;
	background: url("images/other-button.gif") no-repeat top left;
}

a#smart {
	width: 180px;
	background: url("images/smart-button.gif") no-repeat top left;
}

body#H a#home {
	background-position: 0 0;
}
body#M a#mission {
	background-position: 0 0;
}
body#C a#contact {
	background-position: 0 0;
}
body#D a#download {
	background-position: 0 0;
}
body#O a#other {
	background-position: 0 0;
}
#box {
	color:#000000;
	background-color:#FFFFFF;
	border-color: #B9C192;
	border-style:solid;
	border-width: 5px;
	width: 510px;
	padding:10px;
}
#box a,a:visited{
	text-decoration: none;
	color: #677719;
}
#box a:hover{
	text-decoration: underline;
	color: #677719;
}