@charset "utf-8";
/* fritzOnline CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#eee;
	/*
	background-image:url(background.png);
	background-repeat:repeat-y;
	background-position:center;
	*/
	
}

a{
	color:#09F;
}

p{
	margin-left:30px;
}

h1 {
	margin-left:20px;
	margin-right:20px;
	border-bottom:1px solid #09f;
}

h3{
	margin-left:20px;
	color:#09f;
}

.blue{
	color:#09F;
}
/* might be unneccesary but FF3 had a 50% chance of centering the body bg image and the page div 1 pixel off from eachother*/ 
#pagewrapper{
	width: 930px;
	background-color:#eee;
	background-image:url(/img/background.png);
	background-repeat:repeat-y;
	background-position:center;
	margin-right:auto;
	margin-left:auto;
}

/*
#wrapperfooter{
	width: 930px;
	height:35px;
	background-color:#fff;
	background-image:url(/img/bottom.png);
	margin-right:auto;
	margin-left:auto;
}
*/

#page{
	width: 900px;
	margin-right:auto;
	margin-left:auto;
	/*
	border-left:1px solid #666;
	border-right:1px solid #666;
	*/
}

#banner{
	height:252px;
	font-size:36px;
	background-color:#FFF;
	background-image:url(/img/logo.png);
	background-repeat:no-repeat;
}

#subBanner{
	text-align:right;
	padding-bottom:5px;
	padding-right:20px;
	font-size:12px;
}

#nav{
	color:#fff;
	padding:5px;
	background-color:#09F;
}

#nav a{
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}

#nav a:hover{
	color: #666;
	font-weight:bold;
	text-decoration:none;
}

#content{
	padding:5px;
	background-color:#FFF;
}

#content h3{
	clear:both;
}

#panelLeft{
	float:left;
	width:650px;
}

#panelRight{
	float:right;
	border-left:1px solid #09f;
	width:200px;
	padding-left:5px;
}

p.introduction:first-letter {
	font-size:190%;
	font-weight:bold;
	float:left;
	color:#09F;
}

#footer{
	/*
	text-align:right;
	padding:10px;
	margin-right:auto;
	margin-left:auto;
	*/
	width: 930px;
	height:35px;
	background-color:#fff;
	background-image:url(/img/bottom.png);

}

#bottomLinks{
	text-align:center;
}

#bottomLinks a{
	margin-left:10px;
	margin-right:10px;
	color:#666;
	font-weight:normal;
	text-decoration:none;
}

#bottomLinks a:hover{
	color:#000;
}


/* project item styles */
.projectItem{
	width:870px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	background-color:#eee;
	/* min-height:100px; */
}

.projectHead{
	height:70px;
}

.projectImage{
	margin:5px;
	float:left;
	height:60px;
	width:60px;
	background-color:#09F;
}

.projectTitle{
	float:left;
	margin-top:32px;
	margin-left:10px;
	height:30px;
	width:500px;
	font-size:larger;
	border-bottom: 2px solid #09F;
}

.projectInfo{
	clear:both;
	padding:5px;
}

.projectLinks{
	text-align:right;
	padding:5px;
}
/*end project item styles */

/* image item styles */

#imageList{
	width:780px;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
}

#imageList a {
	float: left;
	display: block;
	background-color:#eee;
	width:110px;
	height:110px;
	margin:10px;
}

#imageList a:hover{
	background-color:#09f;
}

#imageList a img{
	width:100px;
	height:100px;
	margin:5px;
	background-color:#fff;
	border:0px;
}

/* end image item styles */