@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";



/* Page
-------------------------------------------------------------- */

#page { margin: 0 auto; width: auto; }


/* Navigation Bar
-------------------------------------------------------------- */

#nav {
	margin: 0;
	padding: 0;
	height: 700px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 1100px;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 700px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:690px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -700px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -700px;
	}
	
#thome a  {
	width: 1100px;
	background: url(../imgs/button.jpg) top left no-repeat;
	}



/* Body
-------------------------------------------------------------- */


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-position: center top;
	vertical-align: middle;
}


.oneColFixCtr #container {
	text-align: center;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	height: 800px;
	width: 1100px;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.flushleft {
	top: 20px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
}
.pgcontents {
	top: 0px;
	vertical-align: top;
	left: 20px;
	text-align: center;
	position: relative;
	margin-left: 5px;
}
.spacebelow {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}


.oneColFixCtrmed #container {
	text-align: left;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	height: 830px;
	width: 800px;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

