* {
	margin: 0;
	padding: 0;
}

a:active
{
outline: none;
}
:focus
{
-moz-outline-style: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding:0;
	margin:0;
	color: #000000;
	text-align:center;

}

#outer{
	height:100%;
	min-height:100%;
	width:645px;
	margin:auto;
	text-align:left;
	position:relative;
	background-repeat:no-repeat;
}

#logo, #line, #nav, #content {
	position:relative;
}

#logo {
	top: 10px;
	left: 110px;
	height: 112px;
	width: 233px;
	background-image: url(../images/logo.gif);
}


#line {
	width: 645px;
	top: 15px;
	border-bottom: 1px solid #999;
}

#nav {
	top: 35px;
	left: 0;
	width: 103px;
	float: left;

}

#content {
	margin-left: 120px;
	top: 35px;
	width: 275px;
	line-height: 20px;
	padding-bottom: 200px;
	
}

.gray {
	color: #73706F;
	letter-spacing: 1px;
}

.red {
	color: #6C1513;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	
}


h1 {
	font-size: 12px;
	color: #73706F;
}

h2 {
	float:left;
	font-size: 12px;

}

h3 {
	margin-left: 55px;
	font-size: 12px;
}

#classes h2 {
	width: 25px;
}

#classes h3 {
	margin-left: 15px;
	font-size: 12px;
	float: left;
}

#classes h4 {
	margin-left: 100px;
	font-size: 12px;
	font-weight: normal;
}


a:link, a:visited { 
	color: #6C1513;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a.signupnow {
width: 114px;
height: 16px;
background: url(../images/signupnow.png) no-repeat bottom left;
margin-left: -12px;
text-align: -999px;
display: block;}

a.signupnow:hover {
background-position: top;

}