* {
    padding: 0;
    margin: 0;
} 

body {
background: #336633;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
text-align: justify;
color: #333333;
}

.FTCH {
color: #ff0000;
}

.FTW {
color: #336633;
}

img { border: none; }
a { color: #336633;  }
a:hover { text-decoration: none; color : #336633; }

#wrap {
margin: 20px auto;
width: 800px;
}

#header { 
background: #336633 url(images/greenHeader2Dogs.jpg) no-repeat;
height: 100px;

}

#header h1 {
color: #e0e0e0;
font-size: 32px;
font-weight: 100;
letter-spacing: -1px;
text-align: center;
line-height: 40px;
}

#menu {
height: 30px;
line-height: 30px;
background: #336633 url(images/menuGreen.jpg) no-repeat;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
background: #006600 url(images/contentGreen.jpg) repeat-y;
padding: 10px 20px;

}

.left {
width: 728px;
float: left;
text-align: justify;
}

.left h2 {
color: #336633;
text-decoration: underline;
font-size: 24px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.left h3 {
color: #333333;
text-decoration: none;
font-size: 18px;
line-height: 24px;
letter-spacing: -1px;
font-weight: 100;
}

.conCen {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
padding: 0 0 10px 0;
}

#top {
background: #336633 url(images/topGreen.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
background: #336633 url(images/bottomGreen.jpg) no-repeat;
padding: 20px 0;
}


