* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	}

img {
	border: none;
	}

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

a:hover {
	position: relative;
	left: 1px;
	top: 1px;
	color: #6CA300;
	}

a:hover img {
	position: relative;
	left: 0;
	top: 0;
	}

span {
	font-weight: bold;
	}

hr {
	color: #6CA300;
	border-style: dashed;
	}

#container {
	width: 800px;
	margin: 15px auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	}

#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 230px;
	}

#header p {
	position: absolute;
	margin: 80px 0 0 270px;
	color: #6CA300;
	font-size: 1.8em;
	}

#header img {
	margin: 60px 0 0 55px;
	}

#menu {
	margin: 90px 0 0 210px;
	}

#menu table tr td {
	padding:0 25px;
	}

#main {
	width: 800px;
	margin-bottom: 40px;
	}

#main a {
	color: #6CA300;
	}
	
#main a:hover {
	text-decoration: underline;
	}

#home_main {
	width: 780px;
	height: 330px;
	margin: 0 auto;
	background-image: url(images/spaceneedle.jpg);
	background-repeat: no-repeat;
	}

#home_main_contents, #profile_main_contents {
	margin: 40px 80px 0px 280px;
	letter-spacing: 0.1em;
	}

#profile_main {
	width: 780px;
	height: 390px;
	margin: 0 auto;
	background-image: url(images/profile_img.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}

#profile_main_contents table tr td {
	vertical-align: top;
	}

#footer {
	clear: both;
	text-align: center;
	color: #999999;
	}

	
