
* {
	padding: 0px;
	margin: 0px;
	font-family: arial;
	border: none;
}

body {
	background-image: url("../img/body_bg.gif");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#wrap {
	width: 790px;
	margin: 30px auto auto auto;
}
#main {
	width: 578px;
	float: left;
}

#main:after {
	display: block;
	clear: both;
	height: 0px;
	content:"";
}

#main #header {
	background-image: url("../img/header.gif");
	height: 87px;
}

#navi {
	list-style: none;
	
	width: 579px;
	
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

#navi li {
	float: left;
	margin: 0px;
}

#navi .welcome {
	width: 62px;
}

#navi a {
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	height: 29px;
	padding: 9px 14px 9px 13px;
	background-image: url("../img/navi_up.gif");
}

#navi a:hover {
	background-image: none;
	background-color: #DBE0F0;
	color: #9DAFD5;
}

#navi .welcome {
	padding-right: 3px;
}

#main #content {
	background-color: #FFFFFF;
	padding: 140px 15px 15px 15px;
}

#main #content h1 {
	font-size: 17px;
	color: #747577;
	margin-top: 10px;
}

#main #content p {
	font-size: 11px;
	margin-top: 10px;
}

#main #content a {
	color: #000000;
}

#main #content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	margin-top: 10px;
}

#main #content table {
	font-size: 11px;
	margin-top: 10px;
	width: 500px;	
}

#main #content th {
	text-align: left;
}

#main #content small {
	font-size: 9px;
}

#main #content .your {
	list-style-type: circle;
	margin-left: 20px;
}

#main .intro {
	background-image: url("../img/intro.gif");
	background-position: 0px 28px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#right {
	background-image: url("../img/right_bg.gif");
	background-repeat: repeat-x;
	float: right;
	width: 212px;
}

#right #logo {
	background-image: url("../img/logo.gif");
	background-position: 4px 0px;
	background-repeat: no-repeat;
	text-indent: -1000px;
	height: 208px;
}

#right #contact {
	margin-top: 20px;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 15px 15px 15px;
	text-align: right;
}

#right #contact p {
	margin-top: 15px;
}

#right #contact img {
	margin-top: 15px;
	border: none;
}

#footer {
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

#footer li {
	float: left;
	border-right: 1px solid #999999;
}

#footer a {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	padding: 3px 15px 3px 15px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .contact {
	border: none;
}


