/* CSS Document - Haley Productions (Allied Pixel Redirect) - All-Media Stylesheet
/*
/* version:   1.0
/* date:      1/4/07
/* author:    brian.crumley@alliedpixel.com
/* website:   http://www.alliedpixel.com
/*
----------------------------------------------------------*/


/* Begin Init Styles
----------------------------------------------------------*/
/* reset elements padding and margin */
html, body, form, fieldset {
	font: 100%/120% Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0;
	margin: 0 }

/* reset elements vertical padding and margin */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	padding: 0;
	margin: 1em 0 }

/* reset elements left margin */
li, dd, blockquote {
	margin-left: 2.5em }
blockquote {
	padding-right: 5px }

/* reset miscellaneous element consistency */
form label {
	cursor: pointer }
fieldset { }
input, select, textarea {
	font-size: 100% }


/* Begin Wrapper Styles
----------------------------------------------------------*/
.outer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 520px;
	height: 330px;
	margin-left: -260px;
	margin-top: -165px }
.inner {
	position:absolute;
	left: 50%;
	top :50%;
	width: 520px;
	height: 330px;
	margin-left: -260px;
	margin-top: -165px }


/* Begin Content Styles
----------------------------------------------------------*/
#info {
	width: 520px;
	height: 330px;
	text-align: center }
#info h1 {
	margin: 0 0 40px 0 }
#info h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 20px 0 }
#info h2 .highlight {
	color: #1fb25a }
#info p {
	font-size: .9em;
	margin: 0 }
#info a:link, #info a:visited, #info a:active {
	color: #999;
	text-decoration: underline }
#info a:hover {
	color: #45abcc;
	text-decoration: none }