body
{
	border:none;
	background-color:#c9cdc6;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#wrapper
{
	width:945px;
	margin:24px auto 0px auto;
	background:#FFF url(../img/wrapper-border-top.gif) repeat-x;
	z-index:1;
}
#wrapper-border-left
{
	background:url(../img/wrapper-border-left.gif) repeat-y;
	display:block;
}
#wrapper-border-right
{
	background:url(../img/wrapper-border-right.gif) right repeat-y;
	display:block;
	
}
#wrapper-border-bottom
{
	background:url(../img/wrapper-border-bottom.gif) bottom repeat-x;
	display:block;
	padding:24px;
}
#logo
{
	background:url(../img/logo.jpg) bottom no-repeat;
	z-index:10;
	position:absolute;
	top:0;
	left:50%;
	margin-left:354px;
	width:130px;
	height:99px;
}
#header
{
	
}
#header h1
{
	font-size:22px;
	font-weight:800;
	font-style:italic;
	color:#333333;
	margin:0;
	padding:0;
	float:left;
}
#header h1 a{
	color:#333333;
	text-decoration:none;
}
#header h1 a:hover{
	text-decoration:underline;
}
#header h2
{
	color:#33ccaa;
	font-style:italic;
	font-size:12px;
	float:right;
	padding:0px 110px 0px 0px;
}
#header h2 a{
	color:#33ccaa;
	text-decoration:none;
}
#header h2 a:hover{
	text-decoration:underline;
}
#header .header-rule
{
	clear:both;
	background:url(../img/header-rule.gif) bottom repeat-x;
	width:897px;
	height:5px;
	margin:10px 0 20px 0;
}
#content
{
	width:810px;
	margin:0 auto;
}
#content ul
{
	margin:0;
	padding:0;
}
#content-details
{
	width:576px;
	margin:0 auto;
}
#content-details h3
{
	font-size:14px;
	color:#333333;
}
#content-details p
{
	font-size:14px;
	color:#888888;
	line-height:22px;
}
#content-details p a
{
	color:#33CCAA;
	text-decoration:none;
}
#content-details p a:hover
{
	color:#33CCAA;
	text-decoration:underline;
}
#content-details .screenshot
{
	text-align:left;
}
#content-details .screenshot img
{
	margin-bottom:15px;
}
#content-details-navigation a
{
	text-decoration:none;
	font-size:12px;
	font-style:italic;
	color:#33CCAA;
}
#content-details-navigation a:hover
{
	text-decoration:underline;
}
#content-details-navigation #previous
{
	float:left;
	width:100px;
}
#content-details-navigation #back
{
	float:left;
	width:376px;
	text-align:center;
}
#content-details-navigation #next
{
	float:left;
	width:100px;
	text-align:right;
}
.project
{
	margin:11px 11px 1px 11px;
	text-align:center;
	display:block;
	float:left;
	width:247px;
}
.project a
{
	text-decoration:none;
	font-style:italic;
	color:#FFFFFF;
	font-size:11px;
}
.project a:hover
{
	color:#888888;
}
img.project-img
{
	padding:4px;
	background:#969994;
}
a:hover img
{
	padding:4px;
	background:#33ccaa;
}
.clear
{
	clear:left;
}
#footer
{
	text-align:center;
	margin:20px 0 20px 0;
	color:#888888;
	font-size:11px;
}