body,html {
margin:0px;
padding:0px;
height:100%;
}

body {
background:#000;
color:#000;
min-width:910px;
}

* {
font-family:Georgia,Constantina,'Nimbus Roman No9 L',serif;
font-size:15px;
text-decoration:none;
padding:0px;
margin:0px;
}

/* * html div#wrapper {width:960px;}  hack - only IE will see it */

table {
padding:0px;
margin:0px;
border-width:0px;
border-spacing:0px;
border-collapse:collapse;
vertical-align:top;
}

th {
font-weight:700;
vertical-align:top;
}

td {
font-weight:400;
vertical-align:top;
}

div {
margin:0px;
padding:0px;
}

p {
margin:0px 0px 10px 0px;
text-align:left;
}

img {
border:0px
}

ul {
list-style-position:outside;
padding-left:20px;
margin:10px 0px;
}

hr {
margin:12px 0px;
height:1px;
border-width:0;
color:#ccc;
background-color:#ccc
}

h1 {
font-size:18px;
font-weight:700;
margin:10px 0px;
}

h2 {
font-size:15px;
font-weight:700;
margin:10px 0px;
}


#wrapper {
background-color:#fff;
background-image:url("gfx/adminbackground.jpg");
margin:0px auto;
width:920px;
border-style:solid;
border-color:#ddd;
border-width:1px;
}


#content {
width:100%;
padding:0px;
margin:0px;
}

#header {
margin:10px;
}
 
#main {
margin:10px;
min-height:500px;
}

#footer {
font-size:11px;
text-align:center;
margin:20px 10px 10px 10px;
}


.greenbox {
background-image:url("gfx/greenboxbackground.jpg");
padding:20px;
margin:30px;
border:2px solid #000;
}


.menutable {
width:100%;
background-color:#c69431;
margin:10px 0px;
}

.menutable td {
width:130px;
height:20px;
background-image:url("gfx/navbar.png");
vertical-align: middle;
border-width:0px;
border-style:groove;
border-color:#aaa;
text-align:center;
color:#fff;
font-size:13px;
font-weight: 400;
font-family: Georgia,serif;
}

.menutable td.selectedmenu {
color:#333;
}

.menutable td a {
font-size:13px;
font-weight: 400;
font-family: Georgia,serif;
}

.menutable td a:link {color:#fefefe;}
.menutable td a:visited {color:#efefef;}
.menutable td a:hover {color:#fff;}

.menutable td:hover {
background-image:url("gfx/navbar_over.png");
color:#fff;
}

.menutable td.selectedmenu:hover {
background-image:url("gfx/navbar.png");
color:#333;
}

.portfoliotable {
width:800px;
margin:20px auto;
}

.portfoliotable td {
text-align:center;
padding:20px;
width:360px;
}

.portfoliotable td img {
margin-bottom: 8px;
}

.testimonials p {
font-size:13px;
margin:20px 0px;
}

.testimonials a {
font-size:13px;
}

.greenhead {
color:#005400;
font-size:24px;
}

.greenhead a {
font-size: 24px;
}

.greensubhead {
color:#005400;
font-size:18px;
text-decoration:underline;
font-style:italic;
font-weight:700;
padding-top:10px;
}

.floatleft {float:left;}
.floatright {float:right;}
.clearall {clear:both;}
.center {text-align:center;}
.promo {padding:20px 0px;font-weight:700;}
.clearbg {background-image:none;}
.marginspace {padding:5px;}





