@charset "UTF-8";
/* CSS Document */
*,body {
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
}
p {
	font-size:0.75em;
	line-height:1.7em;
	padding:0 0 10px 0;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000;
}
acronym {
	font-weight:bold;
}
h1 {
	font-size:0.9em;
	padding:0 0 10px 0;
}
#container {
	margin:0 auto;
	width:900px;
}
#title {
	width:900px; 
	margin-top:75px;
}
#subContainer {
	margin:0 auto;
	width:815px;
}
.content {
	float:left;
	padding:20px 30px 0 5px;
	width:260px;
}
#portfolio {
	float:left;
	padding:20px 30px 0 5px;
	width:555px;
}
#contact {
	width:190px;
	float:left;
}
#contact p {
	line-height:1.5em;
}
.portfolioItem {
	border:thin #CCCCCC solid;
	padding:5px;
	width:200px;
}
#tuckwins {
	background-image:url(images/portfolio/tuckwins.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:130px;
}
#tuckwins:hover {
	background-image:url(images/portfolio/tuckwinsO.jpg);
	background-position:center;
	background-repeat:no-repeat;
}