/* CSS Document */

/*

Organized by:

Typography
Layout
Navigation
Forms and Tables
Misc.

*/



/* Typography
-------------------------------------------------------------- */

body { color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 100%; line-height: 1.25em; }

a, a:visited { color: #E72425; text-decoration: underline; }
a:hover { text-decoration: none; }

#content h2 { line-height: 60px; }
#content p, #content ul { font-size: 0.6875em; }



/* Layout
-------------------------------------------------------------- */

body { background: #1A923E url(../img/bg_grass.gif) repeat-x top left; }

#frame { width: 929px; height: 736px; margin: 0 auto; padding: 60px 0 0; background: url(../img/bg_frame.jpg) no-repeat top left; }

#flashcontent { width: 800px; height: 600px; margin: 0 auto; text-align: center; }
#flashcontent img { margin-top: 40px; border: none; }

#content { width: 660px; height: 560px; margin: 0 auto; padding: 20px; overflow: auto; background-color: #CDEDF7; }
#content h2 { padding-left: 135px; background: url(../img/logo.gif) no-repeat top left; }

a img { border: none; }