body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #004679;
	margin: 0px;
}
#container {
	width:950px;
	margin: 0px auto;
	position:relative;
}
#content {
	padding: 10px;

}
#logo {
	position:absolute;
	top:10px;
	left:10px;
	z-index:-1;
}
#tel {
	position:absolute;
	top:15px;
	right:10px;
}
#header {
		padding:60px 0px 0px 0px;
}
#menu {
	background: #5CA532 url(images/menu-bg.gif) no-repeat left top;
	height:22px;
	margin:0px 0px 20px 180px;
	padding: 5px 0px 0px 50px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	display:inline;
	list-style-type:none;
	color:#FFF;
}
#menu ul li a {
	color:#FFF;
	padding: 0px 11px;
	text-decoration:none;
	font-weight:bold;
}
#menu ul li a:hover {
	text-decoration:underline;
}
#business {/*RIGHT COLUMN (ENQUIRY FORM)*/
	float: right;
	width: 25%;
	color: #FFFFFF;
	background-color: #0066B2;
	padding: 5px;
	font-size: 11px;
	margin: 110px 0px 0px 0px;	
}
h1 {
	font-size: 18px;
	color: #0066B2;
	font-weight: normal;
}
.inputbox {
	font-family: Arial;
	font-size: 12px;
	width: 95%;
}
.inputbutton {
	font-size: 12px;
	font-weight: bold;
	color: #006AAD;
}
#business h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#footer {
	background-image: url(images/footertile.gif);
	background-repeat: repeat-x;
	height: 55px;
	font-size: 11px;
	float: left;
	width: 100%;
}
.smalllogo {
	float: left;
}
#copyright {
	padding: 30px 5px 10px 5px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


h2 {
	font-size: 16px;
	font-weight: bold;
	color: #006AAD;
}

form {
	margin: 0px;
	padding: 0px;
}
#showcase img {
	padding: 20px 10px;
}
.printing {
	background-image: url(images/magazines.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding: 0px 0px 0px 200px;

}
a {
	color: #0084E6;
}
ul.list_item {
	float:left;
	margin-right:30px;
}
.grid-4 {
	width:25%;
	text-align:center;
}
.xcard {
	margin:10px 7px 0px 5px;
	width:165px;
	height:100px;
	overflow:hidden;
	border:solid 1px #999;
	text-align:center;
}
.xcard-v {
	margin:10px 20px 0px 20px;
	height:175px;
	overflow:hidden;
	border:solid 1px #999;
}
.verse {
	width:300px;
	height:240px;
	float:left;
	margin:10px 6px 0px 0px;
	background-color:#FFF;
	text-align:center;
	vertical-align:middle;
	padding:10px 0px;
	color:#000;
	font-size:11px;
}
img.folio {
	margin:10px 7px 0px 5px;
	border:solid 1px #999;
	text-align:center;
}
div.folio {
	margin:10px 8px 0px 8px;
	text-align:center;
	float:left;
}
.smalltxt {
	font-size:11px;
}
.clear
{
     clear: both;
     display: block;
     overflow: hidden;
     width: 0;
     height: 0;
}