/* 	[Project name] Styles
   	Updated: 	[last updated by [name] at [include time and date]]
   	Author: 	[Original Creator]
   	----------------------------------------------------*/

	
body, html {
			padding: 0;
			margin: 0;
			height: 99.92%;
			background-color: #FFFFFF;
			color: #000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 18px;
			}
				
#flash 		{
			width: 100%;
			height: 100%;
			/*min-width: 100%;
			min-height: 100%;*/
			padding:0px;
			margin-right:auto;
			margin-left:auto;
}
body{
	background:url(../images/pageBG.jpg) repeat-x;
}
#home h1.noFlashTitle{
	background-image:url(../images/logo_title.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:39px;
	width:200px;
	margin: 0 auto;
	display:block;
}
#home #noflash{
	width:600px;
	margin: 0 auto;
	padding-top:100px;
}
#home #noflash .photoBox{
	float:left;
	width:600px;
	text-align:left;
}
#home #noflash .photoBox img{
	float:left;
	border:10px solid #FFFFFF;
	margin-right:20px;
	display:inline;
}
.photoBox h1{
	font-size: 18px;
	color:#FF5115;
}
.clear{
	height:20px;
	clear:both;
}

