* {
margin:0;
padding:0;
}

body, html {
font-family:lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
background: #F2F2F2;
margin: 0 auto;
text-align:center;
}

#wrapper {
width:720px;
margin: 0 auto;
}

#header {
height:192px;
background:#F2F2F2 url(../images/header.jpg) top no-repeat;
}

#header_text {
float:left;
height:100px;
width:488px;
background:#F2F2F2 url(../images/header_text.jpg) top no-repeat;
}

#header_button {
float:right;
clear:right;
}

#content {
width:720px;
background:url(../images/content_bkgd.jpg) repeat-y;
}

#column1 {
float:left;
text-align:left;
width:500px;
}

#column2 {
text-align:left;
margin-right:40px;
margin-top:55px;
float:right;
width:175px;
}

#rough_guide {
background:url(../images/rough_border.gif) top no-repeat;
text-align:center;
height:251px;
width:155px;
padding:25px 10px;
}

#rough_guide p {
font-size:11px;
margin:0;
}

p img {
position:relative;
top:10px;
}

#footer {
height:22px;
width:720px;
background:url(../images/footer.jpg) no-repeat;
}

#footer_left {
text-align:left;
float:left;
width:400px;
}

#footer_right {
text-align:right;
float:right;
width:320px;
}

#footer_left, #footer_right {
padding-bottom:50px;
}

#box {
background-color:#FFFFCC;
border:1px solid #FFCC99;
padding:15px;
margin:30px 50px;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#header_button img {
display:block;
}


/* Navigation */

#nav {

width:700px;
margin:0 10px;
background-color:#71A9DC;
}

#nav ul {
text-align:left;
padding:5px 0;
}

#nav ul li {
display:inline;
margin-left:30px;
}


/* Typography */

h1 {
font-size:24px;
color:#2C5008;
margin:20px 20px 10px 40px;
}

h2 {
font-size:16px;
color:#FFFFFF;
background:#71A9DC url(../images/column_top.gif) top no-repeat;
padding:10px 10px 0 15px;
}

h3 {
background-color:#B9D4EF;
font-size:14px;
padding:10px 15px;
color:#2C5008;
}

h4 {
background-color:#71A9DC;
font-weight:normal;
font-size:10px;
color:#FFFFFF;
padding:5px 15px 10px 15px;
}

h5, h6 {
background-color:#6A8552;
font-weight:bold;
font-size:11px;
color:#FFFFFF;
padding:10px 15px;
line-height:18px;
}

.bottom {
background:#6A8552 url(../images/column_bottom.gif) bottom no-repeat;
}

p {
font-size:12px;
margin:5px 20px 10px 40px;
line-height:18px;
}

#box p {
font-size:10px;
margin:0;
}

#box strong {
margin:0;
}

strong {
margin-left:40px;
}

li {
list-style-type:none;
}

ol {
margin:20px 0px 20px 75px;
}

ol li {
list-style-type:decimal;
font-size:11px;
line-height:18px;
}

#nav {
font-size:14px;
}


/* Links */

h5 a:link {color:#FFFFFF; text-decoration:none;}
h5 a:visited {color:#CCCCCC; text-decoration:none;}
h5 a:hover {color:#B9D4EF; text-decoration:none;}
h5 a:active {color:#B9D4EF; text-decoration:none;}

a:link {color:#71A9DC; text-decoration:none;}
a:visited {color:#71A9DC; text-decoration:none;}
a:hover {color:#B9D4EF; text-decoration:none;}
a:active {color:#B9D4EF; text-decoration:none;}

#header_button a:link {border-bottom:0;}
#header_button a:visited {border-bottom:0;}
#header_button a:hover {border-bottom:0;}
#header_button a:active {border-bottom:0;}

#nav a:link {color:#FFFFFF; text-decoration:none;}
#nav a:visited {color:#FFFFFF; text-decoration:none;}
#nav a:hover {color:#B9D4EF; text-decoration:none;}
#nav a:active {color:#B9D4EF; text-decoration:none;}

/* Form */

label,input, textarea {
display:block;
width:180px;
float:left;
margin-bottom:10px;
}

label {
text-align:right;
width:75px;
padding-right:20px;
}

form br {
clear:left;
} 

#submit {
width:50px;
float:none;
padding-bottom:15px;
margin-left:95px;
}

#captcha {
margin-left:95px;
}

.formlabel {
margin-left:95px;
font-size:10px;
}

.formlabel2 {
font-size:10px;
}





















