/* CSS Document */

#container {
width: 960px;
margin-top: 80px;
margin-left: auto;
margin-right: auto;
background-color: #dd0800;

}
#header {
position: relative;
width: 960px;
height: 243px;
background-repeat: no-repeat;
clear: right;
}
#banner-left {
background-image:  url(../images/logocomb.jpg.jpg);
width: 213px;
height: 243px;
float: left;
}
#banner-right {
margin: 0;
padding: 0;
background-image:  url(../images/logo_main.jpg.jpg);
float: left;
width: 747px;
height: 243px;
}

h1, h2, h3 {
font-size: 100%;
color: #ffffff;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
margin-left: auto;
margin-right: auto;

}

.bevelmenu li a{
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
color: #245007;
font-weight: bold;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;
text-decoration: none;
}

.bevelmenu li a:hover{
color: black;
background-color: #FFE271;
border-style: outset;
text-decoration: none;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}

#nav {
padding: 10px;
position: relative;
background-color: #dd0800;
width: 213px;
margin-left: 0px;
margin-top: 0px;
float: left;

}
#nav-top {
clear: both;
width: 213px;
height: 40px;
background-color: #dd0800;

}
#nav-mid {
width: 213px;
background-color: #dd0800;
}
#nav-bot {
width: 213px;
background-color: #dd0800;
}
#nav p {
padding: 40px;
margin-top: 0;
}

#horiz-nav {
	position: relative;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 380px;
	z-index: 10;
}



#content {
position: relative;
width: 687px;
background-color: #dd0800;
margin-left: 240px;

}
#paper-top {
width: 574px;
height: 115px;
background-image:  url(../images/logo_paper.gif);
background-repeat: no-repeat;
margin-top: 40px;
margin-left: auto;
margin-right: auto;

}
#paper-mid {
width: 574px;
background-image:  url(../images/paper.gif);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
}

#paper-bot {
width: 574px;
height: 20px;
background-image:  url(../images/paper_bot.gif);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
float:top;
}
#paper-mid p {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 0px;
margin-top: 0;
margin-bottom: 0px;
}
#footer {
border-top: 1px solid #333333;
padding: 1em;
clear: both;
background-color: #dd0800;
text-align: right;
}

