/* ACVECC Home Page styles */
/* HTML Elements */
body { margin: 0; padding: 0; text-align: center; background: #fff; font-family: "Lucida Grande", Arial, Helvetica, sans-serif; font-size: 100%; }

p {font-size: 1.0em; }

a { font-size: 0.6em; }
a:link { color:#006; text-decoration: none }
a:visited { color:#006; text-decoration: none }
a:active  { color:#99f; text-decoration: none }
a:hover	 { color:#33c; text-decoration: underline }

#main_layout { margin: 10px auto; padding: 0px; width: 730px; height: 500px; border: 1px solid #006; text-align: left;}
#heading { width: 730px; height:97px; background:url(../img/heading.jpg) no-repeat top left; }
#navbar { width: 730px; height: 26px; background-color: #006; background: url(../img/navbar_bg.jpg) no-repeat top left; }
#content { width: 730px; height: 353px; background: url(../img/content.jpg) no-repeat top left;  }
#content h1, #content p { color: #fff; background: inherit; }

#footer { width: 730px; height: 24px; background: url(../img/footer.jpg) no-repeat top left; }
#milonic { margin: 0 auto; }
#milonic p { margin: 0 auto; text-align: center; }
#milonic a, #milonic a:visited { color: #ccc; background: inherit; }
#milonic a:hover, #milonic a:visited:hover { color: #666; background: inherit; }

#splash_text { position: absolute; top: 540px; left: 0; color: #fff; background: #fff; margin: 20px 0;  padding: 0; width: 733px; }
#splash_text h1, #splash_text p { font-size: 0.6em; font-weight: 400; margin: 0; padding: 0; }