html {
	font-size: 125%;
}

body {
	text-align: center;
	font: 50% Arial, Helvetica, sans-serif;
	background-color: #333333;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

#holder {
	text-align: left;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

#container {
	width: 880px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-repeat: repeat;
	background-image: url(images/faux_sq.gif);
}

h1 {
	font-size: 1.2em;
	color: #FFFFCC;
	letter-spacing: 2px;
	background-image: url(images/bg_maincontent.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 10px;
	padding-top: 7px;
}

h2 {
	font-size: 1.3em;
	color: #000000;
	letter-spacing: .1em;
}

h3 {
	font-size: 1.2em;
	color: #000000;
	letter-spacing: 0.2em;
}

h3 a{
	color: #000000;
	letter-spacing: 0.2em;
	text-decoration: none;
}

h4 {
	font-size: 1.5em;
	margin-left: 15px;
	margin-right: 15px;
}

h5 {
	font-size: 1.2em;
	margin-top: 2em;
}

p {
	font-size: 1.2em;
	color: #333333;
	padding-bottom: 1em;
	line-height: 1.6em;
}

ul {
	list-style: none;
	font-size: 1.2em;
}

a {
	font-size: 1.1em;
	color: #333;
}

a:hover {
	text-decoration: none;
}

#header {
	height: 160px;
}

#maincontent {
	width: 380px;
	float: left;
	margin-left: 240px;
	display: inline;
	padding-bottom: 8em;
	padding-right: 40px;
	padding-left: 40px;
}

#rightcolumn {
	float: right;
	width: 180px;
}

#script {
	margin-left: auto;
	margin-right: auto;
	width: 90px;
	position: absolute;
	left: 730px;
	top: 190px;
}

#script a {
	font-size: 12px;
}

#menu {
	width: 200px;
	position: absolute;
	top: 190px;
	left: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

#menu p {
	padding-bottom: 0px;
}

#menu ul {
	margin-bottom: 2em;
	margin-left: 15px;
	margin-top: 1em;
}

#menu ul li {
	margin-bottom: 1em;
}

#menu ul li a {
	text-decoration: none;
	font-size: 12px;
}

#nav {
	text-align: center;
	font-size: 1.1em;
	background-color: #FFFFFF;
	padding-top: 2em;
	padding-bottom: 1.5em;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(images/topcorner.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 2em;
}

#nav li a {
	text-decoration: none;
	color: #333333;
}

#nav li a:hover {
	text-decoration: underline;
}

#list {
	margin-top: 10px;
}

#list p {
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}

#list p a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 3em;
	margin-bottom: 3em;
	display: block;
}

#bottom {
	text-align: center;
	font-size: 1em;
	background-color: #FFFFFF;
	padding-top: 1em;
	padding-right: 30px;
	padding-bottom: 1em;
	padding-left: 30px;
}

#bottom li {
	display: inline;
	line-height: 3em;
	padding-right: 5px;
	padding-left: 5px;
}

#bottom li a {
	color: #666666;
}

#footer {
	font-size: 1.1em;
	color: #2c2c2c;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: lighter;
	text-align: center;
	background-color: #FFFFFF;
}

.fauxheading {
	font-size: 1.2em;
	color: #FFFFCC;
	letter-spacing: 2px;
	background-image: url(images/bg_maincontent.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: .5em;
	margin-top: 2em;
	font-weight: bold;
}

.paraline1 {
	letter-spacing: 2px;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(images/bg_menu.gif);
	background-repeat: no-repeat;
	color: #FFFFCC;
	height: 30px;
	padding-left: 10px;
	padding-top: 6px;
}

.paraline2 {
	margin-bottom: 4em;
	padding-bottom: 4em;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}

.paraline3 {
	margin-bottom: 2em;
	padding-bottom: 1em;
	letter-spacing: 2px;
	font-size: 1.2em;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}

.centerimage {
	margin-bottom: 2em;
}

.leftimage {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.topimage {
	margin-bottom: 4em;
}

.clear {
	clear: both;
	line-height: 0px;
	visibility: hidden;
}

