body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}

#content_container {
	position: absolute;
	left: 50%;
	width: 720px;
	margin-left: -360px;
	top: 20px;
}

div#menu_container {
	padding-top: 15px;
}

ul#menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li.menu, li.menu_current_page {
	float: left;
	margin-right: 25px;
}

li.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
}

li.menu_current_page a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #89A02C;
	text-transform: uppercase;
	border-bottom: 2px solid #000000;
}

li.menu a:hover {
	color: #89A02C;
}

div#content {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	line-height: 1.7em;
	clear: left;
	padding-top: 10px;
}

div#info {
	position: absolute;
	right: 0px;
	top: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	line-height: 25px;
}

div.content_title, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #89A02C;
	padding-top: 15px;
	padding-bottom: 10px;
	clear: left;
}

div.content_subtitle, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 10px;
}

div.content_subtitle2 {
	font-weight: bold;
}

xdiv.portfolio_item {
	overflow: auto;
	clear: both;
}

div.portfolio_item {
	display: inline;
	padding: 10px;
	float: left;
	height: 175px;
}

div.portfolio_text {
	width: 500px;
}

div.portfolio_image {
	xfloat: right;
	xpadding: 5px;
}

img.portfolio {

}

div.code {
	background-color: #CDCDCD;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding: 2px;
}

img.icon {
	vertical-align: middle;
	padding-right: 5px;
}

img.subtitle_icon {
	vertical-align: top;
}

.notes {
	font-size: 12px;
	color: #6F6F6F;
}

div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #727272;
	text-align: left;
	padding-bottom: 30px;
	padding-top: 20px;
	clear: both;
}

div#footer img {
	vertical-align: top;
}

div#powered_by {
	float: right;
}
