/** 2011 mrcaps (www.mrcaps.com) */

body {
	font-family: Tahoma,Verdana,Helvetica,Arial,serif;
	font-size: 90%;
	color: #333;
    background: #C8BCA4;
	padding: 0px;
	margin: 0px;	
}

a {
	color: #990000;
}
a:hover {
	color: #ff0000;
}

h2, h3 {
    color: #990000;
    font-weight: normal;
    padding: 10px 0px 5px 0px;
    margin: 0;
}

#mainwrap {
    position: absolute;
    left: 50%;
    margin-left: -400px;
}
#cont {
    background-image: url('img/bgmain.png');
    background-repeat: repeat-y;
    width: 800px;
}

#cont div {
    padding-left: 40px;
    padding-right: 40px;
}
#cont div.ctitle {
    padding-top: 10px;
    font-size: 45px;
}
#cont div.csubtitle {
    font-size: 1.3em;
}

#cont div.ch2 {
    background-image: url('img/smallheader.png');
    background-repeat: no-repeat;
    height: 50px;
    color: #fff;
    font-size: 25px;
    padding-top: 8px;
}

hr {
    height: 1px;
    border: 0;
    color: #990000;
    background-color: #990000;
}
hr.titlehr {
    text-align: left;
    margin: 5px auto 10px 40px;
    height: 2px;
    width: 510px;
}

.ppad {
    margin-bottom: 10px;
}
.negpad {
    margin-top: -5px;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}

.smpics {
    width: 720px;
}
.mg td {
    width: 360px;
    text-align: center;
}
.txt td {
    padding: 0 10px 20px 10px;
}