﻿/* 1 HEADER */

.header {
	background-image: url(images/bg-photo.gif);
	padding-top: 1px;  
	background-repeat: repeat-x ;
	width: auto;
	height: 60px;
    margin-right: auto;
    margin-left: auto;

}
.nav {

	padding-top: 5px; 
    margin-right: auto;
    margin-left: auto;
	width: 780px;

}


#body
{
    width: 790px;
    margin-top: 3px;
    margin-right: auto;
    margin-left: auto;
    position: relative; 
	float:left;
}

.fullwidth 
{
    border: 1px solid #FFF;
    width: 790px;
    /*height: 700px;
	
 
    margin-right: auto;
    margin-left: auto;   */
	float:left;
    background: #ffffff  repeat-y; 
	
    margin-bottom: 5px;  
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 5px;
	
    padding-bottom: 5px;  
    text-align: left;
}

/* 2 column layout */
#rowtop
{
    width: 780px;
    height: 273px;
    vertical-align: top;
    /*position: relative; */
}
.bannertopleft
{
    float: left;
    width: 550px;
    height: 350px;
    border: 1px solid #FFFFFF;
    /*
    padding: 15px;
    margin-bottom: 10px;
    */
    padding-bottom: 10px; 
	
    background:  url(images/bg1.jpg) repeat-y;
    vertical-align: top;
	
}

 .bannertopright
{
    float: right;
    width: 190px;
    /*height: 273px;*/
	
    border: 1px solid #cecece;
    /*
    padding: 15px;
    margin-bottom: 10px;
    */
    
    background: url(images/background_fullwidth.jpg) repeat-y;
    vertical-align: top;
	
}

/* bottom properties */
#rowbottom
{
    width: 780px;
    height: 350px;
    vertical-align: top;
	padding-top: 5px;
    /*position: relative; */
	
}

.rowbottomleft
{
    float: left;
    width: 550px;
    /* height: 200px;*/
	
    border: 1px solid #CECECE;
    /*
    padding: 15px;
    margin-bottom: 10px;
    */
	
    padding-bottom:15px;
	
    background: #FFF url(images/bg1.jpg) repeat-x;
    vertical-align: top;
}

 .rowbottomright
{
    float: right;
    width: 190px;
    /*height: 273px;*/
	
    border: 1px solid #ffffff;
    /*
    padding: 15px;
    margin-bottom: 10px;
    */
    padding-left:20px;
    background: url(images/background_fullwidth.jpg) repeat-y;
    vertical-align: top;
	
}




.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}



/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #cecece;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right; 
       
}


#footer					/* no border */
{
	margin-right: auto;
    margin-left: auto;
    height: 50px;
    background-position:bottom;
    t
 	font: 8pt arial, verdana, helvetica,  sans-serif; 
	text-transform: none; 
	color: #fff; 
	text-decoration: none 
	border-right: white 1px solid;

	border-top: white 1px solid;
 
	border-left: white 1px solid;
	
	border-bottom: white 1px solid;
	background-color: #000; 
	text-align: center;

}



.sect {
	PADDING-RIGHT: 20px;
	PADDING-LEFT: 5px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 0px;
	LINE-HEIGHT: 18px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: left;
}






