/*
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #4c3a30 ;
	background-image:url(images/stripe.gif);
	background-repeat:repeat-x;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	color: #AA2808;
}

h1 {
}

h2 {
}

h3 {
}

/* Page */

#page {
	width: 718px;
	margin: 0 auto;
	padding: 55px 0px 0 0;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p {
}
