@import url("reset.css");

body { background: #e6e3e0; width: 100%; font-family: Helvetica, “Helvetica Neue”, Arial, sans-serif; font-size: 12px; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.wrapper { width: 885px; margin: 0 auto; }

.header, .portfolio, .tagline, .main, .footer { clear: both; width: 100%; }

.header h1 { margin: 0 auto; width: 100%; text-align: center; }

.header h1 a { margin: 0 auto; display: inline-block; text-decoration: none; }

.header h1 span { display: none; }

.portfolio { border-top: 10px solid #cecac7; background-color: #fff; padding: 22px 0 30px 0; }

	.portfolio h2 { letter-spacing: 3px; color: #8a7967; font-weight: normal; background: url("../img/arrow.png") no-repeat right top; padding: 0 12px 3px 0; display: inline-block; }
	
	.portfolio ul { list-style-type: none; margin: 0; }
	
		.portfolio ul li { float: left; margin-right: 3px; }
		
			.portfolio ul li.last { margin-right: 0; }

.tagline { background: #cecac7; color: #8a7967; text-transform: uppercase; text-align: center; padding: 10px 0 8px 0; letter-spacing: 3px; }

.main { margin: 40px 0 20px; color: #8a7967; }

.main h3 { font-weight: normal; color: #c41230; text-transform: uppercase; }

.main { line-height: 16px; }

	.main a { color: #8a7967; }

.main ul { margin: 0; list-style-type: none; }

.main .column { width: 235px; float: left; padding: 0 30px; }
