* {
	margin: 0;
	padding: 0;
}

body {
	background: #bd086f;
	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: 1.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-type: none;
}

ul li {
}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border: none;
}

/* Container */

.img {
	padding: 15px 10px;
}

.container {
	padding-top: 20px;
}

/* Boxed */

.boxed {
}

.boxed .title {
	padding: 10px;
	font-size: 1em;
}

.boxed .content {
	padding: 10px;
}

/* Logo */

#logo {
	width: 680px;
	height: 197px;
	margin: 0 auto;
	background-image:url(images/img022.jpg);
}

#logo h1 {
	padding: 96px 10px 0px;
	letter-spacing: 1px;
	font-size: 2.5em;
	color: #FFFFFF;
}

#logo h2 {
	padding: 0px 10px 52px;
	font-size: 1em;
	color: #BD0A70;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

/* Menu */

#menu {
	height: 47px;
	width: 680px;
	margin: 0 auto;
	text-align:center;
}

#menu ul {
	width: 680px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 48px 16px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	bor-lef: #58032F 1px solid;
	color: #FFFFFF;
}

#menu a:hover {
	background: #770444;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #770444;
	padding: 15px 48px 16px;
	color: #FFFFFF;
}

#menu .last a {
	bor-rig: #58032F 1px solid;
}

/* Wrapper */

#wrapper {
	clear: both;
	width: 680px;
	margin: 0 auto;
	background: url(images/hatter.gif) repeat-y;
}

/* Column One */

#col-one {
	float: left;
	width: 180px;
	padding-top: 10px;
	background: url(images/img05.jpg) no-repeat;
	background-color: #e1d8ba;
}

#col-one .image {
	height: 150px;
}

#col-one .container {
	background: url(images/img07.gif) repeat-x;
}

#col-one .boxed {
}

#col-one .boxed .title {
	color: #C99F1A;
}

#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 a {
	font-weight:bold;
	color: #C99F1A;
	text-decoration:none;
}

#col-one .boxed .content .textfield {
}

#col-one .boxed .content .button {
}

#col-one .boxed .content .tiny {
}

#col-one .boxed .content .tiny a {
	text-decoration: none;
}

/* Column Two */

#col-two {
	float: right;
	width: 300px;
	min-height: 1000px;
	margin-left: 10px;
	padding-top: 10px;
	background: url(images/img08.jpg) no-repeat;
	background-color: #d7efd7;
}

#col-two .image {
	height: 150px;
}

#col-two .container {
	background: url(images/img10.gif) repeat-x;
	text-align: justify;
}

#col-two .boxed {
}

#col-two .boxed .title {
	color: #4DAB50;
	padding-bottom: 26px;
}

#col-two .boxed h4 {
	font-size: medium;
	padding-bottom: 26px;
	text-decoration: blink;
}

#col-two .boxed .content ul {
	list-style-type: square;
	list-style-position:inside;
}

/* Column Three */

#col-three {
	float: left;	
	width: 180px;
	margin-left: 10px;
	padding-top: 10px;
	background: url(images/img02.gif) no-repeat;
	background-color: #feb2bb;
}

#col-three h4 {
	padding: 2px;
	margin: 0 0 15px;
	border: double;
}

#col-three .image {
	height: 150px;
}

#col-three .container {
	background: url(images/img04.gif) repeat-x;
}

#col-three .boxed {
}

#col-three .boxed .title {
	color: #A92030;
}

#col-three .boxed .content {
	text-align: justify;
}

/* Extra */

#extra {
	height: 4px;
	background: url(images/bottom.gif);
}

/* Footer */

#footer {
	clear: both;
}

#footer p {
	margin: 0;
	width: 680px;
	margin: 0 auto;
	font-size: smaller;
}

