body {
	background-image:url(../images/background.jpg);
	background-position: center top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}	 
.h1 { 
	color: #333; 
	font-size: 14px; 
	font-family: 'Century Gothic','Lucida Grande',Verdana,Tahoma,Century,sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 14px; 
	text-decoration: none; 
}
.h1 a:link { 
	color: #009900;  
	text-decoration: none; 
}
.h1 a:visited { 
	color: #009900; 
	text-decoration: none; 
}
.h1 a:hover { 
	color: #333; 
	text-decoration: none; 
}
.body { 
	color: #333; 
	font-size: 12px; 
	font-family: 'Century Gothic','Lucida Grande',Verdana,Tahoma,Century,sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 14px; 
	text-decoration: none; 
}
.body a:link { 
	color: #009900;  
	text-decoration: none; 
}
.body a:visited { 
	color: #009900; 
	text-decoration: none; 
}
.body a:hover { 
	color: #333; 
	text-decoration: none; 
}
.footer {
	color: #333;
	font-size: 10px;
	font-family: 'Century Gothic','Lucida Grande',Verdana,Tahoma,Century,sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 10px;
	text-decoration: none;
}
.footer a:link { 
	color: #009900;  
	text-decoration: none; 
}
.footer a:visited { 
	color: #009900; 
	text-decoration: none; 
}
.footer a:hover { 
	color: #333;  
	text-decoration: none; 
}	
.textname { 
	color: #555; 
	font-size: 12px; 
	font-family: arial, verdana, helvetica; 
	line-height: 14px; 
	background-color: #ffffff; 
	text-decoration: none; 
	vertical-align: bottom; 
	width: 280px; 
	height: 16px; 
	border: solid 1px #999; 
}	
.massage { 
	color: #555; 
	font-size: 12px; 
	font-family: arial, verdana, helvetica; 
	line-height: 14px; 
	background-color: #ffffff; 
	text-decoration: none; 
	vertical-align: bottom; 
	width: 280px; 
	height: 100px; 
	border: solid 1px #999;
	visibility:visible;
}
#header {
	height: 141px;
	width: 700px;
	margin-left: -350px;
	position: absolute;
	visibility: visible;
	left: 50%;
	top: 0px;
}
#content {
	height: auto;
	width: 700px;
	margin-left: -350px;
	position: absolute;
	visibility: visible;
	left: 50%;
	top: 155px;
}
#footer {
	text-align: center;
	height: 50px;
	width: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	position: absolute;
	visibility: visible;
	left: 0px;
	bottom: -90px;
	padding-top: 20px;
}
#nav {
	position: absolute;
	visibility: visible;
	height: 23px;
	width: 350px;
	top: 0px;
	right: 0px;
	text-align: right;
}
#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	visibility: visible;
	height: 118px;
	width: 172px;
	left: 0px;
	top: 23px;
}
#phrase {
	background-image: url(../images/tag.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	visibility: visible;
	height: 19px;
	width: 262px;
	top: 73px;
	right: 0px;
}
.aboutimg {
	float: left;
	margin-right: 15px;
}
.leftimg {
	float: right;
	margin-left: 15px;
}
#nav ul {
	list-style:none;
	width:350px;
	margin:0;
	padding:0;
}
#nav ul li {
	float:right;
	font-family: 'Century Gothic','Lucida Grande',Verdana,Tahoma,Century,sans-serif;
	font-size:14px;
	line-height:14px;
	display:block;
	text-align:center;
}
#nav ul li a:link, #nav ul li a:visited {
	background-image:url(../images/hover.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	padding: 3px 8px 6px 8px;
	color:#FFF;
	text-decoration:none;
	display:block;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li.hover {
	background-color:#FFF;
	background-image:none;
	padding: 3px 8px 6px 8px;
	color:#009900;
	text-decoration:none;
	display:block;
}
