body {
    margin: 20px 0 50px 0px;
    padding: 0;
    background: #786329;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .715em;
	text-transform: lowercase;
}

h1, h2, h3 { color: #AB9A6E; }
h2 { font-size: 1.6em; }
h3 { margin: 0; font-size: 1em; }
p, ul{ margin-top: 0; }
a:link, a:visited { text-decoration: none; color: #4F8392; }
a:hover { border: none; }
img { border: none; }

/* Head */

#head {
    width: 700px;
    height: 200px;
    margin: 0 auto;
    background: url(images/phonepoll.jpg) no-repeat;
}

#head * {
    margin: 0;
    border: none;
    text-decoration: none;
    font-weight: normal;
    color: #FFEBD7;
}

#head h1 {
    float: left;
    padding: 140px 0 0 20px;
    font-size: 3em;
}

#head h2 {
    float: left;
    padding: 166px 0 0 5px;
    font-size: 1em;
}

/* row banner */

#rowbanner{
    width: 700px;
    height: 27px;
    margin: 0 auto;
    background: #37AEF2 url(images/rowbanner.png)
}


/* content */

#content {
    width: 700px;
    margin: 0 auto;
    background-color: #FFEBD7;
    background: #ccc url(images/fauxsmaller.png) repeat-y 50% 0; /*faux columns*/
}

#content h3 a:link, h3 a:visited {color: #AB9A6E;}
#content h3 a:hover {color: #4F8392;}
#content ul { list-style: circle; margin-top: -5px; }

#starboard {
    padding: 0px 10px 0 10px;
    float: right;
    width: 160px;
    
}

#changes h2 {
    font-size: 1.3em;
}

#middle {
    float: right;
    width: 360px;
    padding: 20px 10px 0 10px;
}

#middle img {padding: 0px 0px 40px;}

#port {
    float: right;
    width: 120px;
    padding: 15px 10px 0px 10px;
}

#foot {    
    width: 700px;
    margin: 5px auto;}
#greenhosting{	
    float: right;}

/* nav */
#nav {padding: 0 0px 125px 20px;}
#nav ul {display: inline; list-style: none;}
#nav li span {display: none;}
#nav li {display: inline;}

#navone a {background: url(images/navconnect.png) top left no-repeat; width: 27px; height: 102px; margin: 0 5px 0 0; float: left;}
#navone a:hover {background: url(images/navconnect_over.png);}

#navtwo a {background: url(images/navportfolio.png) top left no-repeat; width: 27px; height: 102px; margin: 0 5px 0 0; float: left;}
#navtwo a:hover {background: url(images/navportfolio_over.png);}

#navthree a {background: url(images/navpricing.png) top left no-repeat; width: 27px; height: 102px; margin: 0 5px 0 0; float: left;}
#navthree a:hover {background: url(images/navpricing_over.png);}

#navfour a {background: url(images/navcontact.png) top left no-repeat; width: 27px; height: 102px; margin: 0 5px 0 0; float: left;}
#navfour a:hover {background: url(images/navcontact_over.png);}

