 /* General styles */

*{
	font-size:100%;
	margin:0;
	-webkit-text-size-adjust:none
}

body,table,td{
	padding:0;
	border-collapse:collapse;
	vertical-align:top;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

body {
	margin:0;
	padding:0;
	border:0;	    /* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	color: #484543;
	font-size: 75%;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}

#header #header_01 {
	margin: 0;
	border: 0;
	padding: 0;
	width: 393px;
	height: 155px;
}

#header #header_02 {
	margin: 0;
	border: 0;
	padding: 0;
	width: 507px;
	height: 155px;
}

/*  
#layoutdims {
clear:both;
background:#eee;
border-top:4px solid #000;
margin:0;
padding:6px 15px !important;
text-align:right;
}
*/
/* Column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-200px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#fff;    	/* Centre column background colour */
}

.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left: 453px;         	/* Left column width + right column width */
}

.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right: 253px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
 }

.holygrail .col1 {
	margin: 0 190px 0 260px;     	/* Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}
.holygrail .col2 {
	float:left;
	float:right;		/* This overrides the float:left above */
	width:253px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:0px;         	/* Width of the left-hand side padding on the left column */
}
.holygrail .col3 {
	float:left;
	float:right;		/* This overrides the float:left above */
	width: 188px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right: 0px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	text-align: right;
}

table#fronttable{
	border: 0px solid #7b740c; 
	margin: 0 auto;
	border-right: 0px solid #7b740c; 
	border-bottom: 0px solid #7b740c; 
}

table#fronttable td.filler{
	/* background: #7b740c; */
	background: none;
}

#main_footer {
	z-index:3;
	position:absolute;
	top:1000px; 
	right:0;
	width:800px; 
	height:103px;
	background:url(images/main_footer.jpg);
	background-repeat: no-repeat;
}

#outer {
	z-index:3;
	position:absolute;
	top:600px;
	width:99%;
}

#lexx {
	background:url(images/bg.jpg); 
	height:335px;
	z-index:4; 
	width:788px;
	margin: 0 auto;
	position:relative;
}

#frame_table {
	width:100%; 
	margin: 0 auto;	
}

#frontal_text {
	margin:0;
	padding:0;
	z-index:5; 
	margin-top: 65px;
	margin-left: 10px;
	color: #484543;
	font-weight: bold;
	font-size: 95%;
}

#frontal_text p {
	padding: 0;
	margin: 0;
	margin-top: 8px;
}

#frontal_title {
	z-index:5; 
	position:absolute; 
	top:60px; 
	left:50px; 
	width:286px;
	height:74px; 
	background:url(images/front_title.gif);
}
