@charset "UTF-8";
body {
	background-color: #000;
	font-family: Giorgio;
	font-size: 14px;
	color: #555;
	font-weight: lighter;
	background-image: url(../img/bg_topper.png);
	background-repeat: repeat-x;
	background-position: left top;/*
	margin-bottom: 0px;*/
}
div {
	background-color: #FFF;
}
a {
	text-decoration: none;
}
#topper {
	position: relative;
	padding-top: 4px;
	height: 26px;
	background-color: #333;
	color: #ccc;
	text-align: right;
	font-family: Giorgio;
}
#logo_sm a:link {
	color: #333;
}
#logo_sm a:visited {
	color: #333;
}
#logo_sm a:hover {
	color: #999;
}
#logo_sm a:active {
	color: #999;
}
#banner {
	border-top: 1em solid #000;
	border-bottom: 1em solid #000;
}
a:link {
	color: #F90;
}
a:visited {
	color: #F90;
}
a:hover {
	color: #FC0;
}
a:active {
	color: #FC0;
}
#logo_sm {
	/*height: 70px;*/
}
.sm {
	position: relative;
	float: right;
	top: 1px;
	right: 0.7em;
	width: 20px;
	height: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	overflow: hidden;
}
.nav {
	position: relative;
	float: right;
	top: 0.7em;
	right: 5px;
}
#logo_sm h1 {
	font-family: "Century Gothic";
	font-weight: lighter;
	color: #FC3;
}
#intro_text h1 {
	margin-top: 0.5em;
	font-size: 1.5em;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	margin-right: 20px;
	margin-left: 20px;
}
h1, h2 {
	text-transform: uppercase;
	font-weight: lighter;
}
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.2em;
	text-align: left;
}
h3 {
	font-size: 1em;
}
#nav {
	background-color: #fff;
	position: relative;
	height: 23px;
	padding-top: 7px;
	padding-left: 7px;
	border-top-right-radius: 23px;
}
#banner {
}
#content {
	background-color: #FFF;
	position: relative;
	min-height: 400px;
	height: auto;
	width: auto;
	text-align: left;
}
#sidebar {
	color: #999;
}
#seperator {
	border-top: 1em solid #000;
}
.pic_circles {
	background-color: #000;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	width: 200px;
	border-top: 0.5em solid #000;
	border-bottom: 0.5em solid #000;
	/*border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;*/
	overflow: hidden;
}
#collumns {
	background-color: #CCC;
}
#quote {
	background-image: url(../img/banner_quote.png);
	position: absolute;
	height: 80px;/*
	width: 600px;*/
	left: 150px;
	top: 180px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 40px;
	color: #FFF;
	text-align: center;
	font-family: "Century Gothic";
	padding-top: 20px;
}
#content h1 {
	margin-top: 15px;
}
#footer {
	color: #CCC;
	background-color: #000;
	padding-top: 10px;
	height: 40px;
}
.footerboxes {
	text-align: center;
	padding: 20px;
}
