html {
	overflow: -moz-scrollbars-vertical;
}


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #333333;
}

a { 
	text-decoration: none; 
	color: #3030e0; 
	font-size: 12px; 
}

h1 { 
	font-size: 18px; 
	color: #505050; 
	margin-bottom: 15px; 
	margin-top: 15px; 
}

h2 { 
	font-size: 15px; 
	color: #505050; 
	margin-bottom: 8px; 
	margin-top: 8px; 
}

ul { 
	list-style: disc outside none; 
	margin-left: 20px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 15px;	
}

/* page */

.page  {
	clear: both;
	max-width: 800px;
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* header */

#header {
	height: 90px;
	background: #ffffff url(../images/header.png) repeat-x top;
	overflow: hidden;
}

	/* logo */
	
	.logo { 
		position: absolute; 
		float: left;		
		width: 360px;
		padding-top: 20px;
		padding-left: 10px;
		z-index: 0;
	}

	/* menu */

	.menu { 
		float: right;
		padding-top: 60px;
		list-style: none outside none;
	}
		
	.menu li {
		background: #686868;
		float: left;
		margin-left: 2px;
		font-weight: bold;
	}
		
	.menu li a {
		float: left;
		text-decoration:none;
		height: 23px;
		min-width: 40px;
		padding-top: 7px;
		padding-left: 6px;
		padding-right: 6px;
		text-align: center;
		color: #dddddd;
	}
		
	.menu li.highlight a {
		background: #909090;
		color: #ffffff;
	}				
		
	.menu li a:hover{
		background: #a0a0a0;
		color: #ffffff;
	}
	

/* content */

#content {
	clear: both;
	background: #ffffff url(../images/bg.png) repeat-x top;
	padding-top: 20px;	
	padding-bottom: 10px;	
}

/* license */

.license {
	margin: 0px auto;
	margin-bottom: 20px;
	border: solid #808080 1px;
	width: 640px; 	
	overflow: auto;
	padding: 10px;	
	font-size: 12px;
	line-height: 1.2em;
	max-height: 320px;
}

/* code */

.code {
	background: #f0f0f0;
	margin: 0px auto;
	margin-bottom: 20px;
	width: 640px; 	
	overflow: auto;
	padding: 10px;	
	font-size: 12px;
	line-height: 1.2em;
	max-height: 320px;
}


/* footer */

#footer {
	padding-top: 20px;
	text-align: center;
	font-size: 10px;
}
