/*
Author: George Poulos, www.abovethemezzanine.com

[Table Of Contents]
0- Reset
1- Global
2- Links
3- Headings
4- Header
5- Navigation
6- Middle
7- Forms
8- Extras
9- Footer
*/

/* =0 Reset */
@import url('reset.css');

/* =1 Global */
body { font: 62.5%/1.25 Helvetica, Arial, sans-serif; vertical-align: top; background: #eee; color: #000000; border-top: 9px solid #000000; }
#container { width: 840px; height: 100%; margin: 0 auto; position: relative; }
p { font-size: 1.4em; }
.clearfix { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

/* =2 Links */
a:link, a:visited { color: #0080ff; text-decoration: underline; }
a:hover { color: #0080ff; text-decoration: none; }
a:active { color: #0080ff; text-decoration: underline; }

/* =3 Headings */
h1, h2, h3, h4, h5 { font-style: bold; }
h1 { font-size: 2.6em; margin: 0; }
h2 { font-size: 2.0em; margin: 0 0 10px 0; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }

/* =4 Header */
#header { width: 840px; text-align: center; margin: 40px 0 10px 0; }
#header h1 {
font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
font-size: 4.0em;
}

/* =5 Navigation */
/* =6 Middle */
#main { width: 840px; margin: 0 auto; padding: 0; position: relative; text-align: center; }
/* =7 Form */
/* =8 Extra */
/* =9 Footer */
#footer { margin: 0; padding: 0; }


