/* RESET */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, ins, kbd, q, s, samp,
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*Main Styles*/
body.main {
	background: black url(../images/layout/TanBack.jpg) no-repeat center top;
	margin: 0;
    font: small/1.4 helvetica, arial, sans-serif;
}

body.main #note {
	top: 10em;
}

body.main #leftcolumn, body.main #rightcolumn {
	width: 375px;
	text-align: center;
	margin-top: 1em;
}

/*Guys Styles*/
body.guys {
	background: black url(../images/layout/BlueBack.jpg) no-repeat center top;
	margin: 0;
    font: small/1.4 helvetica, arial, sans-serif;
}

body.guys h3 {
	font-size: small;
	color: #0073ad;
}

#mainphoto {
	float: right;
	margin-left: 3em;
}

/*Girls Styles*/
body.girls {
	background: black url(../images/layout/PurpleBack.jpg) no-repeat center top;
	margin: 0;
    font: small/1.4 helvetica, arial, sans-serif;
}

body.girls h3 {
	font-size: small;
	color: #0073ad;
}

/*layout*/
#centered {
	text-align: center;
	margin-top: 1em;
}

#fb {
	width: 900px;
	text-align: center;
}

#fb a {
	color: white;
}

h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}

.listinline {
	width: 50em;
	height: 6em;
	clear: both;
	margin: 4em auto auto;
}

.listinline li {
	display: block;
	width: 12em;
	float: left;
}

p {
	margin-bottom: 1em;
	margin-top: .5em;
}

a {
	color: maroon;
	text-decoration: none;
}

ul{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 1em;
}

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

#rightcolumn {
	float: right;
	margin-bottom: 1em;
}

#leftcolumn {
	float: left;
	margin-bottom: 1em;
}

/*Global nav styling*/

#globalnavbar {
	height: auto;
	background: url(../images/layout/GlobalNavBack.png) repeat-x 0 bottom;
}

#globalnav {
	width: 800px;
	text-align: center;
	margin: auto;
	position: relative;
}

#globalnav li {
	margin-top: .25em;
	margin-right: 1em;
	display: inline-block;
}

#globalnav li a {
	font-size: large;
	display: block;
}

.showhide {
	margin: 5em;
	font-size: x-small;
	color: white;
}

.masterlogo {
	width: 350px;
	text-align: left;
}

.logos {
	width: 90px;
}

.temp {
	width: 90px;
}

#globalnav .temp a {
	font-size: small;
	display: inline-block;
}

.container {
	width: 900px;
	background: url(../images/layout/BoxBack.png) repeat-y;
	margin: 2em auto 10em;
}

#topbox {
	position: relative;
	height: 50px;
	width: 900px;
	top: -1em;
}

.content {
	width: 750px;
	height: 450px;
	position: relative;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding-right: 60px;
	padding-left: 60px;
}

.nav {
	text-align: left;
	float: left;
	margin-left: 5em;
	position: relative;
	top: 1em;
}

.nav li, .nav a {
	display: inline;
	text-decoration: none;
	color: #0073ad;
	font-size: large;
	margin-right: 1em;
}

.nav a:hover {
	color: #b99778;
}

.footer {
	width: 900px;
	height: 80px;
	background: url(../images/layout/BoxFooter.png) no-repeat 0 bottom;
	position: relative;
	bottom: -2em;
}

#note {
	width: 900px;
	text-align: center;
	float: left;
	position: relative;
	top: -2em;
	font-size: small;
}

#note a {
	color: black;
}

.logo {
	float: right;
	margin-right: -1em;
	position: relative;
	bottom: 2.5em;
}