body {
	font: normal 13px georgia, serif;
	text-align:center;
	line-height: 1.3;
	margin: 0 auto;
	}
	
a:focus, a:active {
	outline: none;
    }
	
a:link {
	color: #fff;
	text-decoration: none;
	}	
	
a:visited {
	color: #CCC;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #898989;
	}	

#minicontain {
	position: fixed;
	background: #ebebeb;
	height: 290px;
	width: 280px;
	margin-left: 25px;
	opacity: 0.8;
	}
	
#pageheader h1 a {
	display: block;
	background:url(../sprites/logo.png) top center no-repeat;
	width: 120px;
	height: 65px;
	text-align: left;
	text-indent:-9999px;
	margin: auto;
	margin-top: 34px;
	}
	
	#pageheader h1 a:hover {
		background-position: 0 -65px;
		}	
	
#navigation {
	width: 230px;
	margin: auto;
	margin-top: 15px;
	}
	
	#photo-link a {
		float: left;
		display: block;
		text-indent: -9999px;
		text-align: left;
		background: url(../sprites/menuphoto.png) no-repeat;
		width: 109px;
		height: 96px;
		padding-left: 1px;
		}		
		
		#photo-link a:hover {
			background-position: 0 -96px;
			}
			
	#design-link a {
		float: left;
		display: block;
		text-indent: -9999px;
		text-align: left;
		padding-left: 1px;
		background: url(../sprites/menudesign.png) no-repeat;
		width: 122px;
		height: 96px;
		}	
		
		#design-link a:hover {
			background-position: 0 -96px;
			}
		
	#contact-link a {
		float: left;
		display: block;
		text-indent: -9999px;
		text-align: left;
		background: url(../sprites/menucontact.png) no-repeat;
		width: 110px;
		height: 96px;
		padding-left: 1px;
		}	
		
		#contact-link a:hover {
			background-position: 0 -96px;
			}

#information {
	padding-right: 10px;
	margin: auto;
	margin-top: 128px;
	font: italic 10px georgia, serif; 
	}
	
#information li {
	padding-left: 14px;
	padding-right: 4px;
	display: inline-block;
	list-style-type: none;
	color: #757575;
	}
	
	#information a {
		color: #757575;
		}
	
	#information a:hover {
		color: #005c97;
		}	
	
#footer {
	width: 225px;
	color: #fff;
	margin: auto;
	margin-top: 55px;
	font: normal 10px georgia, serif;
	opacity: .5;
	}
	

	