body {
	background-color: #313030;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#header {float: left;
		 top:0;
		 left:0;
		 background-image: url(images/spacer.jpg);
		 background-repeat: repeat-x;
		 width: 100%;
		}

#nav {float: left;
	  height: 26px;
	  width: 100%;
	  border-top: solid #000000 1px;
	  background: url(images/bgradient.jpg) repeat-y #CC0000;
	  }

#nav ul {float: left;
		 list-style: none;
		 margin: 0px;
		 padding: 0px;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size: small;
		 color: #FFFFFF;
		 line-height: 15px;
		 white-space: nowrap;
		 }

#nav li {list-style-type: none;
		 display: inline;
		 }

#nav li a {color: White;
           text-decoration: none;
           padding: 7px 10px;
		   float: left;
           border-right: 1px solid #fff;
		   }

#nav lia:link {color:#FFFFFF;}

#nav li a:visited {color:#FFFFFF;}

#nav li a:hover {color: #FFFFFF;
				background-color: #FF0000;
				}

				
#container {background: url(images/flourish.jpg) no-repeat top left;
			padding-top: 70px;
			padding-right: 10px;
			padding-left: 100px;
}

#content {  float:left;
			background: url(images/bgradient.jpg) repeat-y #CC0000;
			border-top: solid #000000 1px;
			border-bottom: solid #000000 3px;
			margin-top:0px;
			width: 100%;
			height: auto;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: small;
			color:#FFFFFF;	
			padding-bottom:5px;	  
		  }

#content #container #textarea { background: url(images/content-line.gif) repeat-y;
								padding-left: 20px;}

#content #container #textarea a:link {color:#FFFFFF;
									  text-decoration: underline;
									  }

#content #container #textarea a:visited {color: #FFFFFF;
										 text-decoration: underline;
										 }

#content #container #textarea a:hover {color:#000000;
									   text-decoration: underline;}

#input {background-color: #FFFFFF;}


#footer {clear: both;
		 width: 100%;
		 background-color: #2D2D2D;
		 margin-top: 15px;
		 border: solid #CC0000 3px;
		 border-right: none;
		 border-left: none;
		 color: #FFFFFF;
     	 }
#footer a {margin-right: 5px;}

#footer a:link {
	color: #CC0000;
	text-decoration: none;
}

#footer a:visited {
	color: #CC0000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
}


