@charset "utf-8";

/*-------------------------------------------------------------
  top @ Facts and Details
  by hokuto@
  Last Update 2008-01-13
-------------------------------------------------------------*/

/*-------------------------------------------------------------
	Yahoo Library Fonts CSS
	Copyright (c) 2006, Yahoo! Inc. All rights reserved.
 	http://developer.yahoo.com/yui/license.txt	
-------------------------------------------------------------*/

body {
	background-image: url("../images/headerback.gif");
	background-repeat: repeat-x;
	background-color: #FCFFF5
}

div.wrapper {
	padding: 0 50px 0;
	background-image: url("../images/footerback.gif");
	background-repeat: repeat-x;
	background-position: bottom center;
}

/* Header */

div.header {
	height: 60px;
}

div.header h1 {
	width: 250px;
	height: 60px;
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
}

div.header h1 a {
	display: block;
	width: 250px;
	height: 60px;
	text-indent: -9999px;
}

form.search {
	position: absolute;
	top: 10px;
	right: 50px;
}

ul {
	margin: 30px 0 0 20px;
	width: 750px;
	height: 350px;
	background-image: url("../images/world.gif");
	background-repeat: no-repeat;
}

ul li {
	margin-left: 600px;
	font-size: 123.1%;
}


/* about_project */

body#about_project p.topicpath {
	margin-top: 10px;
	text-align: right;
	font-size: 100%;
}

body#about_project p.topicpath a,
body#about_project ol.headlinelist li a,
div.content a {
	color: #3E606F;
}

body#about_project p.topicpath a:link,
body#about_project ol.headlinelist li a:link,
body#about_project div.content a:link {
	color: #3E606F;
}

body#about_project p.topicpath a:hover,
body#about_project ol.headlinelist li a:hover,
body#about_project div.content a:hover {
	background-color: #D1DBBD;
}

body#about_project h2 {
   padding-top: 0.5em;
   padding-bottom: 1em;
	font-size: 153.9%;
	font-weight: bold;
}

body#about_project p {
	font-size: 108%;
}

body#about_project img {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
}

body#about_project img.left {
	float: left;
	margin-right: 10px;
}

body#about_project img.right {
	float: right;
	margin-left: 10px;
}

body#about_project span.left {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: center;
}

body#about_project span.right {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	text-align: center;
}

body#about_project strong {
   font-weight: bold;
}

div#footer {
	padding-top: 30px;
	color: #fff;
}

div#footer p {
	padding: 20px 0 20px;
	color: #fff;
	text-align: center;
}

div#footer p a {
	color: #fff;
}


form#paypalform input {
	background-color: transparent;
	border: none;
}

form#paypalform input {
	background-color: transparent	!important;
	border: none;
}

form#paypalform img.beacon {
	display: none;
}

