/* CSS for brandonpeat.com original 09 design, intro page */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #FFFFFF;
	text-align: center;
}

#topSymbols {
	margin: 90px 0px 20px 0px;
}

#bpCrest {
	position: relative;
	top: -45px;
	z-index: 2;
}

#clickhere {
	font-family: "Gill Sans MT", "Century Gothic", Futura, Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	position: relative;
	top: -100px;
	z-index: 3;
}

#disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	position: relative;
	top: -95px;
	z-index: 4;
}



a {
	color: #39b3d6;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
}


/* ERROR PAGES */

#container {
	width: 600px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	background-color: #FFFFFF;
}

#pic404 {
	margin-top: 50px;
}

#caption404 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #666666;
}

#links404 {
	font-family: "Gill Sans MT", "Century Gothic", Futura, Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 25px;
	color: #CCCCCC;
}
