@charset "UTF-8";
body {
	background-attachment: fixed;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font:23px 'Molengo', sans-serif;
	color:#f1f1f1;
	text-align: center;
	padding:60px 0;
}

#container {
	width:905px;
	text-align: left;
	margin:0 auto;
}

p {
	width:448px;
	line-height:2.25;
	text-align: justify;
  	text-shadow: 2px 2px 2px #000;
}

#portfolioImages {
	float:right;
	width:395px;
}

#portfolioImages img {
	margin:9px 0px 9px 30px;
}

a, strong {
	font-size: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #5373a3;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
