/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
	margin: 0 0 11px 0;
	color: #333;
}

ul {
	margin: 0 0 0 25px;
}

li {
	padding: 7px 0;	
}

p.beige {
	margin:0; padding: 3px 5px; background:#ddd; color: 000; font-size: 13px; font-weight:bold;
	}
#wrapper { 
 background:url(resources/background.png) top center no-repeat;
 margin: 0 auto;
 width: 952px;
 min-height:700px;
}
#leftcolumn { 
 color: #333;
 /*border: 1px solid #ccc;
 background: #E7DBD5;*/
 margin: 650px 5px 10px 0px;
 padding: 0px;
 /*height: 500px;*/
 width: 456px;
 float: left;
 min-height:400px;
}

#left-container {
 width: 355px;
 margin-left: 75px;
}
#rightcolumn { 
 float: right;
 color: #333;
 /* border: 1px solid #ccc;
 background: #F2F2E6;*/
 margin: 10px 0px 10px 15px;
 padding: 10px;
 /*height: 500px;*/
 width: 436px;
 display: inline;
 position: relative;
}

h2#prizes {
	margin: 15px 0 27px 35px;
	font-size: 29px;
	color: #9f9f9f;
	line-height:45px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;


}

h2#winners {
	margin: 85px 0 0 35px;
	font-size: 19px;
	color: #000;
	line-height:19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

	p.heading {
		color: #0075bf;
		font-size:33px;
		text-transform:lowercase;

		font-weight:normal;
		margin-top:45px;
		margin-bottom:15px;
	}
	
blockquote {padding-left: 30px;}
	blockquote blockquote {}
	blockquote em {}


a img {border: 0;
margin-bottom:21px;}

#footer {
	clear: both;
	font-style: italic;
	color: #555;
	font-size: 10px;
	
	}
#footer a {
	font-style: normal;
	color: #5F97B1;
	}
#footer .copyright {
	display: inline;
	float: left;	
	margin-right: 9px;
	}
	
.notice {
	color:#0075bf;
	font-weight:bold;
	font-size:17px;
}

.alignright {
	float: right;
	margin: 0 3px 7px 7px;
	

}

