/* set the page background color and margins. */
body {
	margin: 0px;
	background: url('../images/logo_code.gif') no-repeat 20px 0px #ffffff;
}

/* set the page font formatting. */
body, p, div, td {
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 11pt;
	color: #000000;
}

a, a:visited {
	color: #c51c70;
}

a:hover, a:visited.hover {
	color: #000000;
}

/* HELPER STYLES */
.smaller {
	font-size: .8em;
}

#contentdiv {
	margin-top: 120px;
}

	#projects {
		float: left;
		width: 225px;
		margin: 55px 30px 0 0;
		text-align: right;

	}

		#projects a {
			font-size: 1.1em;
		}

	#content {
		border-left: 1px solid #000000;
		padding-left: 25px;
		text-align: left;
		float: left;
		background: #ffffff;
		width: 650px;
	}

		#content p {
			margin-bottom: 20px;
		}

		h1 {
			font-size: 1.6em;
			margin-bottom: 20px;
		}

		h2 {
			font-size: 1.3em;
			margin-bottom: 20px;
		}

		h3 {
			font-size: 1em;
			margin-bottom: 20px;
		}

		h4 {
			font-size: .9em;
			margin: 10px 0 0 0;
		}

		#text {
			width: 550px;
			height: 200px;
		}

	#footer {
		margin: 50px 0 0 0;
		font-size: .8em;
	}

	#sample * {
		font-size: 10px;
	}