.hide_text {
	position: absolute;
	left: -9000px;
}
body {
	background-color: #565;
	color: #333;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 80px;
}

#container {
	width: 1057px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-color: #E3DACE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4b554f;
}
#main {
	padding: 10px 10px 10px 20px;
	margin-right: 200px;
}

#sidebar {
	float: right;
	width: 175px;
	padding: 40px 10px 40px 15px;
	font-family: Garamond, Palatino, "Times New Roman", Times, Georgia, serif;
}
.nav_links {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
h2 {
	font-family: Garamond, Palatino, "Times New Roman", Times, Georgia, serif;
	color: #901C17;
	font-size: 150%;
}

#content {
}

#sidebar a:link {
	font-size: 120%;
	color: #333;
	text-decoration: none;
	padding-bottom: 15px;
	display: block;
	line-height: 100%;
}
#sidebar a:visited {
	font-size: 120%;
	color: #E3DACE;
	text-decoration: none;
	display: block;
	padding-bottom: 15px;
	line-height: 100%;
}
#sidebar a:hover {
	font-size: 120%;
	color: #901C17;
	text-decoration: none;
	display: block;
	padding-bottom: 15px;
	line-height: 100%;
}
a:link {
	color: #AA3300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #901C17;
	text-decoration: underline;
	border: none;
}
img {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#footer {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size: 90%;
	color: #e3dace;
	background-color: #89968F;
	height: 40px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #565;
	vertical-align: middle;
}
h3 {
	color: #901c17;
	font-family: Garamond, Palatino, "Times New Roman", Times, Georgia, serif;
}
.right {
	float: right;
}
.small {
	font-size: 80%;
}
.ishere {
	text-decoration: underline;
}

.bottom {
	padding-bottom: 100px;
	}

#home #sidebar li.home a:link {
	text-decoration: underline;
	color: #E3DACE;
	display: block;
	padding-bottom: 15px;
	cursor: default;
}

#customize #sidebar li.customize a:link {
	text-decoration: underline;
	color: #E3DACE;
	display: block;
	padding-bottom: 15px;
	cursor: default;
}

#models #sidebar li.models a:link {
	text-decoration: underline;
	color: #E3DACE;
	display: block;
	padding-bottom: 15px;
	cursor: default;
}

#learn #sidebar li.learn a:link {
	text-decoration: underline;
	color: #E3DACE;
	display: block;
	padding-bottom: 15px;
	cursor: default;
}

#home #sidebar li.home a:visited {
	text-decoration: underline;
	color: #E3DACE;
	display: block;
	padding-bottom: 15px;
	cursor: default;
}

#customize #sidebar li.customize a:visited {
	text-decoration: underline;
	color: #E3DACE;
	display: block;
	padding-bottom: 15px;
	cursor: default;
}

#models #sidebar li.models a:visited {
	text-decoration: underline;
	color: #E3DACE;
	display: block;
	padding-bottom: 15px;
	cursor: default;
}

#learn #sidebar li.learn a:visited {
	text-decoration: underline;
	color: #E3DACE;
	display: block;
	padding-bottom: 15px;
	cursor: default;
}