* {
margin: 0;
}

body {
   color : #a52a2a;
   background : #000000;
   background-image:url(../images/background.jpg);
   background-repeat: repeat-x;
   background-attachment: fixed;
   background-position: center;
   width : 100%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
}


p a {
	color: #666666;
	background : inherit;
	text-decoration: underline;
}


p a:hover  { 
	color: #666666;
	background : inherit;
	text-decoration: underline;
}

#container {
	margin: 0 auto -4em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width : 750px;
	padding : 5px;
	background: #FFFFFF;
	color : #333;
	line-height : 1.5em;
}


#top {
	margin:0;
	padding : 0;
	color:#333;
	background : #404040 url(../images/head.jpg) no-repeat;
	border-bottom : 0px solid #fff;
	height: 100px;
}

#top h1 {
	padding : 30px 0px 0 25px;
	margin : 0;
	font : 100%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
	letter-spacing:5px;
	text-align:left;
	color:#EAE8D0;
	background:transparent;
}

#top p {
	padding : px;
	font-size: .8em;
}

#top a:link, #top a:visited {
	color: #3c6773;
	background:transparent;
	text-decoration: none;
}

#top a:hover { 
	color: #fff;
	background:transparent;
	text-decoration: underline;
}


#leftcontent {
	float : left;
	text-align: justify;
	width : 540px;
	margin-top: 10px;
	padding-left: 5px;
	color : #333;
}

#rightcontent {
	margin-left: 570px;
	margin-top: 10px;
}

#footer {
	font-size: 9px;
	clear : both;
	text-align: center;
	margin: auto;
	padding : 0;
	position: relative;
	color : #EAE8D0;
	width: 750px;
	background : #404040;
	border-top : 0px solid #520934;
}

#footer a:link, #footer a:visited {
	font-size: 9px;
	color : #eee;
	background : inherit;
	text-decoration : none;
}

#footer a:hover {
	font-size: 9px;
	color :#fff;
	background:inherit;
	text-decoration : underline;
}

#leftnav p {
	margin : 5px 0 10px 5px;
}

h1 {
	margin : 0;
	padding : 20px 0 5px 5px;
	font : 15px  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #656C4A;
	color:#656C4A;
}

h2 {
	margin : 0;
	padding : 20px 0 5px 5px;
	font : 10px  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
	font-weight: bold;
	color:#ffffff;
	background:inherit;
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
}

h3 {
	padding : 20px 0 5px 5px;
	font : 10px  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
	font-weight: bold;
	color:#ffffff;
	background:inherit;
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
}

#footer img {
   float : right;
}

*>html #footer img {
        margin : 0;
}

.happy {
	border-top : 1px solid #808080;
	padding : 10px;
}

a:link, a:visited {
	font-size: .9em;
	color : #3c6773;
	background : inherit;
	text-decoration : underline;
}

a:hover {
	font-size: .9em;
	color :#666;
	background : inherit;
	text-decoration : underline;
}

a:active {
	font-size: .9em;
	color : #3c6773;
	background : inherit;
	text-decoration : none;
}

img {
   border : none;
}

.imgright {
	float: right;
	border: 1px solid #656C4A;
	margin: 5px 15px 10px 10px;
	padding: 10px;
}


.imgleft {
	float: left;
	border: 1px solid #656C4A;
	margin: 5px 15px 10px 0px;
	padding: 10px;
}

#menu {
	width: 100%;
	height: 23px;
	margin: 0 0 0 0;
	padding: 0 0 1px 0;
	background: #A6C3AD url(images/pt02.jpg) no-repeat;
	color:#000;
}
#navlist li {
	list-style-type: square;
	background: inherit;
	color: #5F5C51;
	margin: 0 15px 0 0;
	padding: 0;
}

.clear {
	clear: left;
}

.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3c6773;
}

.imgwrap {
	float : left;
	padding : 5px;
}

.imgwrap2 {
	float : left;
	padding : 10px;
	border : 1px solid #3a3a3a;
	margin-right : 10px;
}