html {
	margin: 0;
}

body {
	margin: 0;
	color: #000;
	font: normal 14px arial;
	background: #fff url("/img/math.gif") repeat-y 0px -5px;
}

p {
	line-height: 20px;
}

a {
	color: #AD235E;
}

a:hover {
	color: #000;
}
	

/* Layout */
	#wrap {
		width: 910px;
		margin: 0 0 0 60px;
	}

	#top {
		width: 100%;
		height: 69px;
		/*border-bottom: 1px solid #aaa;*/
		padding: 45px 0;
	}

	#content {
		float: left;
		width: 603px;
		margin: 30px 0;
		padding-right: 30px;
		border-right: 1px solid #aaa;
	}

	#sidebar {
		float: right;
		width: 251px;
		padding: 30px 0px 30px 25px;
		margin: 0;
	}

	#footer {
		clear: both;
		overflow: hidden;
		padding: 10px 15px;
		margin: 0 0 40px 0;
		border-top: 1px solid #aaa;
	}

/* Top, logo */
	#top h1 {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 90px;
		left: 60px;
		text-indent: -1000em;
		color: #fff;
	}
	#top h1 a {
		display: block;
		width: 314px;
		height: 74px;
		background: url("/img/logo.gif") no-repeat 0 0;
	}

	#top h2 {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 175px;
		left: 260px;
		width: 307px;
		height: 51px;
		text-indent: -1000em;
		color: #fff;
		background: url("/img/programmer.gif") no-repeat;
	}

	#top #hand {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 56px;
		left: 450px;
		width: 131px;
		height: 138px;
		background: url("/img/hand.gif") no-repeat;
	}

/* Pencil, programmer */
	#pencil {
		position: absolute;
		top: 0px;
		left: 675px;
		width: 302px;
		height: 154px;
		background: url("/img/pencil.gif") no-repeat;
	}


/* Navbar */
	#navbar {
		width: 100%;
	}

	#navbar ul {
		width: 910px;
		height: 45px;
		margin: 0 0 0 60px;
		padding: 0;
	}

	#navbar ul li {
		display: inline;
		float: left;
		padding: 0;
		background: none;
	}

	#navbar ul li a {
		display: block;
		float: left;
		color: #000;
		text-decoration: none;
		padding: 10px;
		height: 25px;
		font: italic 20px arial;
	}

	#navbar ul li a.selected {
		background-color: #AD235E;
		color: #fff;
	}

	#navbar ul li a:hover {
		background-color: #AD235E;
		color: #fff;
	}


/* Content */
	#content h2 {
		font: normal 24px georgia, arial;
		padding: 0;
	}

	#content h3 {
		font: normal 18px georgia, arial;
		padding: 0;
	}

/* Sidebar */
	#sidebar h2 {
		font: normal 18px georgia, arial;
	}

/* Footer */
	#footer .left {
		float: left;
	}

	#footer .right {
		float: right;
	}

/* General styles */
	.clear {
		clear: both;
		height: 1px;
	}

	a.coollink {
		background-color: #AD235E;
		color: #fff;
		padding: 5px 10px;
		text-decoration: none;
	}

	a.coollink:hover {
		background-color: #7D9C9F;
	}

	p.header {
		font-size: 11pt;
		color: #666;
		margin: 0;
		padding: 0;
		margin-top: -15px;
	}

	.example_t th {
		text-align: left;
		padding-right: 30px;
	}

	.example_t td {
		font: normal 11pt "Courier New", Courier, Arial, sans-serif;
		vertical-align: top;
		padding-right: 30px;
	}

	ul {
		padding: 0px 0px 0px 13px;
		list-style: none;
	}

	ul li {
		padding: 3px 0px 3px 15px;
		background: url("img/list.gif") no-repeat 0 5px;
	}

	.source-code {
		padding-left: 15px;
		border-left: 10px solid #cccccc;
	}

	img {
		padding: 5px;
		border: 1px solid #7D9C9F;
	}

	a:hover img {
		border: 1px solid #AD235E;
	}

	.img_caption {
		font-style: italic;
	}

	.screenshot {
		float: left;
		width: 106px;
		padding: 5px 20px 5px 0px;
	}

	.screenshot img {
		border: 1px solid #cccccc;
		padding: 3px;
	}

	.project {
		clear: both;
		overflow: hidden;
		margin-top: 50px;
	}

	.project_pic {
		float: left;
		width: 220px;
	}

	.project_pic img {
		padding: 0;
		border: 0;
	}

	.project_pic img:hover {
		border: 0;
	}

	.project_desc {
		float: left;
		width: 375px;
	}

	.project_desc h3 {
		margin-top: 0;
	}

