/*******************************************************
TITLE: Fixed One-Column Layout (Basic) V1.0 (Beta)
DATE: 20060418
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {


height:100%;
background-color:#ffffff;
background-image: url('../images/excelSiteTile.jpg');
color:#000000;  
text-align:center;
font-family: Helvetica, Arial,sans-serif;
font-size:.8em;
}

a {
color:#cc0000;
text-decoration:underline;
}

a:hover {
color:#cccccc;
text-decoration:none;
}


.photo {
text-align:center;
width:175px;
height:200px;
background-color:#ffffff;

}


#wrapper { 	
margin:0 auto;
padding:0px;
width:760px;
background-image: repeat-y;
background-image: url('../images/tapeCenter.jpg');
vertical-align: middle;	
background-color: #CCCCCC;

}

.row {
position:relative;
width:673px;
height:400px;
display:block;
margin:1em ;
}

#centerColumn { 
position:relative;
margin:0 auto;
padding:0px;
width:700px;
height:950px;
text-align:left;
vertical-align: middle;	
background-color: #ffffff;
background-image: url('../images/flames.jpg');
background-position: bottom right;
background-repeat: no-repeat;


}

.leftColumn { 
position:relative;
float:left;
top:120px;
margin-left:0px;
padding:0px 10px 0px 10px;
width:200px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;

}

.middleColumn { 
position:relative;
float:left;
top:120px;
margin-right:0px;
padding:0px 10px 0px 10px;
width:200px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;

}


.rightColumn { 
	
position:relative;
float:left;
top:120px;
margin-right:0px;
padding:0px 10px 0px 10px;
width:200px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;

}



#topFrame{
background-image: url('../images/tapeTop.jpg');
margin:0 auto;
margin-bottom:0;
width:760px;
height:37px;
background-color:#cccccc;
}



#bottomFrame{
background-image: url('../images/tapeBottom.jpg');
margin:0 auto;
width:760px;
height:38px;
background-color:#cccccc;
}

#centerColumn h1 {
font-weight:900;
color:#FF6600;
margin:0 0 0 0;
padding:.75em 0 0 0;
font-size:1.1em;

}

#centerColumn h2 {
color:#333333;
font-size:.9em;
margin:0px 0 20px 0;
}

#header {
position:absolute;
z-index: 3;
margin:0 0 0 0;
padding:0 0 0 0;

background-color: transparent;

}



