body {
	margin:0;
	padding:0;
	width:980px;
	margin: 0 auto;
	background: url(/media/images/_core/site/background.png) center repeat-y;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	 font: 100% Tahoma, Geneva, sans-serif;

}

h1, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}

h2 {
	font-size: 16px;
	text-align:center;
	margin-bottom: 17px;
	padding-bottom:3px;
	border-bottom: 3px solid #FF3300;
}

p {
	margin:0;
	padding:0;
}

#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	
}
#header p {}
#header h1  {}
#header h2  {}
#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 */
			/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:206px;
	font-size: 13px;
		/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-393px;
		/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 9px 0 402px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;

	background: url(/media/images/_core/site/fon.png)  0% 100px  repeat-y transparent;
	
}
#col2 {
	float:left;
	width:196px;
	position:relative;
	margin-left:-50%;
	left:196px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
#col3 {
	float:left;
	width:177px;
	position:relative;
	left:0px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	 font-style: italic;
	font-weight: bold;
}

#col3  p {
text-align:left;
}

#footer {
	clear:both;
	float:left;
	width:100%;
	padding:20px 0 0 0;
	margin:0;
	/*border-top:1px solid #000;*/
	text-align:justify;
text-indent:400px;
}
#footer p {
	padding:.5em 15px;
}




a{
text-decoration:none;}
a:link {color: #000000}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color:#6699FF;}   /* mouse over link */
a:active {color: #FF3333}   /* selected link */
























