a			{ color: #fff; outline: 0; text-decoration: none; }
a:link		{ color: #fff; text-decoration: none; }
a:visited	{ color: #fff; text-decoration: none; }
a:hover		{ color: #fff; text-decoration: underline; }
a:active	{ color: #fff; text-decoration: underline; }

body {
	background: #181615 url(/images/portfolio/bg.jpg);
	color: #747373;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	}
    
dd {
	margin: 0;
	}
	
dl {
	line-height: 18px;
	}
    
dt {
	font-size: 11px;
	font-weight: bold;
	}
	
h1 {
	border-bottom: 2px solid #C42326;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 46px;
	font-style: italic;
	font-weight: bold;
	height: 40px;
	letter-spacing: 1px;
	line-height: 14px;
	margin: 0;
	padding: 20px 0;
	}
	
h1 a {
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	}
	
h1 span {
	color: #747373;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 4px;
	}
	
h2 {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	}
	
h3 {
	color: #4b4543;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0 4px 0;
	}
	
h3 a				{ color: #c42326; }
h3 a:link		{ color: #c42326; }
h3 a:visited		{ color: #c42326; }
h3 a:hover		{ color: #c42326; }
h3 a:active		{ color: #c42326; }
	
#footer {
	background: url(/images/portfolio/footer.png) no-repeat;
	height: 14px;
	padding-top: 24px;
	text-align: right;
	}
	
img {
	float: right;
	height: 210px;
	margin-left: 20px;
	width: 510px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	}
	
p {
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 14px 0;
	}
	
.project {
	border-bottom: 1px dotted #393836;
	height: 220px;
	padding: 20px 0;
	}
	
.project:hover img {
	}
	
.last {
	border-bottom: none;
	padding: 20px 0 5px 0;
	}

a.view			{ background: url(/images/portfolio/btn.png) no-repeat; color: #fff; display: block; font-weight: bold; float: left; height: 20px; line-height: 18px; margin-right: 5px; text-align: center; text-decoration: none; text-shadow: 1px 1px 0 #2e2d2b; width: 90px; }
a.view:link		{ color: #fff; }
a.view:visited	{ color: #fff; }
a.view:hover	{ background: url(/images/portfolio/btn.png) 0 -20px no-repeat; color: #fff; text-shadow: 1px 1px 0 #880f11; }
a.view:active	{ color: #fff; }

#wrapper {
	margin: 20px auto;
	width: 790px;
	}
