
/* Classic City Ortodontics Under Armour */

body 
{
	background-color:Black;
	color:White;
	font-family:Lucida Grande, Verdana, Sans-Serif;
	font-size:11px;
}
a
{
	color:White;
	text-decoration:none;
}
a:hover
{
	color:White;
	text-decoration:underline;
}
span
{
	display:block;
}


.headerDiv
{
	margin:auto auto 10px auto;
	height:90px;
}
.middleDiv
{
	margin:auto auto 10px auto;
	height:347px;
}
.footerDiv
{
	margin:auto auto 20px auto;
}
.footerDivsWidth
{
	width:272px;
	padding: 0 10px 0 40px;
}

.defaultWidth
{
	width:1000px;
}
.border
{
	border:solid 0px white;
}
.floatLeft
{
	float:left;
}
.displayBlock
{
	display:block;
}
.clearBoth
{
	clear:both;
}


