/*------------------------------------------------------------------
[Flash Intro Stylesheet]

Project: JA Fellows
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 08/07/08
-------------------------------------------------------------------*/

@import 'reset.css';

/*------------------------------------------------------------------
[Table of contents]

1. Body
-------------------------------------------------------------------*/
html {
	margin-bottom: 1px;
	min-height: 100%;
}

body {
    background-color: #FFFFFF;
    background-position: center top;
    color: #000000;
	font-family: Helvitica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 14px;
	text-align: left;
}

#wrapper {
    margin: auto;
	width: 860px;
}

p { text-align: center; }

a {
	color: #C10435;
	text-decoration: underline;
}

a:hover { color: #666666; }