@charset "utf-8";
/* CSS Document */

body{
	background:#7e0306 url(../images/red/bodyBg.jpg) repeat-y center;
	margin:0;
}

div.hold1{
	width:701px;
	margin:0 auto;	
}

div.topimg{
	width:701px;
	height:509px;
}
	div.topimg a{
		display:block;
		width:701px;
		height:509px;
		text-decoration:none;
		cursor:default;
		background:url(../images/red/topLightOff.jpg) no-repeat ;
	}
	div.topimg a:hover{
		background:url(../images/red/topLightOn.jpg) no-repeat;
	}
	
/*************************************************************************/
/*  This is for the stylsheet switharoo sourced from www.kelvinluck.com  */
/*************************************************************************/

div.stylechange{
	width:160px;
	height:20px;
	float:right;
	z-index:1000;
	position:relative;
	top:65px;
	right:5px;
}
	div.style1 a{
		float:left;
		display:block;
		width:18px;
		height:12px;
		background:#FFFFFF;
		cursor:pointer;
		margin:4px;
		text-decoration:none;
	}
		div.style1 a:hover{
			width:20px;
			height:14px;
			margin:3px;
			background:#FFFFFF;
		}
	div.style2 a{
		float:left;
		display:block;
		width:18px;
		height:12px;
		background:#828969;
		cursor:pointer;
		margin:4px;
		text-decoration:none;
	}
		div.style2 a:hover{
			width:20px;
			height:14px;
			margin:3px;
			background:#828969;
		}
	div.style3 a{
		float:left;
		display:block;
		width:18px;
		height:12px;
		background:#ff0202;
		cursor:pointer;
		margin:4px;
		text-decoration:none;
	}
		div.style3 a:hover{
			width:20px;
			height:14px;
			margin:3px;
			background:#ff0202;
		}
	span.beADesigner{
		display:block;
		color:#FFFFFF;
		font-family:Arial;
		font-size:10px;
		margin:4px 0 0 0;
	}
