@charset "utf-8";
/* CSS Document */

#body {

	margin-top: 20px;
}

#wrapper {
	
	width: 730px;
	height: 600px;
	background: none;
	
}


/*Lefthand side of page goes here*/
#leftcol {
	
	float: left;
	width: 440px;
	height: 470px;
	text-align: left;
	
	
}

#lefttop {
	padding-top: 4px;
	
	width: 440px;
	height: 5px;
	background-image:url(../Assets/images/flashkback.png);
	
}
#leftnav {
	
	padding-top: 2px;
	width: 440px;
	height: 124px;
	
	
}

#leftbottom {
	padding-left: 10px;
	padding-top: 10px;
	
	width: 430px;
	height: 325px;
	background-image:url(../Assets/images/mockback.png);
}

#leftbottomcont {
	align: center;
	width: 420px;
	height:300px;
	font-family:Helvetica, sans-serif;
	
	color: #fff;
}

#leftbottomhome {
	width: 420px;
	height: 30px;
	text-align: right;
}

#leftbottomhome a, #leftbottomhome a:link, #leftbottomhome a:visited {
	font-family:Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
}

#leftbottomhome a:hover {
	font-family:Helvetica, sans-serif;
	color:#FFFF00;
	font-weight: bold;
}




/*right hand side of page goes here*/
#rightcol {

	
	float: right;
	width: 266px;
	height: 470px;
	text-align: left;
}

#righttop {
	width: 266px;
	height: 200px;
	
}

#rightbottom {
	text-align:left;
	width: 266px;
	height: 270px;
	background-image:url(../Assets/images/newsback.png);
	background-repeat:no-repeat;
	background-position: left;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	margin-right: 4px;
	text-indent: 4px;
	color: #fff;
	font-weight: bold;
	
	
}

#rightbottomcont {
	width: 250px;
}

/*footer content*/

#footer {
	
	clear:both;
	width: 730px;
	height: 25px;
	
	padding-top: 11px;
	color: #fff;
	

	background-image: url(../Assets/images/footerback.png);
	
}

#footer a, #footer a:link, #footer a:visited {
	font-family:Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}

#footer a:hover {
	font-family:Helvetica, sans-serif;
	color:#FFFF00;
	font-weight: bold;
}
	

