/*GENERALstructure----------------------------------------------------*/	
body {
 font-family: Franklin Gothic Medium, Helvetica, sans-serif;
 background-color: #4F1212;
 padding: 10px 0 25px 0;
}
.wrapper {
 position: relative;
 width: 758px;
 margin: auto;
 padding: 17px 15px 20px 15px;
 background-color: #F7F5C0;
}
.content {
 width: 650px;
 padding: 20px 50px 25px 50px;
 border: 4px double #AAA;
}
hr {
 border: none;
 height: 1px;
 color: #999;
 background-color: #999;
 clear: both;
}
/*TEXT----------------------------------------------------*/	
h1 {
 font-size: 1.7em;
 color: #CF1111;
 margin-bottom: 5px;
}
h2 {
 font-size: 1em;
 color: #CF1111;
 margin: 5px 0 -10px 0;
}
p, dl {
 font-size: 0.8em;
 text-align: justify;
 line-height: 120%;
}
#intro {
 font-size: 1em;
 text-align: center;
 line-height: 110%;
 margin: 10px 0;
 padding: 0 10px;
}
.notices {
 margin-bottom: -10px;
}
#smallertext {
 font-size: 0.7em;
}
/*LINKS----------------------------------------------------*/	
a {
 color: #1A1ECC;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
/*QUOTES-----------------------------------------------*/
.quote {
 float: right;
 width: 170px;
 padding: 1px 0 2px 10px;
 margin: 4px 0 0 15px;
 color: #CF1111;
 text-align: left;
 font-size: 0.8em;
 font-weight: bold;
 border-left: 8px solid #CF1111;
}