/* brianhuberd.com css file */
/* original background #ffffcc */
/* wrapper color #E1D8B4 */
/* background color #A8B1E1 */

/*define background color */

body {
	background: #b7b7b3 url(images/main/background.jpg) repeat-x;
	font-size: 11px;font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #181818;
	text-align: center;margin: 0px;padding: 0px;
	}

#wrapper {
	width: 988px;
	margin: 0px auto;
	text-align:left
	}

/* Column 1 */

#primary {
	float: left;
	width: 640px;
	padding-right: 10px;
}

/* Column 2 */

#secondary {

	margin-left: 380px;
}
	
/* define headlines */

h1 {
	font-size: 36px;
	font-family: 'Ariel', 'Helvetica', Sans-Serif;
	font-weight: bold;
	line-height: 1;
	color: #166597;
	text-align: center;
}

/* define text style */

.copy {
	font-size: 13px;
	font-family: 'Ariel', 'Helvetica', Sans-Serif;
	}
	
/* define footer style */

.footer {
	font-size: 10px;
	font-family: 'Ariel', 'Helvetica', Sans-Serif;
	text-align: center;
	}
	
/* define links */

a:link {
	color: #0e6508;
	text-decoration: none;
	}
	
a:visited {
	color: #169834;
	text-decoration: none;
	}
	
a:hover {
	color: #37980d;
	text-decoration: underline;
	}