@charset "UTF-8";
/* CSS Document */
body{background:url(images/Backgrounds/SilverBackground.jpg) top center fixed no-repeat;}
h1{font-family:"monotype corsiva", Times, serif; font-size:26px; margin:0 0 10px 0; text-align:center;}
h2{font-family:"Times New Roman", Times, serif; font-size:20px; margin: 0 0 10px 0; text-align:center;}
h3{font-family:"Times New Roman", Times, serif; font-size:16px; text-align:left;}
h4{font-family:"Times New Roman", Times, serif; font-size:14px; text-align:right;}
p{margin:0 0 15px 0;font-size:16px;}

a{color:#c61010; text-decoration:none;} /*NOTE: This denotes the color and underline (or lack thereof) of the links. This will changed to visited once clicked.  Red is #c61010 (same as Peak DJ Logo); Green is #06350e(same green as VRH Logo) #333 is gray. NOTE that this could be called: a{ or a:link{ */
a:hover {color:#c61010; text-decoration:underline;} /*#03F is (blue)*/
a:visited {color:#61010; text-decoration:none;} /*Red is #c61010 (red); Green is #06350e(same green as VRH Logo)*/

img{border:0;}
.floatleft{float:left; margin:0px 10px 0px 0px;} 
.floatleft-largermargin{float:left; margin:0px 20px 10px 0px;} /*NOTE: this is used for images that have bullet points to their right (like Weddingwire logo on the index page). */
.floatright{float:right; margin: 0px 0px 0px 10px;}
.center{display:block; margin:0 auto;}
.section{width:880px; margin:0px 0px 30px 0px; float:left;} /*NOTE: this was setup by Rob for the school page but it allowed the grey background image to show under the text, so this is no longer in use (replaced with a table)*/
/*nOTE */

#container{width:900px; margin:10px auto 10px auto;} 
#header{width:900px; height:100px; margin:20px 0px 10px 0px; background:url(images/Logos/thevermontdjco_banner.png) no-repeat;}

#nav{width:900px; height:30px; background:#FFF; line-height:30px; text-align:center; border:}
#nav a{font-size:12px; text-transform:uppercase; margin: 0px 12px 9px 8px; color:#c61010; text-decoration:none;}
#nav a:hover {color:#c61010; text-decoration:underline;} /*#03F is blue; #333 is gray */
#nav a:visited {color:#61010; text-decoration:none;} /*Red is #c61010 (red); Green is #06350e(same green as VRH Logo)*/

#subnav{width:900px; height:20px; background:#FFF; line-height:20px; text-align:center;}
#subnav a{font-size:12px; text-transform:uppercase; margin: 0px 9px; color:#c61010; text-decoration:none;}
#subnav a:hover {color:#c61010; text-decoration:underline;} /*#03F is blue; #333 is gray */
#subnav a:visited {color:#61010; text-decoration:none;} /*Red is #c61010 (red); Green is #06350e(same green as VRH Logo)*/

#content{width:880px; background:#FFF; padding:10px; font-size:14px;}
#footer{width:900px; height:50px; font-size:16px; line-height:50px; text-align:center; clear:both;}
#facebook{width:400px; margin:0 auto;}
ul{font-size:14px;}
