﻿body 
{
    background-color:Black;
    font-family:Verdana;
}

/*master page*/
#container
{
    width:904px;
    /*min-height:500px; */
    text-align:left;
    margin-bottom:10px;
}

#header
{
    background:url('../img/top3.jpg') no-repeat; 
    width:904px; 
    height:165px;

}

.addressBlock {
	float:left; 
	color:white; 
	margin-left:10px;
	width:250px;
	font: 10pt arial;
	padding-top:60px;
	/*border:solid 1px green;*/
}

#right
{
    /*min-height:455px;
    height:auto !important;
    height:455px;    */
    float:right;
    width:755px; 
    background:url('../img/right.jpg') repeat-y;
}

#left
{
    width:149px; 
    /*min-height:500px; */
    float:left;
}

#left_bot
{
    background:url('../img/left_bot2.jpg') no-repeat; 
    height:227px;
}

#menu
{
    background:url('../img/left_menu2.jpg') repeat-y; 
    height:273px;
}

#menu ul
{
    padding:0px;
    margin:0px;
    margin-left:50px;
    list-style-type: none;
    width:85px;
}

#menu li
{
    
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;    
}

#menu li a
{
    color:#ccc;
    font: 10pt arial;
    text-decoration:none;
}

#menu li a:hover
{
    text-decoration:underline;
}

/*content*/
#content
{
    min-height:450px;
    height:auto !important;
    height:455px;
    width:720px;
    /*border:solid 1px blue;*/
    margin-top:10px;
    margin-left:10px;
    margin-right:0px;
    background-color:white;
    color:#666;
    font-family:Verdana;
}

#content p 
{
    line-height:20px; 
    font-size:10pt; 
}



/*footer items*/
#footer 
{
    font-family:arial; 
    font-size:11px; 
    text-align:center; 
    vertical-align:bottom;
    padding-top:7px;
    padding-bottom:10px;
	/*border:solid 1px green;*/
	width:98%;
}

.a1
{
    text-decoration:none;	
    color:#666666;
}
/*page specific*/
#pageTitle
{
    font:bold 24pt Verdana;
}

