@charset "utf-8";

/* markandtraci.com */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	}

body {
	text-align: center;
	background: #3f3935;
	}

#page {
	width: 100%;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	color: #6c6d6f;
	font-size: 12px;
	line-height: 16px;
	}

#header {
	border-top: 80px solid #3f3935;
	width: 100%;
	height: 100px;
	background: #5b5c5f url(headerbk.jpg) center center no-repeat;
	}
	
#headerbox {
	width: 990px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	}

#content-a {
	position: absolute; top: 59px; right: 100px;
	}

a, a:visited {
	color: #806e62;
	text-decoration: none;
	}

a:hover, a:active {
	color: #8c796d;
	}

.bold {
	font-weight: bold;
	}
