#head {
	height: 207px;
	background: url(../img/head_bg.png) repeat-x;
	min-width: 750px;
}

#logo {
	height: 120px;
	text-indent: -1000px;
	background: url(../img/logo_beta.png) no-repeat;
}

#nav {
	margin-left: 20px;
	margin-top: 17px;
}

#nav li a {
	list-style-image: none;
	display: block;
	list-style-type: none;
	float: left;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #1b1918;
	padding: 10px;
	text-decoration: none;
}

li#selected a {
	font-weight: bold;
	color: #fe5800;
}

#download {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #1b1918;
	float: right;
	padding: 5px 70px 5px 5px;
	background: url(../img/download.png) no-repeat;
	width: 113px;
	height: 300px;
	margin-left: 30px;
	z-index: 2;
}

#download_small {
	float: right;
	padding: 5px 34px 5px 5px;
	background: url(../img/download_small.png) no-repeat;
	width: 149px;
	height: 72px;
	margin-left: 30px;
	z-index: 2;
	text-indent: -10000px;
	position: relative;
	bottom: 30px;
}

#download #title{
	text-indent: -10000px;
}

#download #file {
	position: relative;
	top: 190px;
	z-index: 3;
	text-indent: 0;
	text-align: right;
	font-weight: bold;
	color: #fe5800;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#download #file a {
	text-decoration: none;
	color: #fe5800;
}

#download #details {
	position: relative;
	top: 190px;
	z-index: 3;
	text-indent: 0;
	text-align: right;
	color: #1b1918;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#download #details a {
	text-decoration: none;
	color: #1b1918;
}

#content {
	clear: left;
	position: relative;
}


#content #item {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #1b1918;
	padding: 15px;
}

#content #item #title {
	font-size: 14px;
	font-weight: bold;
	color: #fe5800;
	padding-top: 15px;
	padding-bottom: 5px;
}

#content #item #contents ul {
	padding-left: 30px;
	list-style-image: url(../img/bullet.png);
	padding-top: 4px;
}

#content #item #contents a {
	color: #fe5800;
}

#contents p {
	padding-top: 10px;
}

#contents #code {
	font-family: mono,"Courier New", Courier;
	color: blue;
}


#adsense_links {
	margin-left: 15px;
	width: 468px;
	height: 15px;
	margin-top: 15px;
}

#adsense_square {
	float: right;
	clear: right;
	padding-left: 20px;
}

#footer {
	text-align: center;
}