﻿/* CSS Document */

/***********************************************/
/* 	CMS Style for Snap Bang			     */
/*   	By Folio1 Communications Pty Ltd	     */
/***********************************************/



body {
	font-family: Verdana, Arial, sans-serif;
	color: #464646;
	font-size: 14px;
	margin-top: 0;
	background-color: #FFF;
	padding: 0 0 5px 0;
}
 
 

#main-container {
	margin: 120px auto;  /* required to override text-align:center; in the BODY tag rule (for IE to centre) */
	width:337px;
	/*min-width:819px;*/
	background-color: #FFFFFF;
	border: 7px solid #fff;
	padding: 0;
      background: URL("-") no-repeat;
	text-align: center;
}


#content-wrapper {
	padding: 0;
	width: 100%;
	margin: 140px 0 0 0 ;
	height: 230px;
	text-align:center;
}
#content-wrapper p {
	text-align:center;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
}


p p,
em {
	margin: 0;
	padding: 0;
}

#content-wrapper a{
	color: #CC3300;
	text-decoration: none;
}
#content-wrapper a:hover{
	color: #464646;
	text-decoration: none;
	
}

#menuHolder{


}