#clr{
	clear:both;
	}
h1 {
	text-align:left;
	line-height:.5em;
	}
	
	
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	.tmp_header {
		clear:both;
		float:left;
		width:100%;
	}
	.tmp_header {
		border-top:1px solid #939392;
		border-bottom:1px solid #939392;
		background-color:#DBDB9A;
	}
	.tmp_header p,
	.tmp_header h1,
	.tmp_header h2 {
		padding:.4em 15px .4em 1em;
		margin:0;
	}
	.tmp_header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	.tmp_header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	.tmp_header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	.tmp_header ul li a:hover {
		background:#369;
		color:#fff;
	}
	.tmp_header ul li a.active,
	.tmp_header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	.tmp_header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#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 */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		padding-bottom:5px;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.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;
	}
	/* 3 Column settings */
	.threecol {
		/*background:#fff;*/
		/*background:#dbdbbe;*/		/* right column background colour */
	}
	.threecol .colmid {
		right:33%;			/* width of the right column */
		/*background:#fff;	*/	/* center column background colour */
	}
	.threecol .colleft {
		right:34%;			/* width of the middle column */
		/*background:#fff;*/
		/*background:#dbdbbe;*/	/* left column background colour */
	}
	.threecol .col1 {
		width:30%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
		
	}
	.threecol .col2 {
		width:29%;			/* Width of left column content (column width minus padding on either side) */
		left:38%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
		
	}
	.threecol .col3 {
		width:29%;			/* Width of right column content (column width minus padding on either side) */
		left:79%;			/* 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:1px solid #000;
		background-color:#DBDB9A;
		padding-top:1.5em;
		padding-bottom:1.5em;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/* --> */
	form {
		width:100%;
		}
	form select{
		width:76%;
		margin-left:auto;
		margin-right:auto;
		font-size:.9em;
		text-align:center;
		background-color:#DBDB9A;
	}
	form h2{
		text-align:left;
		padding-left:.6em;
		padding-bottom:.3em;
		}
	form p{
		text-align:left;
		font-size:.8em;
		line-height:.9em;
		font-weight:normal;
		font-family:trebuchet 'ms', arial, sans-serif;
		color:#000;
		/*color:#6b6b6a;*/
		/*padding-left:12%;
		padding-right:12%;*/
		padding-left:1.5em;
		padding-right:1.5em;
		}
	
	.voting {
		/*background-color:#fff;*/
		}
		
	.voting p {
		text-align:center;
		display:block;
		height:20px;
		font-weight:bold;
		}
	.voting .thumbs {
		float:left;
		width:16%;
		padding-left:1.8%;
		padding-right:1.8%
	}
	.voting hr {
		width:90%;
		margin-left:auto;
		margin-right:auto;
		border:1px solid #C0C0C0;
	}
	.voting img {
		border:1px solid #C0C0C0;
		padding:2px;
	}
	
