#Page {
	margin: 0 auto;
	width: 827px;
	background: #F7DF7E url(../images/bg.gif) repeat-y;
	height: 100%;
}



#Container {
	background: url(../images/bg-top.gif) repeat-x;
	
}
	
#header {
	margin-left: 40px;
	width: 728px;
}	
#pullquote {
	margin: -110px 0 38px 70px;
}	
#BodyContent {
	margin-left: 30px;
	float: left;
}
	
#BodyContent #Content {
	width: 330px;
	padding: 20px;
}
#BodyContent #Interior {
	width: 400px;

}


		


/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
color: #c41130;
}

h2 {
 font-size: 1.2em;
 padding-top: .5em;
}
h3{
	color:#9aba11;
	font-weight:bold;
}
h4 {

}


/* ~~~~~~~~~ Square borders ~~~~~~~~~ */    


.roundcont {
	width: 827px;
	background: url(../images/bg-bottom.gif) repeat-x bottom;
}


.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

img.corner {
   width: 49px;
   height: 49px;
   border: none;
   display: block !important;
}


/* ~~~~~~~~~ THANKS FOR THE MENU GO  TO EXPLODING-BOY.COM ~~~~~~~~~ */

#topmenu {
	font-size: 90%;
	width: 740px;
	text-transform: uppercase;
	margin-left: 40px;
	line-height: normal;
	height: 41px;
	margin-top: 5px;
	font-weight: bold;
	border-top: 1px solid #DBE1E9;
}
#topmenu ul {
	margin: 0;
	padding: 0px 0px 0 1.5em;
	list-style: none;
	text-align : center;
}
#topmenu li {
     display:inline;
     margin:0;
     padding:0;
     
}
#topmenu a {
     float:left;
     background:url(../images/menuleft.gif) no-repeat right top;
     margin:0;
     padding: 0;
     text-decoration : none;
	  font-size: 95%;
}
#topmenu a span {
      float:left;
      display:block;
	   width: 85px;
      background:url(../images/menuright.gif) no-repeat left top;
      padding: 4px 15px 6px 14px;
      color: #4d4c4d;
		cursor : hand;
 }
      

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
/* End IE5-Mac hack */
#topmenu a:hover span {
      color:#FFFFFF;
}
#topmenu a:hover {
      background-position:0% -57px;
}
#topmenu a:hover span {
      background-position:100% -57px;
}
#topmenu a span.selected {
    	background:url(../images/menuright-selected.gif) no-repeat left top;
      background-position:100% -57px;
      color: #FFFFFF;
}