﻿body {
font : 75% Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
color : #666;
background:#000033 url(images/menu.gif) repeat-y top center;
}
			/*WRAP*/
#container {
	width : 750px;
	margin : 0 auto;
	padding : 0;
	line-height : 1.7em;
	background: #333333 url(images/back.jpg);
	color : #666;
}
			/*TOP BANNER*/
#top {
margin : 0;
padding : 0;
height : 140px;
background : #520934 url(images/head.bmp) no-repeat right center;
border-bottom : 2px solid #fff;
}
#top h1 {
padding : 10px 0 0 430px;
margin : 0;
font : 135% georgia, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
letter-spacing : 5px;
color : #fff;
background : transparent;
}
#top p {
padding : 5px 0 0 10px;
margin : 0;
}
#top a:link {
text-decoration : none;
color : #eee;
background : inherit;
}
#top a:hover {
text-decoration : underline;
color : #fff;
background : inherit;
}
			/*TOP MENU*/
#menu {
margin : 0;
padding : 0;
height : 30px;
}
			/*LEFT MENU*/
#leftnav {

float :left;
width : 180px;
margin : 0;
padding : 10px;
border-right : 3px solid #aaa;
border-bottom:medium solid #aaa;
color : #333;
background : #eee;
}
			/*MAIN CONTENT*/
#content {
color:#000000;
margin : 0 0 0 210px;
padding : 0;
}
			/*FOOTER*/
#footer {
clear : both;
margin : 0;
padding : 0.5em;
border-top : 5px solid #000000;
color:#000000;
background:#999999;
}
#footer img {
float : right;
}
* > html #footer img {
margin : 0;
}
#footer a:link, #footer a:visited {
text-decoration : none;
color : #eee;
background : transparent;
text-decoration : none;
}
#footer a:hover {
text-decoration : none;
color : #90b905;
background : inherit;
}
#footer a:active {
text-decoration : none;
background : inherit;
color : #aaa;
}
			/*TYPOGRAPHY*/
h2 {
margin : 0;
padding : 0 0 0 5px;
font : 130% georgia, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
letter-spacing : 5px;
border-bottom : 1px solid #eee;
color : #520934;
background : inherit;
}
h3 {
margin : 0;
padding : 0 0 5px 10px;
font : 130% georgia, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
text-transform : uppercase;
color : #520934;
background : inherit;
}
p {
padding : 10px;
}
blockquote {
font-weight : bold;
font-style : italic;
color:#333366;
}
			/*LINKS*/
a:link, a:visited {
font:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#0033CC;
background : transparent;
text-decoration:underline;

}
a:hover {
text-decoration:blink;
color:#9900CC;
background : inherit;
}
a:active {
text-decoration : none;
background : inherit;
color : #aaa;
}
a img {
border : none;
}

#navlist {
	background:#FFFFFF;
	padding:0px;
	padding-top:15px;
}
#navlist a {
	padding-left:10%;
	padding-top:8px;
	display: block;
	color:#0033CC;
	height:23px;
	text-align:left;
	text-decoration:inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background:url(images/bubble.gif) no-repeat center left;
}
#navlist a:hover {
	padding-left:10%;
	color:#333333;
	text-decoration:blink;
	display: block;
	color:#9900CC;
	font-weight: bold;
	background:url(images/spacer.gif) no-repeat center left;
}
			/*IMAGES*/
.imgright {
float : right;
margin : 0 10px 10px 10px;
padding : 0px;
}
.imgleft {
float :right;
margin : 0;
padding : 0;
}
			/*GALLERY*/
#gallery {
height : 125px;
}
#gallery img {
float : left;
padding : 5px;
}
			/*CLASS*/
.happy {
border-top : 1px solid #808080;
padding : 10px;
}
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}
.quote {
margin : 10px;
border : 1px solid #cb274c;
padding : 15px;
color : #cb274c;
background : transparent;
}