body {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #E19858;
	font-family: Tahoma, Geneva, sans-serif;
}
h1 {
	font-size: 16px;
	color: #600;
	font-family: Tahoma, Geneva, sans-serif;
}
h2 {
	font-size: 18px;
	color: #600;
}


#container {
	background-image: url(images/bkg2.jpg);
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	height: 715px;
}
#gmclogo {
	float: left;
	padding-left: 50px;
}

#definition {
	height: 145px;
	width: 370px;
	margin-left: 75px;
	border: thin solid #CF6929;
	padding-left: 20px;
	background-image: url(images/defbkg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#definition ol li a:link, #definition ol li a:visited, #definition ol li a:active {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
#definition ol li a:hover {
	color: #E19858;
	text-decoration: none;
}


#wrapper {
	width: 900px;
	margin-left: 40px;
	float: left;
	margin-top: 50px;
}



#maincontent {
	width: 720px;
	float: left;
	padding-right: 10px;
}
#nav {
	float: left;
	width: 140px;
	padding-top: 20px;
}
#definition ol li {
	font-weight: normal;
	font-size: 16px;
	margin-top: -2px;
}


#nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	height: 50px;
	width: 138px;
	display: block;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #E19858;
}


#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
	text-decoration: none;
	color: #600;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	background-image: url(images/btn.jpg);
	background-position: 0px 0px;
	float: left;
	height: 50px;
	width: 138px;
	background-repeat: no-repeat;
	line-height: 3.5em;
}
#nav ul li a:hover {
	background-position: 0px -50px;
	background-image: url(images/btn.jpg);
	background-repeat: no-repeat;
}

.current {
	background-image: url(images/button.jpg);
	background-position: 0px -100px;
	color: #600;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	line-height: 3.5em;

}

#footer {
	clear: both;
	width: 955px;
	font-size: 10px;
	text-align: center;
	line-height: 1.5em;
	color: #600;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #E19858;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #600;
}
#footer a:hover {
	color: #F60;
	text-decoration: underline;
}
#header {
	height: 145px;
	width: 380px;
	margin-left: 75px;
	border: thin solid #CF6929;
	background-image: url(images/headebkg.jpg);
	background-repeat: no-repeat;
	font-size: 36px;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
}
#maincontent a:link, #maincontent a:active {
	font-weight: normal;
	color: #600;
}
#maincontent a:visited {
	color: #333;
}

#applynow {
	height: 145px;
	width: 380px;
	margin-left: 75px;
	border: thin solid #CF6929;
	font-size: 48px;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	float: left;
}

#applynow ul{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#applynow ul li{
	display: block;
	float: left;
	width: 380px;
	padding-right: 10px;
}

#applynow ul li a:link, #applynow ul li a:visited, #applynow ul li a:active {
	color: #FFF;
	text-decoration: none;
	line-height: 1.5em;
	background-image: url(images/headebkg.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 380px;
	float: left;
	padding-right: 10px;
}
#applynow ul li a:hover {
	color: #CB642A;
	background-image: url(images/defbkg.jpg);
	background-repeat: no-repeat;
}
#maincontent ol li {
	padding-bottom: 15px;
}
.left {
	float: left;
}
.right {
	float: right;
}

