/*
Website coded by Lawrence Chan 
http://www.tofurious.com - Tofurious
http://www.furiousphotographers.com - Furious Photographers

Design inspiration by BluDomain
http://www.bludomain.com
*/

body
{
	background: #000 /*color of background #000 is black*/ url('../images/bg.jpg') no-repeat center top;	
	margin: 0px auto;
	width: 1000px;
	font-family: Courier New, Courier, Arial; /*font family*/
	font-size: 14px; 
	color: #888;
}

#header
{	
	margin-top: 20px;
	height: 120px;
	width: 1000px;
	text-align: center;
	float: left;
}

#splash
{	
	height: 250px;
	width: 1000px;
	text-align: center;
	float: left;
}

.sp
{
	width: 333px;
	float: left;
}

#footer
{
	clear: both;
	width: 1000px;
	height: auto;
	text-align: center;
	float: none;
}

#terms
{
	width: 1000px;
	visibility: visible;
	height: 50px;
}

a, a:hover, a:visited
{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 14px;
}

#header h1
{
	color: #fff; /*color of Ashli*/
	font-size: 24px; /*Size of Ashli*/
	font-family: Courier New, Courier, Arial; /*Ashli font family*/
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#header h2
{
	color: #e87800; /*color of Photography*/
	font-size: 16px; /*size of Photography*/
	font-family: Courier New, Courier, Arial; /*Photography font family*/
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.portal
{
	/*delete the line below (background: url...) if you do not like the frame around the splash image*/
	background: url('../images/frame.png') center no-repeat; 
	height: 190px;
	padding-top: 30px;
}

.portalLink
{
	color: #fff !important; /*color of splash page link*/
	font-size: 12px; /*size of splash page link*/
}

.getFlashLink
{
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.nodec {text-decoration: none !important; border: none !important;
	

