/**
* file: base.css
* author: Yuli Mitsner
* date: July 19, 2004
* description:
*	Describes the main content of the page.
*/

#base_container 
{
}

#base_over_header
{
	width: 840px;
	height: 70px;
	color: #000;
	margin-bottom: 10px;
}

	#base_over_header a {
		color: #FFF;
		text-decoration: none;
	}
	#base_over_header a:hover {
		text-decoration: underline;
	}
	#base_over_header h1 {
		width: 300px;
		height: 70px;
		position: relative;
	}
	#base_over_header h1 span {
		background: url(../images/common/site_header.jpg) top center no-repeat;
		position: absolute;
		width: 100%;
		height: 100%;
	}

#base_header 
{
	width: 840px;
	background: url(../images/common/header_bg.jpg) top center repeat-y;
}

	#base_header img {
	}
	#base_header a img
	{
		border: 1px solid black;
	}
	#base_header a:hover img {
		border: 1px solid #A73E3E;
	}

#base_top 
{
	width: 840px;
	height: 18px;
	background: url(../images/common/header_header.jpg) bottom center no-repeat;
	padding-bottom: 20px;
}
	
	#base_top ul
	{
		float: left;
		list-style: none;
		margin-left: 40px;
	}
	#base_top ul li
	{
		display: inline;
		list-style: none;
	}
	
	#base_top ul li a, 
	#base_top ul li a:link, 
	#base_top ul li a:visited
	{	
		float: left;
		color: white;
		line-height: 14px;
		text-decoration: underline;
		padding: 5px 6px 5px 6px;
		border: 1px solid #B44646;
	}
	
	#base_top ul li a:hover,
	#base_top ul li.selected a:hover
	{
		text-decoration: none;
		color: white;
		background-color: #BF4B4B;
		border-bottom: 1px solid #A73E3E;
		border-right: 1px solid #A73E3E;
	}
	
	#base_top ul li.selected a {
		text-decoration: none;
		color: white;
		background-color: #BF4B4B;
		border-bottom: 1px solid #A73E3E;
		border-right: 1px solid #A73E3E;
	}

#base_under_top
{
	width: 840px;
	background: url(../images/common/header_bg.jpg) top center repeat-y;
}


#base_center_top {
	width: 840px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(../images/common/header_footer.jpg) top center no-repeat;
}

#base_center_bottom {
	width: 840px;
	height: 20px;
	background: url(../images/common/content_footer.jpg) bottom center no-repeat;
}
	
#base_center 
{
	width: 840px;
	background: url(../images/common/content_bg.jpg) top center repeat-y;
	text-align: left;
}

	#base_center div.section {
		padding: 0px 60px 5px 60px;
	}
	
	#base_center .header {
		font-size: 14px;
		line-height: 14px;
		background-color: #F8EDED;
		padding: 6px 15px 5px 10px;
		margin: 0px 60px 15px 60px;
		border-top: 1px solid #FFCCCC;
	}
	#base_center .header h2 {
		display: inline;
		float: left;
		background: none;
		border: none;
		padding: 0px;
		margin: 0px;
	}
	#base_center .header ul {
		margin: 0;
		padding: 0;
		margin-top: 2px;
		font-size: 12px;
	}
	#base_center .header ul li {
		list-style-type: none;
		display: inline;
		margin: 0;
		padding: 0 10px 0 0;
	}
	#base_center .header ul li.last {
		padding-right: 0;
	}
	#base_center .header span {
		text-align: right;
		float: right;
		font-size: 12px;
	}
	#base_center .header a {
		padding: 4px 4px 0px 4px;
	}
	#base_center .header a.selected {
		text-decoration: none;
		background-color: #FFFFFF;
	}
	#base_center div.section p {
		padding: 0px 10px 15px 10px;
	}
	#base_center div.section img {
		border: 1px solid #000;
		margin-left: 10px;
	}
	#base_center div.section a img {
		border: 2px solid #FFCCCC;
	}
	#base_center div.section a:hover img {
		border: 2px solid #A73E3E;
	}
	
	#base_center div.section .standout {
		margin: 0 20px 15px 20px;
		padding: 10px;
		background: #F8EDED url(../images/common/standout_footer.jpg) bottom left repeat-x;
		border-top: 1px solid #FFCCCC;
	}
	
	#base_center div.section .description {
		margin: 0 20px 15px 10px;
		padding: 10px;
		background: #F8EDED url(../images/common/standout_footer.jpg) bottom left repeat-x;
		border-top: 1px solid #FFCCCC;
	}
	
	#base_center div.section .links {
		margin-right: 10px;
		text-align: right;
	}
	
	#base_center div.section table {
		
	}
	
	#base_center div.section .gallery {
		padding: 10px 0px 0px 0px;
		table-layout: fixed;
	}
	#base_center div.section .gallery td {
		width: 16.66%;
		overflow: hidden;
	}
	#base_center div.section .gallery .even {
		background-color: #F8EDED;

	}
	#base_center div.section .contestants td {
		padding: 5px 0 5px 0;
	}
	#base_center div.section .gallery img {
		margin: 0px;
		max-width: 100%;
		height: auto;
	}
	#base_center div.section .gallery .even img {
		margin: 5px 0px;
	}
	#base_center div.section .gallery .odd img {
		margin: 5px 0px;
	}
	#base_center div.section .contestants .even img {
		margin: 0px 0px 5px 0px;
	}
	#base_center div.section .contestants .odd img {
		margin: 0px 0px 5px 0px;
	}
	
	#base_center .images a img {
		margin: 0;
		padding: 0;
		max-width: 100%;
		height: auto;
	}

#base_footer 
{
	margin-bottom: 15px;
	color: #000;
}
	#base_footer a {
		color: #000;
		text-decoration: none;
		padding: 0 0px;
	}
	#base_footer a:hover {
		color: #FFFFFF;
	}

#base_under_footer
{
}

.highlite
{
	border: 1px solid #666666;
	background-color: #EFEFEF;
	padding: 2px;
}

.center_highlite
{
	border: 1px solid #666666;
	text-align: center;
	background-color: #EFEFEF;
	padding: 2px;
}

.spacer
{
	width: 0px;
	clear: both;
}

.borderless {
	border: none;
}