/* @override http://localhost/~pat/burkebows-com/styles.css */

/* Used for global layout stuff - based on the Yahoo reset: http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	font: small "Times New Roman", Times, serif;
	background: url(img/bg_webpage_ template.jpg) no-repeat fixed 0 0;
}

#wrap {
    margin: 80px auto 0 auto;
    width: 900px;
    text-align: center;
    padding: 0 30px 0 30px;
}

#main_content, #footer {
	margin-top: 100px;
	font-family: "Times New Roman", Times, serif;
}


#footer {
	margin-top: 120px;
}

a {
	text-decoration: underline;
	color: blue;
}

h1 {
	margin: 20px 0 20px 0;
	color: #693400;
	text-align: center;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
}

h2 {
	font-size: 1.4em;
	margin: 20px 0 20px 0;
	color: #693400;
}

h3 {
	font-size: 3.4em;
	margin: 112px 0 10px 0;
	font-weight: normal;
	font-style: normal;
}

#main_content p {
	padding-top: 22px;
	font-style: italic;
	font-size: 1.7em;
}

.footer_cell {
	float: left;
	width: 33%;
	font-size: 22px;
}

.left {
	text-align: left;
	height: 100px;
}

.center {
	text-align: center;
	height: 100px;
	padding-top: 58px;
}

.right {
	text-align: right;
	height: 100px;
		padding-top: 38px;

}

.copyright {
	color: #693400;
font-size: 16px;
}