/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
html, body {
    height:         100%;
    margin-bottom:  1px;
    background: 	#fff;
}


#page { margin-top: 25px;
}

#nav {
	background-color: #000;
	font-weight: bold;
	list-style: none;
	margin: 0 0 30px 0;
}

#nav li {
	float: left;
	margin: 0;
}

#nav li a {
	display: block;
	padding: 10px 15px;
}

#nav li a:link, #nav li a:visited {
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	background-color: transparent;
	color: #2686d0;
	text-decoration: none;
}

#nav li.here a:link, #nav li.here a:visited, #nav li.here a:hover {
	background-color: #666;
	color: #fff;
	text-decoration: none;
}

#nav_sub {
	float: right;
	margin: 0;
	width: 300px;
}

#nav_sub li.here { font-weight: bold; }

#nav_sub li.here a:link, #nav_sub li.here a:visited, #nav_sub li.here a:hover { color: #000; text-decoration: none; }
