body {
	/*background-color:#00DDF8;	*/
}

html { 
	
}

.grad1 {
    background: -webkit-linear-gradient(#9AB5E4, #E1E8F5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#9AB5E4, #E1E8F5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#9AB5E4, #E1E8F5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9AB5E4, #E1E8F5); /* Standard syntax (must be last) */
}

h1 {
	font-family: "Vijaya", Times, serif;
	color: #0070C0;
	font-size: 44px;
	font-style: bold;
	text-align: center;
}

h2 {
	font-family: "Vijaya", Times, serif;
	color: #0070C0;
	font-size: 28px;
	font-style: bold;
	text-align: center;	
}

h3 {
	font-family: "Vijaya", Times, serif;
	color: #0070C0;
	font-size: 24px;
	font-style: bold;
	text-align: center;	
}

h4 {
	font-family: "Vijaya", Times, serif;
	color: #0070C0;
	font-size: 30px;
	font-style: bold;
	text-align: center;	
}

#gold {
	width:200px;
	float:left;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
}

#gold h1 {
	color:#FFD700;	
}

#gold img {
	margin-left:-275px;
	max-width:450px;
}

#bronze {
	width:200px;
	float:left;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:20px;
	margin-right:auto;
}

#bronze h1 {
	color:#CD7F32;
}

#bronze img {
	max-width:450px;
	padding: 15px;
	margin-left:20px;
}

#outer_wrapper {
	width:1315px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	float:left;
	width:815px;
	background-color:#f8f8f8;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	
	-moz-box-shadow: 0 0 15px #888;
	-webkit-box-shadow: 0 0 15px#888;
	box-shadow: 0 0 15px #888;
	background: -webkit-linear-gradient(#9AB5E4, #E1E8F5) no-repeat center center fixed; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#9AB5E4, #E1E8F5) no-repeat center center fixed; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#9AB5E4, #E1E8F5) no-repeat center center fixed; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9AB5E4, #E1E8F5) no-repeat center center fixed; /* Standard syntax (must be last) */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top:5px solid #557AF3;
	border-bottom:5px solid #557AF3;
	border-left:8px solid #557AF3;
	border-right:8px solid #557AF3;
}

#inner_wrapper {
	width:800px;
	height:auto;
	overflow:auto;
	margin:10px;
}