/* -------------------------------------------------*/
/* Site 	:	brucelow.com						*/
/* Created 	: 	August 2006							*/
/* Author	:   David Smith 						*/
/* Agency   : 	http://www.clownmedia.com			*/



a:link {
	color: #999999;
	text-decoration: none;
}
a:active{
	color: #999999;
	text-decoration: none;
}
a:visited{
	color: #999999;
	text-decoration: none;
}
a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

a {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	*/
	color: #999999;
	text-decoration: none;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.title2 {
	font-size: 18px;
	font-weight: bolder;

}

/*#footer
{
	font-size: 10px;
	display: block;
	clear: both;
	margin: 0;
	position: relative;
}
.copyright{
	margin-right: 0px;
}
.siteby{
	margin-left: 0px;
}
*/


/*----------------------------------------------------------------*/
/* Aligning the bottem text for copyright and clownmedia's link   */
/*----------------------------------------------------------------*/


div.top{
	margin: 0;
	font-size: 10px;
	text-align: right;
	padding: 0;
	color: #CCCCCC;
}
div.top div{
	display:inline;
	white-space:nowrap;
}
div.top div.left{
	float:left;
}


#content>div.top{
	display:table;
	width:100%;
}
#content>div.top div{
	display:table-cell;
}
#content>div.top div.left{
	float:none;
	text-align:left;
}
#content>div.top div.right{
	text-align:right;
} 


/*----------------------------------------------------------------*/
/* End the bottem text for copyright and clownmedia's link        */
/*----------------------------------------------------------------*/

