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

body {
	background-image: url(../images/bg.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}
#footer {
	background-color: #97679f;
	height: 20px;
	width: 885px;
	clear: both;
	color: #FFF;
	padding-top: 8px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.png);
	height: 110px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav {
	float: right;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	
}
#container {
}
#home {
	background-image: url(../images/home_bg.png);
	background-position: right top;
	height: 460px;
	background-repeat: no-repeat;
}
#home_content {
	width: 330px;
	font-size: 13px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#inside {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
}

#table_style {
	float: left;
	width: 900px;
}

table {
	border-collapse:collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #97679F;
	border-right-color: #97679F;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	width: 900px;
}
td {
	color:#666;
	padding:.3em 1em;
	text-align:left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #97679F;
	border-left-color: #97679F;
}

tr.odd td {
background:#f7fbff
}
tr.odd .column1 {
background:#f4f9fe;
}
.column1 {
background:#f9fcfe;
}

thead th {
background:#f4f9fe;
text-align:center;
font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
color:#66a3d3;
}

tfoot th {
background:#f4f9fe;
text-align:center;
}
tfoot th strong {
font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
margin:.5em .5em .5em 0;
color:#66a3d3;
}
tfoot th em {
color:#f03b58;
font-weight: bold;
font-size: 1.1em;
font-style: normal;
}
