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

	Licensed under GPL and MIT.
*/

.topnav {
position: absolute;
top: 107px;
left: 333px;
}

.topnav li {
display: inline;
padding-right: 50px;
}

.topnav a {
color: white;
text-decoration: none;
font-size: 16px;
}

.logo h5 {
font-size: 15px;
font-family: georgia;
color: black;
}

.logo a {
display:block;
padding-top: 2px;
font-size: 10px;
text-decoration: none;
}
	
#endtext {
position: relative;
top: 214px;
color: white;
text-align: center;
font-weight: bold;
z-index: 1;
}

#endtext a, #endtext span {
padding: 0px 20px 0px 20px;
color: white;
font-weight: bold;
}

#endtext a {
position:relative;
top: -1px;
}

	

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}


a {
    color: #990000;
}

a:hover {
    text-decoration: underline;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 15px;
}

.grid_3 h5 {
font-size: 13px;
color: #990000;
margin-bottom: 3px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ul {
	list-style: none;
}

li {
	margin-left: 0px;
	margin-bottom: 0px;
}




