/*------------------------------------------------------------------
[Maintenance Stylesheet]

Project: Lively Web Design
Author: Scott Lively <scott@livelywebdesign.com>
Version: 1.1
Last change: 03/20/2009
-------------------------------------------------------------------*/

@import 'reset.css';

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

1. Body
2. Navigation   [#nav_main]
3. Content      [#content]
4. Footer       [#ftr]
5. Error
-------------------------------------------------------------------*/


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

body {
    background-color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
    color: #666666;
	font-family: Helvitica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 28px;
}

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

a { color: #666666; }
a:hover { color: #000000; }
