/*
CSS
Author: Cristian Bosch
Client: Nortshide Piers
Date: 04/14/2008
*/

/*---------------------------------body---*/
*{
    margin: 0px;
    padding: 0px;
}


body {
	text-align: center;
	background-color:#3a3a3a;
	background-image: url(../assets_img/tile.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	margin:0 auto;
	width:900px; 
}

/*---------------------------------header---*/
#header { 
	width:900px;
	text-align: left;
}

#logo{
	width:900px;
	height: 110px;
}


/*---------------------------------banner---*/
#banner{ 
	width:900px;
	height: 400px;
	text-align: left;
	background: #141414;
	border-top:5px solid #a80053;
}


/*---------------------------------main---*/
#main{ 
	width:900px;
	text-align: left;
	background: #141414;
	
}

#topmargin{ 
	width:900px;
	height: 15px;
	border-bottom:1px solid #000;
	background: #141414;
}

#topmargin_inner{ 
	width:900px;
	height: 30px;
	border-bottom:1px solid #000;
	background: #141414;
	
	
}

#content{ 
	width:900px;
	
}


/*------------------Asymetrical 3 column set*/
.leftCol{
width:125px;
}

.centerCol{
width:500px;

}

.rightCol{
width:260px;
}


/*------------------------------2 column set*/
.leftCol-B{
width:640px;
padding: 0 0 60px 0;
}

.rightCol-B{
width:250px;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

.Col450{
width:410px;
padding: 30px 0 30px 25px;
}



.leftCol-Map{
width:640px;
padding: 0 0 0 0;
margin: 0 0 0 15px;
}

.rightCol-Map{
width:200px;
padding: 0 0 0 0;
margin: 0 0 0 0;
}




/*-------------------Symetrical 3 Column set*/
.sideCol-C{
width:200px;
}

.centerCol-C{
width:500px;
padding: 0 0 60px 0;
}

.floorplan{ height:620px;}

/*---------------------------------footer---*/
#footer{ 
	width:900px;
	height: 40px;
	text-align: left;
	padding-top:10px;
	border-top:1px solid #595959;
}

.footer-margin{ margin-right:20px;}


/*---------------------------------miscellaneous---*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.t-right{text-align:right;}
.center{ margin: 0 auto;}
