/* Simple website for Chris Pearson */
/* Designed & Developed by Mig Reyes */
/* http://www.migreyes.com */

/* --- Below is a reset framework --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: middle;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #232730;
	border-right-color: #232730;
	border-bottom-color: #232730;
	border-left-color: #232730;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background: #566483;
	color: ;
	font-family: Georgia, Serif;
	font-size: 14px;
	height: 100%;
	text-align: center;
	width: 100%;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited { }
a:hover { 
	border-bottom: 1px solid white;
	padding-bottom: 2px;
}
a:active {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #232730;
}

p {
	margin: 20px 0;
}

h1 {
	color: #26242F;
	font-size: 36px;
	margin: 36px 0 0 0;
}

h2 {
	display: block;
	font-size: 11px;
	letter-spacing: 8px;
	margin: 9px 0 12px 0;
	text-transform: uppercase;
}

#container {
	height: 100%;
	margin: 0 auto;
	width: 800px;
}

#reel {
	border: 10px solid #232730;
	height: 405px;
	margin: 0 auto;
	width: 720px;
	}
