@charset "utf-8";
	/*  */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		min-width:600px;  /* Minimum width of layout - remove line if not required */
		background:#fff;		
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	
	a {
	color:#AE0619;
	}
#header #layoutdims a {

}

	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
a:hover {
	color: #B3061A;
	text-decoration: none;
}

	h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	}
	h6 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-style: italic;
	}
		p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
	clear:both;
	float:left;
	width:100%;
	min-width:600px;
	background-color: #3D3531;
	background-image: url(images/Bk_Grad.png);
	background-repeat: repeat-x;
	}
	#logopete {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	top: 5px;
	background-color: #F39;
	left: -200px;
	clear: both;
	margin-left: 100%;
    }
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	background-color: #100E0D;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B00619;
	border-right-color: #B00619;
	border-bottom-color: #B00619;
	border-left-color: #B00619;
	}
	#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	}
	#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #100E0D;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B00619;
	border-right-color: #B00619;
	border-bottom-color: #B00619;
	border-left-color: #B00619;
	}
	#header ul li a:hover {
	color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
	clear:both;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #100E0D;
	font-weight: bold;
	width: 97%;
	text-indent: 2%;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin: 0;
	}
#header #layoutdims {
	float: left;
	background-color: #100E0D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFF;
	text-align: left;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 0px;
}

	/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;	/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color: #100E0D;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
	background-color: #100E0B;
	border: thin none #000;
	}
	.col1,
	.col2,
	.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	background-color: #100E0D;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	}
	/* 3 Column settings */
	.threecol {
	background-color: #100E0D;
	}
	.threecol .colmid {
	right:25%;		/* center column background colour */
	background-color: #100E0D;
	}
	.threecol .colleft {
	right:50%;	/* left column background colour */
	background-color: #100E0D;
	}
	.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	background-color: #100E0D;
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}

	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	border-top-width: 2px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B00619;
	border-bottom-color: #B00619;
	}

	#footer p {
	padding:10px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #100E0D;
	font-weight: bold;
	font-size: 80%;
	}
	/*  */
	
   
#header #layoutdims a {
	color: #FFF;
	background-color: #100E0D;
}
a:link {
	color: #FFF;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #B3061A;
}

	.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
}
	.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
}
	.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
}
	.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
}
	.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
}
	.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
}
	.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
}
	.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
}
    
    
    
    
    
    
    
    .p.i {
	font-style: italic;
}
    
.colmask.threecol .colmid .colleft .col1 p.i {
	font-style: italic;
}
h7 {
	font-style: italic;
	color: #FFF;
}
    
h8 {
	font-style: italic;
	font-weight: bold;
}
