html {
	background-color: #FFFFFF;
	color: #333333;
	overflow-y: scroll;
}

body {
	background-color: #FFFFFF;
	color: #333333;
	line-height: 16px;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

ul, li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
}

h3 {
	font-size: 14px;
	letter-spacing: 4px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}

h4 {
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
	margin: 0 0 4px 0px;
	text-align: left;
	font-size: 10pt;
	line-height: 18px;
	font-weight: lighter;
}

img {
	border: none;
}

fieldset {
	color: #1a1a1a;
	border: none;
	font-size: 10px;
}

a, a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:active, a:focus, a:hover {
	color: #333333;
}

.wrapper {
	width: 800px;
	margin: 0 auto;
}

.rsaquo { font-size: 12px; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }


/* HEADER */

#topborder {
	width: 100%;
	height: 0.3em;
	background-color: #333333;
}

#header {
	margin: 10px auto;
	padding: 0px;
}

#site-title {
	float: left;
	text-transform: lowercase;
	text-align: left;
	letter-spacing: -2px;
	color: #1A1A1A;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-left: 10px;
}

#site-title a, #site-title a:link, #site-title a:visited {
	color: #333333;
	text-decoration: none;
}

#menu {
	float: right;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 0px;
	text-align: right;
	text-transform: uppercase;
	margin-top: 3px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

#menu ul {
	vertical-align: bottom;
}

#menu li {
	display: inline;
	margin: 0px 0px 0px 4px;
}


/* FOOTER */

#footer {
	clear: both;
	color: #333333;
	font-size: 10px;
	line-height: 15px;
	margin: 8px auto 10px auto;
	padding: 10px 0px;
	text-transform: none;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #333333;
}

#footer li {
	display: inline;
	padding: 0px 5px;
	text-align: center;
}


/* PAGE */

#page {
	margin: 0px auto;
}

#page p, #page ul {
	margin: 0px 25px 20px 0px;
}


#image-border {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #333333;
	line-height: 0px;
	margin: 5px;
	padding-top: 12px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
#aboutwrap/* ABOUT */

 {
	padding: 20px 0px 0px 0px;
	text-align: center;
}
#leftcol,/* COLUMNS */ #rightcol {
	float: left;
	text-align: left;
	padding-left: 20px;
}
#leftcol {
	width: 55%;
}
#rightcol {
	width: 20%;
}
