@charset "utf-8";
/* CSS Document */
@import url("http://www.daintydawgs.com/styles/nav.css");
*{margin:0px;padding:0px;}
a:link	   {text-decoration: underline; color: #000;}
a:visited  {text-decoration: underline; color: #000;}
a:hover    {text-decoration: none; color: #000;}	
body {background-color: #f2f2f2;}
#menu {width:970px; margin:10px auto 0 auto; text-align: center; }
#news {width:970px; margin:10px auto 0 auto; padding:0 30px 0 30px;}
#mainBody{width:970px;margin:10px auto 0 auto;}
#bodyTop {height:30px; background-image: url(../graphics/bodyTop.png); background-repeat: no-repeat;}
#bodyMiddle {padding:0 30px 0 30px; background-image: url(../graphics/bodyMiddle.png); background-repeat: repeat-y; height:375px;}
#bodyBottom {height:32px;background-image: url(../graphics/bodyBottom.png); background-repeat: no-repeat;}
#footer{width:970px;height:50px; margin:10px auto 0 auto;padding:0px; background-image: url(../graphics/footer.png); background-repeat: no-repeat; }
#footer p{padding-top:10px; text-align: center; }
#bodyText {float:left; width:600px;}
#bodyFeature {margin-left:700px; width:200px; height:300px; background-image: url(../graphics/sideBox.png); background-repeat: no-repeat; color:#FFFFFF; padding-right:7px;}
#bodyFeature p {width:190px; font-size:11px; margin-left:3px;}
#top { position: absolute; top: 0; }


