@charset "utf-8";
html {
	min-height: 100%;
	/*overflow: -moz-scrollbars-vertical !important;*/
	margin-bottom: 1px;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
	font-size: 12px;
	background-color: #232a2b;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
td {
	padding: 0px;
	vertical-align: top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
	font-size: 12px;
	text-align: left;
}
div {
	outline: none;
}
img {
	border: 0px;
}
h1 {
	font-size: 24px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
	font-weight: lighter;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
h2 {
	font-size: 18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
	font-weight: lighter;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
h3 {
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
	font-weight: lighter;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
p {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
#page {
	margin-top: 75px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 350px;
	text-align: left;
	padding-left: 50px;
	padding-top: 15px;
	float: left;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 7px;
	margin-left: 7px;
}
#nav a:hover {
	color: #CCCCCC;
}
#home {
}
#content {
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(../images/content_bg_fade.gif);
	background-repeat: repeat-x;
	width: 700px;
}
#bottom {
	background-image: url(../images/content_bg_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	width: 700px;
}
#footer {
	width: 700px;
	text-align: center;
	color: #999999;
	font-size: x-small;
	margin-top: 20px;
	margin-bottom: 50px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
