* {
  padding: 0;
  margin: 0;
}

.clearer {height: 0px; width: 0px; clear: both;}

a {
color: #fff;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #FFCFF3;
}

h1 {
       display: none;
}

h2 {
       margin-top: 20px;
}

h3 {
       text-align: center;
       background: transparent;
       padding: 3px;
}

h3 a {
color: #000;
}

p {
margin-top: 20px;
margin-bottom: 10px;
}

#copyright {font-size: 13px; text-align: center; padding-top: 60px;}

.lists {

margin-left: 70px;
}

body {  
        background: url(../images/bg.jpg) center top repeat-y;
        font-family: Trebuchet MS, "Lucida Grande", Tahoma, Helvetica;
	font-size: 0.95em;
	line-height: 1.6em;
	text-align: left;
}

#wrapper {
        width:100%;
        height: 100%;
        font-family: Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	text-align: left;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
}

#header {
        width: 600px;
        height: 447px;
        background: url(../images/header.jpg) no-repeat;
        margin-left: auto;
        margin-right: auto;
        border-top: 2px solid #fff; 
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
}

#navcontainer {
       width: 600px;
       height: 30px;
       background: transparent;
       padding-top: 350px;
       margin-left: auto;
       margin-right: auto;
       text-align: center;
}

#nav li {
       display: inline;
       list-style: none;
       text-align: center;
       font-weight: normal;
       font-size: 10px;
}

.navbot {
       width: 600px;
       margin-left: auto;
       margin-right: auto;
       background: #16DE02;
       text-align: center;
       border: 3px solid #fff;
}

.navbot ul li {display:inline; }

.hnavactivelink {
       color: #333;
}

.hnavlink {
       color: #fff;
}

#content {
       width: 600px;
       height: 100%;
       margin-left: auto;
       margin-right: auto;
       background: transparent;
}

#content p {
       margin-left: 25px;
       margin-right: 50px;
}

#right {
        width: 200px;
        height: 100%;
        background: transparent;
        margin-right: 3px;
        float: right;
 }

#outerright {
        width: 200px;
        float: right;
}

.innercon {
       background: #fff;
       border: 2px solid #fff;
       width: 315px;
       margin-bottom: 10px;
       margin-left: 35px;
       background: #16DE02;
       font-size: 13px;
}

blockquote {
        width:30%;
        padding:10px;
        background-color:yellowgreen;
        color:#F5F5F5;
        float:right; 
        font: bold 14pt/1em Arial, Helvetica, sans-serif;
        text-align:left;
        letter-spacing: 0.05em;
        margin:5px;
        margin-top: 10px;
        clear: both;
}


#footer {
        background: url(../images/footer.jpg) no-repeat;
        width: 600px;
        height: 87px;
        margin-left: auto;
        margin-right: auto;
        border-left: 4px solid #fff;
        border-right: 2px solid #fff;
        clear: both;
        
}


li {
list-style: square;
margin-left: 20px;
}

#Message, #Name, #Email {
width: 100%;
background: #5FFB50;
border: 1px solid #fff;
}

.left {
float: right;
padding: 15px;
}

.right {
float: right:
padding: 15px;
}