/* CSS Document */

/* Body section all pages */
body {
	margin: 50px auto;
	}

h1 {
	text-align: center;
	color: #3B1311;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	background: url(../img/bg.jpg) top center no-repeat #ffffff;
	height: 570px;
	}

h2 {
	text-align: center;
	color: #555555;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	}

h3 {
	text-align: center;
	color: #C2C1C1;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	border-top: 1px dotted #DEDEDE;
	padding: 10px;
	}
h3 a:link {
	color: #C2C1C1;
	text-decoration: none;
	}
	
h3 a:visited {
	color: #C2C1C1;
	text-decoration: none;
	}
	
h3 a:hover {
	color: #E4663C;
	text-decoration: none;
	}

a:link {
	color: #59B5DF;
	}
a:visited {
	color: #777777;
	}
a:hover {
	color: #E4663C;
	}
