@import url("branding.css");
@import url("nav.css");
@import url("content.css");/**/
@import url("footer.css");
*{
margin:0px;
padding:0px;
}
body {
  font-family: "arial", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 1.6;
  font-size: 62.5%;
  background-color:/*C0DCC0*/#ACCFCC;
  color:#595241;
  padding-top: 5px;
}
#wrapper{
width:980px;
margin: 0 auto;
overflow:hidden;
background-color:#FFFBF0;
}
h1, h2{
font-family:"Courier New", Courier, monospace;
color:#ACCFCC;
padding-left:10px;
padding-top:5px;
}
/*h2{
float:right;
margin-top:-90px;
padding-right:10px;
}*/
#content{
	padding-top:60px;
}
p{
	padding:5px;
	font-size:1.4em;
}
em{
	font-weight:bold;
	font-style:normal;
}
#content a{
color:#595241;
text-decoration:none;
border-bottom:1px ridge #8A0917;
}
#content a:hover{
	color:#8A0917;
	border-top:1px ridge #8A0917;
}
#content a:visited{
	border-bottom:1px ridge #595241;
}
.clear{
clear:both;
height:0px;
}