/*****************************************
        Import Generic Styles
*****************************************/

@import url("style_generic.css");



/*****************************************
        Custom Styles
*****************************************/

#header {
 /* #343436 */
border: 1px solid;
border-radius: 15px;
background: url(images/apbg.png);
 background-repeat: no-repeat;

/*background-color: rgba(148, 27, 31, 0.7);*/
background-color: #212120;
outline: none;
border-color: #000000;
box-shadow: 0 0 10px #000000;
width: 960px;
height: 100px;
}

#amessage {
padding-left: 10px;
padding-right: 10px;
background: url(images/styles/repeat.png) repeat-y;
background-repeat: repeat-y;
width: 950px;
height: 15px;
}

.title {
background: url(images/styles/titles.gif);
background-repeat: no-repeat;
height: 20px;
width: 150px;
padding-top: 3px;
padding-left: 5px;
font-weight: bold;
text-align: left;
}

#content {
width: 960px;
/*background: url(images/styles/repeat.png) repeat-y;*/
background-repeat: repeat-y;
padding-top: 0px;
padding-right: 10px;
padding-bottom:0px;
text-align: left;
overflow: auto;
min-height: 100%
}

#footer {
clear: both;
margin: 10 auto;
width: 960px;
height: 20px;
border: 1px solid;
border-radius: 1px;
/*background-color: rgba(148, 27, 31, 0.7);*/
background-color: #212120;
outline: none;
border-color: #000000;
box-shadow: 0 0 10px #000000;
text-align: center;

}
