/* Preliminary Code Destroyer */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}
ol, ul
{
	list-style: none;
}
address, caption, cite, code, dfn, em , strong, th, var
{
	font-style: normal;
	font-weight: normal;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
caption, th
{
	text-align: left;
}
/****************/
/* Main CSS Content */
/****************/
html
{
	text-align: center;
}
body
{
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font-family: century gothic;
}
div#branding
{
	position: relative;
	height: 25px;
	width: 100%;
	background: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
div#branding h1
{
	text-indent: -9999px;
}
div#branding p
{
	position: absolute;
	top: 20px;
	right: 10px;
	text-align: right;
	color: #000;
	font-size:0.95em;
}
a
{
	text-decoration: none;
	color: #000;
}
/* Navigation (Main Menu) */
div#nav_main
{
	padding-bottom: 30px;
}
div#nav_main h2
{
	text-indent: -9999px;
}
li#nav_news
{
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0px;
	left: 225px;
}
li#nav_people
{
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0px;
	left: 325px;
}
li#nav_gallery
{
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0px;
	left: 225px;
}
li#nav_studysessions
{
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0px;
	left: 125px;
}
li#nav_home
{
	position: relative;
	background: transparent url(./images/mainLogo.png) no-repeat;
	height: 100px;
	width: 450px;
	left: 225px;
	margin: 0px;
}
li#nav_home p
{
	text-indent: -9999px;
}
li#nav_news a, li#nav_people a, li#nav_gallery a, li#nav_studysessions a
{
	display: block;
	height: 100px;
	width: 100px;
	text-indent: -9999px;
}
li#nav_news a:link, li#nav_news a:visited
{ background: transparent url(./images/btn_news.png) no-repeat; }
li#nav_news a:hover
{ background: transparent url(./images/btn_newsH.png) no-repeat; }
li#nav_people a:link , li#nav_people a:visited
{ background: transparent url(./images/btn_people.png) no-repeat; }
li#nav_people a:hover
{ background: transparent url(./images/btn_peopleH.png) no-repeat; }
li#nav_gallery a:link, li#nav_gallery a:visited 
{ background: transparent url(./images/btn_gallery.png) no-repeat; }
li#nav_gallery a:hover
{ background: transparent url(./images/btn_galleryH.png) no-repeat; }
li#nav_studysessions a:link, li#nav_studysessions a:visited 
{ background: transparent url(./images/btn_studysessions.png) no-repeat; }
li#nav_studysessions a:hover
{ background: transparent url(./images/btn_studysessionsH.png) no-repeat; }
/* Site Info */
div#site_info
{
	position: relative;
	text-align: right;
	width: 100%;
	height: 100px;
	background: #FFF;
	padding-top: 50px;
}