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

a img {
	border: 0;
}

a:link {
	color: #acacac;
	text-decoration:none;
}
   
a:visited {
	color:#acacac;
	text-decoration:none;
} 

a:hover {
	color: #388ce1;
	text-decoration:none;
}

h1 {
	font-size: 22px;
	color: #acacac;
	text-transform: uppercase;
	font-weight: normal;
}

strong {
	color: #3a8ce0; 
}

body{
	margin: 0;
	font-size:10px;
	color: #acacac;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: url(images/bg.jpg);
	text-shadow: white 1px 1px 0px;
	text-transform: uppercase;
}

#header {
	height: 292px;
	background: url(images/bg-line.jpg) repeat-x bottom white; 
	margin: 0;
}
	
	#logo {
		margin: 0 auto;
		width: 285px;
		padding-top: 97px;
		text-align: center;
	}

#content {
	margin: 10px auto;
	width: 600px;
	padding: 30px 0px 00px 0px;
	background: url(images/shadow.png) no-repeat top;
	text-align: center;
}

	.portfolio {
		width: 190px;
		height: 400px;
		float: left;
		margin-top: 30px;
	}
	
	.img-shadow {
		height: 12px;
		background: url(images/img-shadow.png) no-repeat center;
		width: 190px;
	}
	
	.pad {
		margin-left: 15px;
	}
	
	.portfolio img {
		border: 5px solid #e4e4e4;
	}
	
	.portfolio img:hover {
		border: 5px solid white;
	}

	.bold {
		font-size: 14px;
		font-weight: bold;
	}
