/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/obackground.gif) repeat;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 1.6em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #6B088F;
}

a:hover {
	text-decoration:underline;
	color: #CBFFFA;
	background-color: #000000;
}

img {
	border: none;
}

/* Container */

.container {
	padding-top: 20px;
}

/* Boxed */

.boxed {
}

.boxed .title {
	padding: 10px;
	font-size: 1em;
}

.boxed .content {
	padding: 10px;
}

/* Logo */

#logo {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 3em;
	}

#logo h2 {
	float: left;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
}

/* Menu */

#menu {
	width: 1000px;
	height: 45px;
	margin: -45px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: static;
	text-decoration: inherit;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
		color: #CBFFFA;
		
}

/* Wrapper */

#wrapper {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	background: url(images/obkgrd.gif) repeat-y;
}

/* Column One */

#col-one {
	float: left;
	width: 150px;
	padding-top: 16px;
	background: url(images/otop1.gif) no-repeat;
}

#col-one .image {
	height: 150px;
}

#col-one .container {
	background: url(images/ocont1.gif) repeat-x;
}

#col-one .boxed {
}

#col-one .boxed .title {
	color: #7f3D17;
	font-size: 24px;
}

#col-one .boxed .content {
}

#col-one .boxed .content form {
}

#col-one .boxed .content fieldset {
	border: none;
}

#col-one .boxed .content legend {
	display: none;
}

#col-one .boxed .content label {
}

#col-one .boxed .content .textfield {
	width: 130px;
}

#col-one .boxed .content .button {
}

#col-one .boxed .content .tiny {
}

#col-one .boxed .content .tiny a {
}

/* Column Two */

#col-two {
	float: right;
	width: 630px;
	margin-left: 10px;
	padding-top: 16px;
	background: url(images/otop2.gif) no-repeat;
}

#col-two .image {
	height: 150px;
}

#col-two .container {
	background: url(images/ocont2.gif) repeat-x;
}

#col-two .boxed {
}

#col-two .boxed .title {
	color: #663300;
	font-size: 24px;
}

#col-two .boxed .content {
}

/* Column Three */

#col-three {
	float: left;
	width: 200px;
	margin-left: 10px;
	padding-top: 16px;
	background: url(images/otop3.gif) no-repeat;
}

#col-three .image {
	height: 150px;
}

#col-three .container {
	background: url(images/ocont3.gif) repeat-x;
}

#col-three .boxed {
}

#col-three .boxed .title {
	color: #663300;
	font-size: 24px;
}

#col-three .boxed .content {
}

/* Extra */

#extra {
	height: 16px;
	background: url(images/obottom.gif);
}

/* Footer */

#footer {
	
}

#footer p {
	margin: 15px 0 0 0;
	font-size: small;
	color: #FFCC99;
}
