/* CSS Document */

html {
	height: 100%;
	}
body {
	font: 75%/170% Arial, Helvetica, sans-serif;
	color: white;
	margin: 0px;
	text-align:left;
	height: 100%;
	background-color: black;
	}
	/* for Internet Explorer */
	/*\*/
	* html body {
	font: 80%/170% Arial, Helvetica, sans-serif;
	}
	/**/
	
.hr {
	height: 1px;
	background-image: url(img/1x1px_white.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	}
.red {
	color: red;
	}
#news {
	border: 1px dotted white;
	padding: 6px 12px 0 12px;
	width: 280px;
	}
	/* for Internet Explorer */
	/*\*/
	* html #news {
	padding: 6px 12px 6px 12px;
	}
	/**/
h1 {
	line-height: 100%;
	text-transform:uppercase;
	width: 560px;
	margin: 0px;
	}
h2 {
	line-height: 100%;
	}
	
a {
	text-decoration: underline; 
	color: white; 
	font-weight: bold;
	}
a:visited {
	color: white;
	}
a:hover {
	text-decoration: underline;
	color: red;
	}

p img {
	margin: 0 0 20px 0;
	}
	
#wrap {
	width: 760px;
	margin: auto;
	padding: 20px 0 0 0;
	}
	
#left {
	width: 175px;
	float: left;
	}
	
#right {
	width: 564px;
	float: right;
	padding: 0 0 20px 20px;
	margin: 2px 0 0 0;
	border-left: 1px solid white;
	}
#footer {
	width: 760px;
	clear: both;
	border-top: 1px solid white;
	text-align: right;
	}
#footer p {
	color: white;
	}
	
.clear {
	clear: both;
	}
	
#nav ul, #nav li {
	color: white;
	list-style: none;
	line-height: 20px;
	padding-bottom: 10px;
	}
#nav li a {
	color: white;
	text-decoration: none;
	}
#nav li a:hover {
	color: red;
	text-decoration: none;
	}
	