html {
	background: #d6dbbf url(/images/codeForCodesSake/background.png) no-repeat;
}

body {
	background: transparent url(/images/codeForCodesSake/featureBoxBg.gif) repeat-x;
	font: 13px/1.5 "Lucida Grande",Lucida,Verdana,sans-serif;

}

#header {
	padding: 20px 0;
}

#header h1, #header h2, #header h3 {
	margin-bottom: 5px;
}

#logo {
	background: transparent url(/images/codeForCodesSake/logo.gif) no-repeat;
	height: 148px; text-indent: -10000px;
	display: block;
}

#featureBox {
	margin-bottom: 20px;
	display: block;
}

#featureBox p {
	margin-bottom: 2px;
}

.feature1Thumbnail img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.feature1Text h2 {
	color: #2f2f2f;
	font-size: large;
	margin: 0 0 3px 0;
}

.feature1Text p {
	font-size: 10px;
	font-weight: bold;
	color: #2f2f2f;
}

.featureBox1 {
	background-color: #eeeeee;
	min-height: 133px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 10px;
}

.featureBox1 aside {
	float: left;
	margin: 10px;
}

.featureBox1 h2 {
	margin: 5px 0 5px 0;
}

.featureBox1 p {
	margin: 0 0 4px;
}

.featureBox2 {
	background-color: #5c5c5c;
	min-height: 266px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: white;
}
.featureBox2 .column {
	float: left;
	width: 280px;
}

.featureBox2 A {
	color: #FFF;
	text-decoration: none;
}

.featureBox2 aside {
	margin: 10px;
	float: left;
}
.featureBox2 output {
	width: 300px;
	float: left;
}

.footer {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 133px;
	margin-top: 10px;
	background: #fff url(/images/codeForCodesSake/featureBoxBg.gif) scroll left bottom;
}

#contactInformation {
	display: block;
	font-size: x-large;
	padding: 30px 10px;
	text-align: center;
}
#contactInformation A:link, #contactInformation A:visited {
	color: #2f2f2f;
}
