#main {
	width:980px;
	position:relative;
	left:50%;
	margin-left:-490px;
	background-color: #FFFFFF;
}
#header { 
	height:95px;
}
#header, 
#content, 
#footer { 
	font-size:0.75em;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

/*======= index.html =======*/
#page1 #main { background-image:url(images/splash-bg.jpg);}

/*======= index-1.html =======*/
#page2 #main { background-image:url(images/body-bg1.jpg);}

/*======= index-2.html =======*/
#page3 #main { background-image:url(images/body-bg2.jpg);}

/*======= index-7.html =======*/
#page8 #main { background-image:url(images/body-bg3.jpg);}


/*=========================*/


#footer { 
	height:117px;
}


#slider	{height:500px;margin-top:52px;}
#nextBtn a, #prevBtn a	{position:absolute;left:24px;background:url(images/prev.png);width:235px;height:45px;display:block;}
#nextBtn a		{bottom:72px;background-image:url(images/next.png)}


form p						{margin-bottom:10px;}
label							{width:100px;display:inline-block;}
input							{height:1.3em;}
input, textarea			{width:250px;border:1px solid #FFF;}
.error						{background-color:#900;}
#btn							{height:2em;background-color:white;font-weight:bold;}

.imageLarge img			{height:620px;width:auto;}
