/*--------[ General ]--------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #9A9280;
	}
	
a {
	color: #639861;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

#topbar {
	width: 100%;
	height: 28px;
	margin: 0px;
	background-image: url(/img/topbar-bgrnd.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	}

#bottombar {
	width: 100%;
	height: 36px;
	verticle-align: middle; 
	background-image: url(/img/bottombar-bgrnd.jpg); 
	background-position: top center; 
	background-repeat: repeat-x;
	overflow: hidden;
	}
	
.words {
	padding: 3px 0px 0px 0px;
	}
	
.links {
	letter-spacing: 0px;
	word-spacing: -3px;
	font-size: 12px;
	padding: 3px 9px 0px 0px;
	}
	

/*--------[ Index ]--------*/

#index-container {
	width: 100%; 
	height: 378px;
	margin: 0px;
	background-image: url(/img/index-bgrnd.jpg); 
	background-position: bottom center; 
	background-repeat: no-repeat;
	}

#dastable {
	margin-left: -75px;
	width: 600px;
	height: 150px;
	}

.output {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	word-spacing: -2px;
	}

#text {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 3px 0px 9px;
	color: #9A9280;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: -1px;
	}
	
	
/*--------[ Sections ]--------*/

#title-container {
	width: 100%; 
	height: 141px;
	background-image: url(/img/title-bgrnd.jpg); 
	background-position: top center; 
	background-repeat: repeat-x;
	overflow: hidden;
	text-align: left;
	}
	
#title-container span {
	display: inline;
	}
	
#lowercontent {
	width: 90%;
	margin: 12px 0px 0px 0px;
	padding: 0px 9px 0px 9px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #9A9280;
	text-align: left;
	vertical-align: top;
	}
	
	
#left {
	width: 70%;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/dotted-div.gif);
	background-position: right;
	background-repeat: repeat-y;
	vertical-align: top;
	}

#left h1 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: 1px;
	text-transform: uppercase;
	}
	
#left img {
	margin: 6px 0px 6px 9px;
	padding: 0px;
	}
	
#dload {
	width: 98%;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-align: right;
	}
	
#dload a {
	letter-spacing: 0px;
	word-spacing: -1px;
	font-size: 12px;
	}

#right {
	width: 28%;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 6px;
	vertical-align: top;
	font-size: 15px;
	font-weight: none;
	text-transform: lowercase;
	}

#right h1 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: 1px;
	text-transform: lowercase;
	color: #AD402B;
	display: inline;
	padding: 0px 6px 0px 0px; 
	}

#right br {
	line-height: 6px;
	}

#divsolid {
	width: 100%;
	height: 16px;
	clear: both;
	background-image: url(/img/solid-div.gif);
	background-position: center;
	background-repeat: repeat-x;
	}
	
#divdotted {
	width: 100%;
	height: 16px;
	clear: both;
	background-image: url(/img/dotted-div.gif);
	background-position: center;
	background-repeat: repeat-x;
	}
	
#divclear {
	width: 100%;
	height: 16px;
	clear: both;
	background-image: url(/img/b.gif);
	background-position: center;
	background-repeat: repeat-x;
	}