/* ©2006 Ten Foot Studios www.tenfootstudios.com */

html, body {
	margin: 0; padding: 0;
	background-image:url(../images/backBig.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #EAEDF2;
	
}
a:link {
	color: #238713;
}
a:visited {
	color: #073703;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C2E19;
	line-height: 18px;
}

ul {
	padding-left: 20px;
}

/* font styles */
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C2E19;
	background-color:inherit;
	line-height: 16px;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
}

.title {
	color: #2C2E19;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
}


.title a:link {color:#2C2E19; text-decoration:none;}
.title a:hover {color:#2C2E19; text-decoration:underline;}
.title a:active {color:#2C2E19; text-decoration:none;}
.title a:visited {color:#2C2E19; text-decoration:none;}
	

.bigger {
	
	font-size: 14px;
}

/* layout justification and stuff */

.photoright {
	float: right;
	padding-left: 20px;
	
}

.photoleft {
	float: left;
	padding-right: 20px;
}



/* layout div */

.hidden {
	display: none;
}


#page-container {
	width: 780px;
	margin: auto;
	background-image:url(../images/backTile.jpg);
	background-repeat: repeat-y;
	
}
/* IE 3px top margin fix */
* html div#sponsors {margin-top: -3px;}

#header {
	height: 400px;
}

#sidebar-main {
	
	float: left;
	width: 336px;
	padding-left: 10px;
}

#content-main {
	margin-left: 346px;
	margin-right: 50px;
	padding-top: 25px;

	
}

#content-inside {
	margin-right: 310px;
	margin-left: 50px;
	padding-top: 25px;
}

#content-contest {
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 25px;
}

#sidebar-inside {
	float: right;
	width: 240px;
	margin-top: 25px;
	padding-right: 50px;
}

#footer {
	height: 137px;
	clear: both;
	margin-left: 10px;
}
		

#middle {
background-image:url(../images/backnew.jpg);
background-repeat: no-repeat;
background-position:top;

}



