html, body {
   margin : 0;
   padding : 0;
}

body {
   color : #a52a2a;
   background : #7DB0B2;
   width : 100%;
   font : 12px "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}

a:link {
   color : #000000;
   text-decoration : none;
}
#content a:link {
	color: #845FA5;
	text-decoration: none;
}
#content a:visited {
	color: #845fA5;
	text-decoration: none;
}
#content a:hover {
	color: #E5C45F;
	background-color: #7DB0B2;
	text-decoration: underline;
}
#content a:active {
	color: #845FA5;
	text-decoration: none;
}


a:visited {
   color : #5c1919;
   text-decoration : none;
}

a:hover {
   color : #a52a2a;
   text-decoration : none;
}

a:active {
   color : #484500;
   text-decoration : none;
}

/* Links within paragraphs (subtle) */
p a {
color: #666666;
text-decoration: none;
}

/* Links within paragraphs (revealed) */
p:hover a { 
color: #0000ff;
text-decoration: underline;
}

#container {
   width : 90%;
   margin : 10px auto;
   background-color : #7DB0B2;
   color : #333;
   border-bottom-width : 0px;
   line-height : 130%;
}

#top {
	padding : 0.5em;
	background-color : #7DB0B2;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #808080;
}

#top h1 {
   padding : 0;
   margin : 0;
}

#leftnav {
	float : left;
	width : 160px;
	margin : 0;
	padding : 1em;
	background-color: #7DB0B2;
}

#content {
	margin-left : 200px;
	padding : 1em;
	background-color: #7DB0B2;
}

#footer {
	clear : both;
	margin : 0;
	padding : 0.5em 0.5em 1em;
	color : #333;
	background-color : #7DB0B2;
	border-top: 1px solid #808080;
	border-right: 1px none #808080;
	border-bottom: 1px none #808080;
	border-left: 1px none #808080;
}
.txt-regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #000000;
}


#leftnav p {
   margin : 0 0 1em 0;
}

#content h2 {
   margin : 0 0 .5em 0;
}

#footer img {
   float : right;
}

/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */

#footer p {
   padding-left : 5px;
}

#counter {
   display : none;
}

.happy {
   border-top : 1px solid #808080;
   padding : 10px;
}

