/* @override http://localhost/demo_website/css/demo.css */

body {
	background-color:#000;
	margin: 30px;
}

#demo-logo {
	float: left;
	width: 117px;
}

#navigation {
	float: left;	
	width: 117px;
}

#issues {
	height: 135px;
}

#issues a {
	background-color: #fff;
	width: 107px;
	display: block;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
	color: #000;
	text-decoration: none;
}

#issues a:hover {
	background-color: #666;
	color: #fff;
}

#nmnt {
	float: right;
}

p {
	color:#fff;
	font-family: Helvetica;
	font-size: 12px;
	margin-bottom:1em;
}

h2 {
	margin-bottom:1em;
}
	
a {
	color:#fff;
}

#body {
	margin:20px;
}

#header	{
	text-indent: -100em;
	overflow: hidden;
	height: 324px;
	background-image: url(../images/demo-logo-big.gif);
	background-repeat: no-repeat;
}

#subhead {
	text-indent: -100em;
	overflow: hidden;
	height: 20px;
	background-image: url(../images/nmnt.gif);
	background-repeat: no-repeat;
}

#footer {
	padding-top:1em;
}
	
#footer p, #footer a {
	color:#666;
	margin-bottom:0.5em;
}

a:hover {
	text-decoration:none;
}
