body {
	background: #3D3D3D url(/images/body-bg.jpg) top left repeat-x;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
}

body, html, #outer-wrap, #wrap, #inner-wrap, #header,
#menu, #content, #footer {
	margin: 0;
	padding: 0;
}

a img { border: none; }

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#outer-wrap {
	width: 750px;
	margin: 0 auto;
	background: white url(/images/outer-wrap-bg.jpg) top left repeat-y;
	font-size: 95%;
	color: black;
}

#wrap {
	background: transparent url(/images/wrap-bg.jpg) top left no-repeat;
}

#inner-wrap {
	width: 698px;
	margin-left: 24px;
}

#header {
	height: 76px;
	background: #464646 url(/images/header-bg.jpg) top left repeat-x;
	border-top: 9px solid #343434;
}

#header img { display: block; }	

#menu {
	background: #909090;
	width: 678px;
	padding: 3px 10px 2px;
	height: 22px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	line-height: 1.5;
	font-size: 110%;
	letter-spacing: .15em;
	position: relative;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
/* george's temporary fix */	
	font-size:102%;
	letter-spacing: .05em;

}

#menu li {
	display: inline;
	background: #909090;
}

#menu a {
	color: black;
	background: #909090;
	text-decoration: none;
	border: 1px solid #909090;
	padding: 0 3px;
}

#menu a:hover {
	background: #c8c8c8;
	border: 1px solid white;
}

#about li#nav-about a,
#schedule li#nav-schedule a,
#signup li#nav-signup a,
#past li#nav-past a,
#resources li#nav-resources a {
	background: #c8c8c8;
	border: 1px solid white;
}

.overview a#nav-overview,
.welcome a#nav-welcome, 
.distinctives a#nav-distinctives,
.beginnings a#nav-beginnings {
	color: #95202B;
	text-decoration: none;
}

#content {
	width: 671px;
	margin-left: 13px;
	background: transparent url(/images/cross.jpg) top center no-repeat;
	padding-top: 8px;
	min-height: 620px;
	line-height: 1.5;
	padding-bottom: 30px;
}

/* Hides from IE5-mac \*/
* html #content {height: 620px;}
/* End hide from IE5-mac */

h1, h2 {
	font-size: 130%;
	letter-spacing: .15em;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #95202b;
	padding-bottom: 5px;
}

h3 {
	font-size: 100%;
	letter-spacing: .05em;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	padding-bottom: 0px;
}

hr {
	color: #95202B;
	background: #95202B;
	height: 1px;
	width: 100%;
	border: none;
}

#footer {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#footer img { display: block; }

#footer p {
	font-size: 85%;
	width: 671px;
	margin-left: 37px;
	text-align: center;
	line-height: 1.5;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/* ---------- FORM ---------- */

label {
 font-weight: bold;
 display: block;
}


input, textarea {
	margin-bottom: 0px;
	width: 330px;
	background: #FFFFFF;
	color: #000000;
	font-size: 100%;
	padding: 2px 0;
	border: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
}

input#submit {
	width: 332px;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
}

input#dSessions-1{
border:none; 
width:12px; 
height:14px;
margin:0px; 
margin-right:15px;
}
