@charset "UTF-8";
@import url("typography.css");
@import url("menu.css");
/* Global CSS */
/* CSS Document */

html, body {	
		text-align: center;
		min-width: 870px;
		padding:0;
		margin:0;
	
	}
	

body {		
		background-color:#E5F3FF;
	}

	
img {
	border:0px;
	}

.winner-thumbnail{
	border:1px solid #336699;
	}

.reset {
		display: block; 
		clear: both; 
		font-size: 1px; 
		height: 1px; 
		line-height: 0.1;
}


#wrapper{
		float:none;
		width: 870px;
		text-align: left;
		margin: 0 auto 0;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		background:#FFFFFF;

}

#inside{
	margin:25px;
	margin-top:0;
	}

#inside-frame{	
	border:1px solid #003366;
	border-top:0;
	height:100%;
	}

/* TOP */



#top{
	width: 820px;
	min-height:200px;

}
#header{
	top:50px;
	}

	
#header-photo{
	background-position:center top;
	width:818px;
	height:125px;
	border-bottom:1px solid #003366;
	border-top:1px solid #003366;

	}
	
	
/* Content */


#content {
	min-height:450px;
	}

#content-right, #content-middle{
	float:right;
	}
	
#content-right{
	width:168px;
	padding-left:15px;
	padding-top:20px
	}
#content-middle{
	width:465px;
	padding-bottom:20px;
	}
	
	
/* Footer */

#footer{
	clear:both;
	width:820px;
	padding-top:15px;
	height:65px;
	}
	
	
#footer-menu ul{
	list-style:none;
	}
	
#legal{
	padding-bottom:20px;
	clear:both;
	text-align:center;3
	}
	
	#mg-badge {
	clear:none;
	
	}
	
