/* 
	CSS Document 
*/

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
}

html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	height: 100%;
}

img {
	border: 0;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}

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

table, tr ,td {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	width: 180px;
}


/* 
	special style definitions
*/
#content {
	width: 734px;
	height: 604px;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#meta {
	width: 734px;
	height: 26px;
	text-align: right;
	border-bottom: 1px solid #000000;
}

a.metanavi {
	color: #686868;
	text-decoration: none;
	line-height: 26px;
}
a.metanavi:link {
	color: #686868;
}
a.metanavi:visited {
	color: #686868;
}
a.metanavi:hover {
	color: #333333;
}
a.metanavi:active {
	color: #686868;
}

#header {
	width: 734px;
	height: 90px; 
	text-align: left;
}

#logo {
	width: 138px;
	height: 90px; 
	margin-left: 30px;
	background-image: url(../img/header_logo.jpg);
	background-repeat: no-repeat;
}

#main {
	width: 734px;
	height: 26px;
	border-top: 1px solid #000000;
	text-align: left;
}

a.mainnavi {
	padding-left: 30px;
	color: #000000;
	text-decoration: underline;
	line-height: 26px;
}


#divider {
	width: 734px;
	height: 26px;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	text-align: left;
}

#maincontent {
	width: 734px;
	height: 406px;
	overflow: auto;
	text-align: left;
}

#textcontent {
	margin: 30px 46px 60px 30px;
	float: left;
	width: 370px;
}

#footer {
	width: 734px;
	height: 26px;
	text-align: right;
	border-top: 1px solid #eaeaea;
}

#copyrights {
	float: left;
	text-align: left;
	padding: 6px 0 0 30px;
}

#footernavi {
	float: right;
	text-align: right;
}

.project {
	margin-top: 20px;
	width: 600px;
}

.projectdesc {
	width: 240px;
	height: 106px;
	float: left;
	margin: 0 46px 0 0;
}

.projectimage {
	width: 160px;
	height: 106px;
	float: left;
	margin-right: 5px;
}

.toolicon {
	float: left;
}

.tooltext {
	float: left; 
	margin-top: 8px;
	height: 24px;
}

