* {
	margin: 0;
	padding: 0;
	}
body {
	background: #fff;
	font: 85%/1.3 "Trebuchet MS", "Lucida Grande", Verdana, Arial, Tahoma, Sans-Serif;
	color: #363636;
	}

a {
	text-decoration: underline;
	}
a:link {
	color: #69adcb;
	}
a:hover, a:active, a:visited, #content a:hover {
	color: #965e93;
	}

/* HEADINGS */

h1 {
	font-size: 2.4em;
	color: #adc748;
	}
h2 {
	font-size: 2.0em;
	color: #adc748;
	}
h3 {
	font-size: 1.6em;
	color: #adc748;
	}

/* LAYOUT */

#col-right {
	float: right;
	width: 33%;
	text-align: left;
	background: #f0f0f0;
	}
#col-left {
	float: left;
	width: 66%;
	text-align: left;
	}

/* CONTENT */

#content {
	min-width: 390px;
	max-width: 1000px;
	padding: 60px 15px 0 40px;
	}

/* SIDEBAR */

#sidebar {
	padding: 60px 15px 40px 20px;
	font-size: 0.95em;
	}
#sidebar h2 {
	font-size: 1.6em;
	color: #965e93;
	margin-bottom: 10px;
	}
#sidebar ul, #sidebar li {
	list-style: none;
	margin-left: 5px;
	}
#sidebar a:link, #sidebar a:visited {
	color: #69adcb;
	}
#sidebar a:hover, #sidebar a:active {
	color: #adc748;
	}

/* HEADER & FOOTER */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	background: url('images/bg.png') repeat-x fixed;
	}

#footer {
	clear: both;
	padding: 20px;
	background: #adc748;
	color: #fff;
	text-align: center;
	}
#footer a:link, #footer a:hover  {
	color: #eaf2cb;
	}
#footer a:visited, #footer a:active {
	color: #f8fbee;
	}

/* FORMS */

input, option, textarea, select {
	color: #FFF;
	background: #a66fa3;
	border: 1px solid #6c486a;
	font: 66% "Trebuchet MS", "Lucida Grande", Verdana, Arial, Tahoma, Sans-Serif;
	padding: 3px;
	margin-bottom: 5px;
	}
#mail .submit, #mail input.submit {
	width: 25%;
	font-weight: bold;
	margin-top: 5px;
	}
#mail input {
	width: 45%;
	}
#mail textarea {
	width: 80%;
	height: 100px;
	}

/* MISCELLANEOUS */

p {
	margin: 0 0 15px 0;
	}
.strike {
	text-decoration: line-through;
	}
img {
	border: 0;
	}
img a, img a:link, img a:hover, img a:visited, img a:active {
	border: 0;
	}
ul {
	margin: 10px 0 15px 40px;
	}
blockquote {
	background: #f0f0f0;
	border: 1px solid #965e93;
	padding: 12px 10px 1px 20px;
	margin: 0 0 10px 40px;
	}
acronym, abbr {
	border-bottom: 1px dotted;
	cursor: help;
	}
.clear {
	clear: both;
	}
.small {
	font-size: .82em;
	}
.hidden {
	display: none;
	}
.navigation {
	display: block;
	text-align: center;
	}
.align-left {
	float: left;
	}
.align-right {
	float: right;
	}
.center {
	text-align: center;
	}
.right {
	text-align: right;
	}
.left {
	text-align: left;
	}
.img-left {
	float: left;
	padding: 0 5px 0 0;
	}
.img-right {
	float: right;
	padding: 0 0 0 5px;
	}