/*
Project Title:  Vertiscape Consulting, Inc.
Author:  Christopher C Goodrich
Author Email:  Chrisg@chrisgoodrich.net
Author Website: www.chrisgoodrich.net
*/

/* BASIC STYLES */

body{
background: url('/images/2.gif') top right no-repeat #000000;
margin-top: 50px;
text-align: center;
}

#container{
width: 960px;
text-align: left;
margin: 0px auto;
}

#logo{
width: 960px;
text-align: left;
padding: 30px;
}

#nav-container{
width: 960px;
text-align: left;
padding-left: 30px;
position: relative;
bottom: 6px;
}

#content{
background: #454545;
border: 2px solid #67914f;
padding: 20px;
}

#copyright{
width: 960px;
text-align: center;
}

#content-left{
width:  70%;
float: left;
padding: 10px;
}

#content-right{
width: 20%;
float: left;
padding: 10px;
}

#clear{
clear: both;
}

/* TEXT STYLES */

h2{
font-family: tahoma;
font-size: 18px;
color: #67914f;
font-style: bold;
}

h1{
font-family: tahoma;
font-size: 16px;
color: #67914f;
}

p{
font-family: tahoma;
font-size: 14px;
color: #ffffff;
}

#copyright p{
font-family: tahoma;
font-size: 12px;
color: #67914f;
}

a{
color: #67914f;
text-decoration: none;
}

a:hover{
color: #67914f;
text-decoration: underline;
}


/* NAVIGATION STYLES */

#nav-container a{
padding: 8px;
background: #67914f;
color: #ffffff;
text-decoration: none;
font-family: Tahoma;
font-size: 14px;
border: 1px solid #454545;
border-bottom: none;
margin: 10px;
}

#nav-container a:hover{
padding: 8px;
background: #454545;
color: #67914f;
text-decoration: none;
font-family: Tahoma;
font-size: 14px;
border: 1px solid #67914f;
border-bottom: none;
margin: 10px;
}