* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	padding: 15px 0;
	height:75px;
}

#header img {
	float: left;
}

#header p {
	float: right;
	color: #ac8e61;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: right;
	margin:20px 0 0 0;
	line-height:1.1em;
}

#header p span {
	display: block;
	font-size: 1.5em;
}

#navigation {
	clear:both;
	background-color: #2a2a2a;
	margin: 0 0 5px 0;
}

#navigation ul {
	text-align: right;
	padding: 10px 0;
}

#navigation ul li {
	display: inline;
	padding-left: 20px;
}

#navigation ul li a {
	color: #ac8e61;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
}

#navigation ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#content .text {
	float: left;
	width: 355px;
}

#content .wide {
	width:600px;
}

#content .exwide {
	width:960px;
}

#content p {
	margin: 0 0 15px 0;
}

#content .promo {
	float: right;
}

#content .small, #content .small img {
	width:300px;
}

#footer {
	clear: both;
	background-color: #2a2a2a;
	margin:15px 0 0 0;
}

#footer address {
	color:  #ac8e61;
	font-style: normal;
	font-size: 0.8em;
	padding: 10px 0;
	float: left;
}

#footer p {
	float: right;
	color:  #ac8e61;
	font-size: 0.8em;
	text-align: right;
	padding:10px 0;
}

#footer p span {
	font-size: 2em;
	display: block;
}

#footer p a, .text a {
	color: #ac8e61;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
	

h1 {
	font-size: 1.4em;
	color: #ac8e61;
	margin: 10px 0 15px 0;
}

h2 span {
	font-size:0.8em;
	color:#999;
}

h2 {
	font-size: 1.2em;
	color: #ac8e61;
	float: left;
}

h2.none {
	clear:both;
	float:none;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ac8e61;
	padding-bottom: 2px;
	margin-right:10px;
}

h3 {
	float: right;
	font-size: 1em;
	color: #ac8e61;
}

h4 {
	font-size: 1em;
	color: #ac8e61;
	margin:15px 0 5px 0;
}

p.course {
	clear: both;
	margin-top: 10px;
	border-top: 1px dotted #ac8e61;
	padding-top: 10px;
}


.form input.hidden {
	display: none;
}

.form input, .form textarea, .form select {
	display: block;
	width: 335px;
	padding: 5px;
	border: 1px solid #999;
	margin: 3px 0 5px 0;
}

.form textarea {
	height: 50px;
}

.form select {
	width: 346px;
}

.form input#submit {
	width: auto;
	background-color: #AC8E61;
	border:none;
	color:#FFF;
	font-weight:bold;
	font-size:0.8em;
	text-transform:uppercase;
	margin:0 0 20px 0;
}

.tutorsText {
	width:680px;
	float:left;
}

.tutorsImage {
	width:250px;
	float:right;
}
