/* North Star Reach CSS GRID */
body { background-color: #ea7f1e; width: 1000px; margin: 0 auto; font-family: "Trebuchet MS", Verdana, sans-serif; }

a { color: #fdb813; text-decoration: none; }

/* HEADER STYLES */


/* MAIN CONTENT */
#wrapper { width: 1000px; height: 750px; background: #ea7f1e url('../images/background.gif') no-repeat 0 0; }

#content { float: left; width: 925px; height: 566px; }
#content img { position: relative; top: 230px; left: 125px; float: left; }
#content #text { position: relative; top: 120px; float: right; width: 400px; overflow: auto; padding: 0 65px 0 0; }
#content #text h2 { width: 330px; color: #78a22f; font-size: 1.2em; line-height: 1.5em; padding: 0 0 20px 0; }
#content #text p { color: #584a3b; font-size: .9em; line-height: 1.4em; padding: 0 0 10px 0; }
#content #text p.small { color: #584a3b; padding: 30px 0 0 0; font-size: .7em; }

#support { position: relative; left: 72px; float: left; width: 849px; background-color: #7f6c58; padding: 10px 0 10px 0; border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
#support p { float: right; width: 442px; padding: 0 20px 0 0; color: #fff; line-height: 17px;  font-size: .8em; }
#support div#site { float: left; width: 150px; background: #7f6c58 url('../images/star.gif') no-repeat 14px 8px; font-size: .8em; line-height: 1.4em; padding: 8px 0 0 38px; }

/* FOOTER STYLES */
#footer { position: relative; left: 50px; float: left; height: 60px; width: 849px; }
#footer img { float: right; width: 154px; padding: 10px 0 0 0; }
#footer p { padding: 13px 0 0 40px; font-size: 10px; font-weight: bold; color: #fff; }

