@charset "UTF-8";
/* CSS Document */

/********************/
/* SITE-WIDE STYLES */

body {
	background-color: #FFFFFF;
}

/********************/
/* MAIN PAGE STYLES */

/*
div.centering_container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -340px;
	margin-left: -400px;
	width: 800px;
	height: 680px;
}
*/

body.portfolio {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F1F1F1;
}

div#centering_container {
	width: 600px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#header {
	width: 600px;
	margin: 0;
	padding: 0;
	height: 50px;
}

#footer {
	width: 350px;
	margin: 5px 100px 20px 150px;
	color: #666666;
	font-size: 12px;
	font-weight: lighter;
	font-style: italic;
}

#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #333333;
	text-decoration: underline;
}



/********************/
/* INFO PAGE STYLES */

body.info {
	width: 800px;
	margin: 0 auto;
}

.info img#header {
	margin-top: 20px;
}

.info .content {
	padding: 0 100px 12px 100px;
	border: 1px solid #333333;
	font-size: 12px;
	font-family: Futura, Arial;
	color: #ffffff;
}

.info .content p {
	text-indent: 25px;
}

.info .content a:link, .info .content a:visited {
	color: #ADBFDC; /*B5C7D2*/
	text-decoration: none;
}

.info .content a:hover, .info .content a:active {
	color: #ADBFDC;
	text-decoration: underline;
}

.info .content #return {
	text-align: center;
}