* {
border:0;
margin:0;
padding:0;
text-decoration:none
}


/* TAGS */

body, td{
background:#000;
color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11.5px;
font: TradeGothic, Arial;
margin: 0px;
line-height: 2em;
}


a:link {
color:#FFFFFF;
text-decoration:underline;
}

a:active {
color:#FFFFFF;
text-decoration:underline;
}

a:hover {
color:#FFFFFF;
text-decoration:underline;
}

a:visited {
color:#FFFFFF;
text-decoration:underline;
}

/* IDS */



#content-holder {
position: absolute;
background-color:#000;
width:800px;
margin-left: -400px;
left:50%;
}


#colonial-logo {
height: 157px;
width: 261px;
background-color:#000;
}

#topwoodpanel {
height:75px;
width:539px;
background-image:url(images/wood.jpg);
background-repeat:no-repeat;
background-color:#000;
}


#waterpanel {
height: 56px;
width:539px;
background-image:url(images/water.jpg);
background-repeat:no-repeat;
background-color:#000;
}

#menu {
width:539px;
height: 26px;
background-color:#000;
}

#pagecontent {
width:800px;
height: 1000px;
background-color:#000;
background-image:url(images/logo_reflection.jpg);
background-repeat:no-repeat;
}

#header{
height: 157px;
width: 800px;
background-color:#000;
}

#leftText{
	padding-left:70px;
	padding-top:70px;
	width: 250px;
	
}

#rightPic{
margin-top:75px;
width:437px;
}

#footer{
margin-top:20px;
width: 800px;
}

#rightText{
	padding-top:70px;
	padding-right:50px;
	width: 285px;
}

#leftPic{
margin-top:70px;
width:373px;
}

#centerText{
	padding-top:10px;
	padding-left:70px;
	width: 700px;
	}
	
#centerTextLower{
	padding-top:0px;
	padding-left:87px;
	width: 700px;
	}
	
#columnLeft{
	padding-top:10px;
	padding-left:70px;
	width: 300px;
	}
	
#columnRight{
	padding-top:10px;
	padding-right:50px;
	width: 280px;
	}
	
#columnCenter{
	margin-top:50px;
	width: 80px;
	height: 400px;
	padding-right: 12px;
	border-right: #333333 1px solid;
	}
	
#columnCenterSizing{
	margin-top:50px;
	width: 80px;
	height: 750px;
	padding-right: 12px;
	background-color:#000000;
	}
	
#sizingtext{
	width:600px; 
	padding-left: 70px; 
	margin-top:-50px; 
	background-color:#000000; 
	float:left;
}
	
#singleline{
	padding-top:10px;
	margin-left: 70px;
	}
	
#smallText{
font-size: 11px;
}

#padding-left{
padding-left: 5px;
}

#whole-column{
width:660px; 
padding-left:70px;
padding-right:70px;
}

#left-column{
width:350px; 
padding-left:70px;
}

#price-left-column{
width:250px; 
padding-left:70px;
height: 100px;
padding-bottom: 20px;
}

#list-left-column{
width:380px; 
padding-left:70px;
height: 100px;
padding-bottom: 20px;
}

#price-right-column{
width:300px; 
padding-right: 50px;
}

#right-column{
width:350px; 
}

/* CLASSES */


.fallleft {
float:left;
width: 55%;
}

.floatright{
float: right;

}

.floatleft{
float: left;
}


.title {
font-weight:bold;
color: #FFF;
}

.question {
font-weight:bold;
color: #FFF;
}

.price {
font-weight:bold;
color: #FFF;
font-size: 13pt;
}

.white{
color:#FFF;
}

.bullet {
margin-left: 30px;
}

.btmspace{
padding-bottom: 10px;
}

/* FLOAT CLEAR FIX */

.clearfix:after, #centralcolumn div:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden
}

.clearfix, #centralcolumn div {
display:inline-table
}