/* CSS Document */
/*backround {
	background: url(../pics/bg_apple.png) repeat-x;
}*/
/*@font-face {
	font-family: "LCD";
	src: url(../LCD-BOLD.TTF);
}*/
body {
	/*background: #f1f1f1 url(../pics/bg_apple.png) repeat-x;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		14px;
	background: 	#999999;
}
#contenttitle {
	width: 			900px;
	height: 		204px;
	margin: 		0px auto 0px auto;
	padding:		0px;
	/*background: 	url(../img/studioFrobel_03.png);*/
}
#contenttop {
	width: 			100%;
	height: 		auto;
	padding: 		0 0 0 0;
	margin: 		auto;
	background: 	url(../pics/top_apple2.png);
}
#contentmain {
	color: 			#333333;
	width: 			900px;
	margin: 		0px auto 0px auto;
	padding: 		0px;
	/*border: 1px solid #000000;*/
	/*background: url(../pics/bg_grid.png);*/
	background-color: #cccccc;
}
/*#contentbottom {
	width: 			900px;
	height: 		51px;
	margin: 		0px auto 0px auto;
	padding: 		0px;
	font-size: 		12px;
	/*background: url(../pics/bg_grid.png);
}*/
#contentbody{
	padding-top: 	10px;
	padding-left: 	20px;
	padding-right: 	20px;
	padding-bottom:	10px;
	
	/*margin-bottom: 0px;*/
}
#footer {
	/*width:			100%;*/
	height:			auto;
	margin:			0px auto 0px auto;
	padding-top: 	10px;
	padding-left:	20px;
	padding-right:	20px;
	padding-bottom:	10px;
	font-size:		12px;
	background-color: #aaaaaa;
}
#projectholder {
	float:			right;
	width:			200px;
	height:			auto;
	margin:			5px auto 3px 15px;
	padding-left:	0px;
	border: none;
}
#projectbox {
	/*float:			right;*/
	width:			200px;
	height:			auto;
	/*margin:			5px auto 3px 15px;*/
	margin-top:		5px;
	margin-bottom:	10px;
	padding-left:	0px;
	background-color: #666666;
	border: none;
}
#projectbox p {
	margin-top:		5px;
	margin-left:	10px;
	margin-bottom:	5px;
}
#projectbox p .indented {
	margin-left:	60px;
}
/*#projectbox p p {
	margin-left:	15px;
}*/
#projectbox h2 {
	margin-top:		0px;
	margin-left:	10px;
	margin-right:	10px;
	margin-bottom:	15px;
	color:			#CCCCCC;
	border-bottom-color: #999999;
	font-size:		16px;
	line-height:	14px;
}
#projectbox h6 {
	font-size:		12px;
	font-weight:	normal;
	color:			#333333;
	margin-top:		0px;
	margin-left:	15px;
	margin-right:	10px;
	margin-bottom:	12px;
}
#projectbox a {
	color:			#4090C5;
	/*color:			#663333;*/
	text-decoration: none;
}
#projectbox hr {
	color:			#cccccc;
	margin-left:	10px;
	margin-right:	10px;
	margin-top:		10px;
	margin-bottom:	10px;
}
#projectbox a:hover {
	text-decoration: underline;
}
#boxtop {
	background: url(img/cornerTR2.png) no-repeat top right;
}
#boxbottom {
	background: url(img/cornerBR2.png) no-repeat top right;
}
img .corner {
	display: none;
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}
/*#entryinfo {
	float: right;
	border: none;
	font-size: 12px;
	padding-top: 20px;
}*/

h1 {
	color:			#999999;
	font-size:		32px;
	font-weight:	lighter;
}

h2 {
	color: 			#444466;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:		24px;
	font-weight: 	lighter;
	line-height: 	18px;
	border-bottom: 	1px solid;
	border-bottom-color: #666666;
	margin-bottom: 	0px;
	margin-top: 	25px;
}

h3 {
	color:			#777777;
	font-size: 		12px;
	font-weight: 	normal;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	margin-top: 	4px;
	margin-bottom: 	0px;
	padding-top: 	13px;
}

h3.subheading {
	color:			#333333;
	font-size: 		16px;
	font-weight:	bold;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	margin-top: 	4px;
	margin-bottom: 	0px;
	padding-top: 	13px;
}
strong.news {
	color:			#663333;
}
h2.news {
	color:			#663333;
}

p {
	line-height: 	1.4;
	padding-right: 	5px;
}

a {
	color:			#663333;
	text-decoration: none;
	/*font-weight: bold;*/
}
a:hover {
	color:			#663333;
	text-decoration: underline;
	/*font-weight: bold;*/
}