/* ***************************************************** */
/* Global CSS Styles - These are your standard html tags */
/* ***************************************************** */
* {margin:0; outline: none;} 
a:link, a:visited {text-decoration:none; color:#CCCCCC; }
a:hover, a:active {text-decoration:underline; color: #CCCCCC; }

body {
  font-family: verdana, sans-serif;
	font-size: 12px;
  margin: 5px;
	background-color: #000000;
}

img { behavior: url(iepngfix.htc) } /* PNG fix in IE6 */

/* ********************************************************************************** */
/* Layout CSS - these are author css styles that control the general layout structure */
/* ********************************************************************************** */

#container {
	margin: 0px auto; /* centers horizontal */
	margin-top:10px;
	width: 800px; 
	min-height: 500px;
	background-color: #000000;
	border-top:1px solid red;
	border-bottom:1px solid red;
	border-right:1px solid red;		
}

/* IE6 Hack */
/*\*/
* html #container {height: 500px;}
/**/

/* Header */
#header {
	float:left;
	width:800px;
	text-align:left;
}

#logo {
	float: left;
	margin-top:10px;
	width:90px;
}

#borderbar {
	position:relative;
	float: left;
}
/* Content */
#content {    
	position:relative;
	float:right;
	width: 700px;
}

/* ********************************************************************** */
/* Formatting CSS - these are user css styles that control the formatting */
/* ********************************************************************** */
#content .copy {
	position:relative;
	float:right;
  font-family: verdana, sans-serif;
  font-size: 13px;
	color:#FFFFFF;
	padding: 10px 10px 0px 0px;
}

img {padding:10px;}
/* ************************************************************************** */
/* Navigation Links - these are main, utility and secondary navigation styles */
/* ************************************************************************** */

/* Main Navigation */
#mainnav {
	position:relative;
  float:right;
  font-family: verdana, sans-serif;
  font-size: 12px;
	width: 800px;
	text-align:right;
	line-height: 1;	
	padding:10px 0px 0px 0px;
} 
#mainnav li {
	list-style-type: none;
	display:inline;
	padding-right:10px;	
	}
#mainnav a:link, #mainnav a:visited  {
	text-decoration:none;
	color: #FFFFFF;
}

#mainnav a:hover, #mainnav a:active  {
	text-decoration:none;
	color: red;
}

/* ************* */
/* Footer CSS  */
/* ************ */

#footer {
	position:relative;
	float:left;
  width:900px;
  margin: 0 auto;
	padding:5px;
  text-align:center;
}

#footer .copyright {;
  font-size: 9px; 
	color: #CCCCCC;
}
