﻿
body {
	font-size: 12px;
	font-family: verdana;
	color: black;		
	background-color: #000000;
	padding-top: 0px;
	margin-top: 0px;

	
}


#outer {
	/* position: relative; */
	/* Overall web page Size */
    width: 950px;
 	margin: auto;  
	

}

#header

{
    height: 140px;
    background: url('../Images/top.gif') no-repeat center 0px;
    font-size:14px;
	font-family:"Century Gothic", Verdana, Arial;
	font-weight:bold;

	}


#midsection
{
    margin-left: 19px;
    margin-right: 21px;
    background: url(../Images/background.gif) no-repeat 0px 0px;
        background-color:#2b2b2b;
                color: #f5f5f5;
}

#menu

{ height:290px;
  width: 220px;
  background-color:#000000;
  border-left: #a28e46 solid 1px;
  border-bottom: #a28e46 solid 1px;
  text-align:left;
}

#content
{
    width: 900px;
    min-height: 650px;
    height: auto !important;
    height: 650px;
    padding-left: 10px;
    font-size: 11px;
    font-family: "Century Gothic" , Verdana, Arial;
    font-weight: bold;
    color: #f5f5f5;
    padding-top:1px;
    padding-bottom:15px;

}

#address

{
  padding-top: 25px;
	text-align:left;
	font-size:11px;
	font-family:"Century Gothic", Verdana, Arial;
	font-weight:bold;
	color: #dad96f;
	line-height: 14px;
	padding-right:5px;
	
}

#footer
{
    
    text-align: right;
    font-size: 11px;
    font-family: "Century Gothic" , Verdana, Arial;
    font-weight: bold;
    color: #a0a168;
    line-height: 14px;
    margin-right:21px;
}

.projecttitle
{
    text-align: right; font-family: Century Gothic, Verdana, Arial; font-size: 16px;
                        font-weight: bold; font-style: italic;
    }

.projectaddress
{
    text-align: right; font-family: Century Gothic, Verdana, Arial; font-size: 10px; color: #555555; padding-bottom:5px;
    }
    
.projectinformation
{
    font-family: Century Gothic, Verdana, Arial; font-size: 12px; padding-left:10px;
    }   
    
#paneladmin
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	color: #000000;
	background-color: #ffffcc;
	width: 570px;
}	

.imageborder

{
    border: 3px solid #000000;
    }
