* 
{
border: 0px;
margin: 0px;
padding: 0px;
}

a					{ color: #0000ff; text-decoration: underline; }
a:visited		{ color: #800080; text-decoration: underline; }
a:active			{ color: #ee0000; text-decoration: none; }
a:hover			{ color: #0000ff; text-decoration: none; }

body
{
font-family: arial, helvetica, sans-serif;
font-size: 75%;
color: #666666;
line-height: 130%;
background-image: url(images/bgBody.jpg);
background-color: #315a62;
background-repeat: repeat-x;
text-align: center;
}

h1
{
font-size: 1.4em;
padding: 0px 30px 10px 30px;
color: #315a62;
}

h2
{
font-size: 1.5em;
padding: 0px 30px 10px 30px;
color: #315a62;
font-style: italic;
float:right;
width: 200px;
}

label
{
padding: 0px 10px 30px 0px;
}

p
{
padding: 0px 30px 10px 30px;
}

#content ul {
padding: 0px 30px 10px 60px;
}

#wrapper
{
width: 624px;
text-align: left;
margin: 0px auto;
border-left: 2px white solid;
border-right: 2px white solid;
}

#content
{
background-image: url(images/bgContent.jpg);
background-color: #e5eaeb;
background-repeat: repeat-x;
}

#header
{
background-image: url(images/bgHeader.jpg);
background-repeat: repeat-x;
}

#header ul li 
{
display: inline;
}

#header ul li a 
{
color:#a9c8ce;
font-weight: bold;
text-decoration: none;
line-height: 23px;
}

#header ul li a:hover
{
color:#FFFFFF;
}

#thumbs
{
float: left;
margin: 0px 20px 0px 30px;
text-align: right;
}

#thumbs img
{
margin: 0px 10px 10px 0px;
}

.floatLeft
{
float: left;
}

.floatLeft li
{
margin-left: 20px;
}

.floatRight
{
float: right;
}

.floatRight li
{
margin-right: 20px;
}

.leftCol
{
width: 250px;
float: left;
}

#footer
{
text-align: center;
font-size: .9em;
}

#footer a
{
color: #b8c6c9;
text-decoration: none;
}

.imgBoarder
{
border: 1px #315a62 solid;
}

.imgPad
{
padding: 10px 0px 0px 10px;
}

.left
{
margin-right: 10px;
}