/* CSS Document */

.confWrap {
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: .75em;
text-align: center;
}

.confWrap img {
border: 0;
}

.confWrap h1 {
font-size: 1.5em;
font-weight: bold;
text-transform: uppercase;
color: #bd372e;
}

h2 {
font-size: 1.25em;
font-weight: bold;

color: #bd372e;
}


.confContent
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: table;
	height: auto;
	background-image: url(../images/coffee-pot50.jpg);
}


.confContent20
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: table;
	height: auto;
	background-image: url(../images/coffee-pot20.jpg);
}


.confContent25
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: table;
	height: auto;
	background-image: url(../images/coffee-pot25.jpg);
}


.confContent30
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: table;
	height: auto;
	background-image: url(../images/coffee-pot30.jpg);
}

.confContent35
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: table;
	height: auto;
	background-image: url(../images/coffee-pot35.jpg);
}


.confContent40
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: table;
	height: auto;
	background-image: url(../images/coffee-pot40.jpg);
}

.confContent50
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: table;
	height: auto;
	background-image: url(../images/coffee-pot50.jpg);
}

.confMenu {
background-color: #bd372e;
display: table;
width: 100%;
height: auto;
margin-bottom: 10px;
}

.confMenu a, .confMenu a:visited {
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
}

.confMenu ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.confMenu ul li {
position: relative;
float: left;
height: 15px;
padding: 6px;
}

.confMenu li a, .confMenu li a:visited {
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
color: #fff !important;
border-right: 1px solid #fff;
padding-right: 6px;
}

.confMenu li a:hover, .confMenu li a:active {
text-decoration: none;
color: #000 !important;
}

.confMenu li a.noborder {

border-right: 0px solid #fff !important;
}

.confFtr {
width: 100%;
text-align: center;
border-top: 1px solid #999;
padding-top: 4px;
margin-top: 20px;
}

.confFtr a, .conFtr a:visited {
text-decoration: none;
color: #bd372e;
}

.confFtr a:hover {
text-decoration: underline;
color: #ce1e28;
}
