@charset "utf-8";
/* CSS Document */


@font-face {
	font-family: Coda;
	font-style: normal;
	font-weight: normal;
}

html {
	
}

body {
	font-family: Coda;
	font-size:17px;
	color:#EEE;
	background: url(../images/index/background.jpg) fixed repeat-y left top;
	background-size: 100%;
	margin: 0;
	padding: 0;	
}

#page {
	max-width: 1400px;
	margin:0 auto;
}

#header {
	padding: 0 3.125%;
}

#content {
	width: 73.52083333%;
	padding: 0 3.125%;
	float: left;
}

#content a:hover{
	color:#F00;
	}

#footer {
	padding: 3.125%;	
	text-align:center;
	clear: both;
}

h1 {
	font-size:24px;
	color:#FFF;
	font-style:normal;
	text-decoration: underline;		
}

h2 {
	font-size:22px;
	color:#FFF;
	font-style:normal;	
}

p {
	background-color:rgba(20,20,20,0.8);
	border: groove 2px rgba(10,10,10,0.8);
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	}

a {
	text-decoration:none;
	color:#CCC;
}

img {
	max-width: 100%;
	height: auto;
}

a img {
	border:rgba(255,255,255,0.3) inset 1px;
}

a img:hover{
	border:rgba(255,255,255,0.8) inset 1px;
}

#ie8 img {
	width: 100%;
}

.center {	
	text-align: center;
}




table {
 margin-top:30px;
 text-decoration:none;
 text-shadow:0px 0px 2px #000; 
}
 
td, th {
 border: 5px thick #0F0;
 height: 30px;
 border: 2px groove #000;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.8);
  	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.8);
 	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.8);
	
}
 
th {
	color: #FFF;
 background: #333;  /* Darken header a bit */
 font-weight: bold;
 text-shadow:0px 0px 1px #999;}
 
td {
		
padding-left: 10px;
	color: #FFF;
 background: #444;
}
	
a:link, a:visited, a:hover, a:focus {outline: none;}
a:active {outline: none; color:#999;}