body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFDE;
	background: #FFFFFF url(images/bg.gif) center top repeat-y;
	margin: 0;
	text-align: justify;
	line-height: 16px;
	}

#container { 
	width: 100%;
	}

#content {
	width: 600px; 
	margin-left: auto;
	margin-right: auto;
	}

#text {
	margin: -122px 0 0 120px;
	width: 428px;
	}

a:link {
	color: #B83006;
	text-decoration: none;
	border-bottom: 1px dashed #FFFF94;
	}

a:visited {
	color: #B83006;
	text-decoration: none;
	border-bottom: 1px dashed #FFFF94;
	}
	
a:hover {
	color: #FFFF94;
	border-bottom: 1px dashed #B83006;
	}

a:active {
	color: #B83006;
	text-decoration: none;
	border-bottom: 1px dashed #FFFF94;
	}
	
img {
	border: 0
	}

em, i {
	color: #F3ED4F;
	}

.centre {
	text-align: center;
	}

h1 {
	font-size: 19px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	color: #B8B868;
	padding: 0;
	margin: 0 -4px 0 -15px;
	border-bottom: 1px dashed #D8BA69;
	position:relative;left:0;top:0;
	line-height: 22px;
	}

h2 {
	font-size: 16px;
	color: #ABA965;
	font-family: 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	margin: 0;
	}

h2 .first {
	font-size: 18px;
	color: #857745;
	}

input, textarea, submit, select {
	color: #000000;
	background: #FFFFD6;
	border: 1px solid #948C63;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	}

.codes {
	text-align: center;
	}

.codes img {
	padding: 2px 4px 4px 2px;
	background: #575538;
	border-right: 1px dashed #968E60;
	border-bottom: 1px dashed #968E60;
	margin-bottom: 3px;
	}

.codes a {
	border-bottom: 0;
	}


#footer {
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 1px;
	}

#footer a:link {
	border: 0;
	color: #ECDB27;
	}

#footer a:visited {
	border: 0;
	color: #ECDB27;
	}

#footer a:hover {
	border: 0;
	color: #B83006;
	background: #4A3721;
	}

#footer a:active {
	border: 0;
	color: #ECDB27;
	}

blockquote {
	font-size: 10px;
	color: #CBCA86;
	border-top: 1px dashed #968E60;
	border-bottom: 1px dashed #968E60;
	padding: 4px 0 6px 30px;
	}