body{
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-image:url('/images/page_bg.gif');
	background-color:#c2c8d6;
	}

#container{ 
    width:769px;
    margin:auto;
    }

.tblDropDown{    
    position:absolute;
    display:none;
    background-color:#ffffff;
    color:Black;
    font-weight:bold;   
    width:106px; 
    }

.dd_cell, .dd_cell_hover{    
    list-style-type:none;    
    height:17px;
    border-bottom:solid 1px ;     
    }

.dd_cell_hover{
    background-color:#9EADCA; 
    background-image:url('/images/dropdown.gif');
    }

.dd_listitem{
    font-family:Verdana;
    display:block;
    text-align:left;
    font-size:10px;
    color:#000;
    font-size:10px;
    text-decoration:none;
    padding:2px 0 0 5px;
    }

#divMiddle
{
    background-color:#ADB8C9;
    border-color:#000;
    border-style:solid;
    border-width:0 0 0 3px;
}

#divLeft
{
    float:right;
    min-height:568px;
    width:166px;
    text-align:left;
    padding-left:17px;
}

#divRight
{
    float:right; 
    width:578px;
    min-height:568px;
    height:auto !important;  
    height:568px;
    color:#333;
    background-color:#ffffff;    
    border-right:solid 2px #000000;
    border-left:solid 3px #000000;
}

#contentTitle{
    margin:0;
    padding:0;
    background-color:#000;
    height:35px;
    }

.leftphotos
{
    height:150px;
    width:150px;
    text-align:left;
    border-width:1px;
    border-style:solid;
    margin-top:4px;
}

#contentBox{
    font-family:Verdana;
    font-size:10pt;
    text-align:left;
    margin:22px;
    border:0px;
    }

#contentBox a:hover{
  text-decoration:none;
  color:#ddd;
    }

#footer{   
    clear:both;
    font-family:Verdana;
    height:16px;
    padding-left:30px;    
    font-size:11px;	
	background-image:url('/images/footer.gif');
	width:739px;
    }

#footer a{  
    color:Black;
    text-decoration:underline;  
    font-size:10px;
}


/** admin pages style**/
.admin_nav_header {
	font-weight: bold; 
	font-size: 13pt; 
	font-family: arial;
	padding-top:10px;
	padding-bottom:10px;
}
.admin_nav_item {
	font-size: 10pt; 
	font-family: arial;
	padding-left:20px;
	font-weight:bold; 
	color:#333333;
}

a.admin_nav_item 
{
   font-size: 10pt; 
	font-family: arial; 
	color:#333333;
	text-decoration:underline;
	font-weight:bold; 
}

