*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

body{
	margin:0;
	padding:30px 0;
	background: rgb(153,153,153);
	color: rgb(34,34,34);
	font-size: 14px;}
	
#container{
	width: 760px;
	background: rgb(255,255,255) url(../img/cont_bg.jpg) top no-repeat;
	color: inherit;
	position: absolute;
	margin-left: -375px;
	left: 50%;}
	
/* Form */
#jsform{display: none;}
	
table{margin: 20px 0 0 15px;}	
	
td{
	width: 230px;
	text-align: center;
	padding: 15px 5px;
	vertical-align: top;}

td h3{
	font-weight: bold;
	font-size: 14px;}

td p{
	width: 230px;
	padding: 0;
	font-size: 13px;}
	
/* Headers */	
h1#logo{
	height: 175px;
	width: 508px;
	background: url(../img/ikodo_logo.jpg) no-repeat;
	margin-top: 35px;}	

h1 span{display: none;}	

h2{
	background: url(../img/header_1.jpg) no-repeat;
	width: 540px;
	height: 33px;
	margin-left: 20px;
	padding: 8px 0 0 10px;
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 16px;}
	
/* Navigation */
ul#nav{
	list-style: none;
	float: right;
	margin: 75px 20px 0 0;}
	
ul#nav li{
	background: url(../img/nav_button.jpg) no-repeat;
	height: 30px;
	width: 145px;
	padding: 5px 0 0 10px;
	margin-bottom: 10px;}

ul#nav li:hover{
	background: url(../img/hover_nav.jpg) no-repeat;}
	
ul#nav li a{
	color: rgb(255,255,255);
	background: transparent;
	font-weight: bold;}
	
/* contents */
p{
	width: 500px;
	line-height: 1.5em;
	margin: 15px 0;
	padding-left: 45px;
	font-size: 13px;}

/* Footer */
p#footer{
	height: 47px;
	width: 760px;
	background: url(../img/footer_bg.jpg) no-repeat;
	color: rgb(255,255,255);
	margin: 75px 0 -25px 0;
	text-align: center;
	padding: 33px 0 0 0;}
	
p#footer a{
	text-decoration: underline;
	color: rgb(255,255,255);
	background: transparent;}
	