@charset "UTF-8";
/* CSS Document */

@charset "utf-8";
* {margin:0px; padding:0px}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A4B4B;
	background-color: #3D2626;
	background-image: url(../images/layout/red/bg_top.png);
	background-repeat: repeat-x;
	background-position: top;
}

input, select, option, textarea {
        background:#D0B3B3;
        color:#3D2626;
        border:1px solid #3D2626;
        padding:2px;
}

li { 
        margin-left:25px;
}

a:link, a:active {
	color: #B68989;
	text-decoration: none;
}
a:hover {
	color: #D0B3B3;
	text-decoration: underline;
}
a:visited {
	font-style: italic;
	color: #8A5555;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	border-bottom:1px dotted #8b6868;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	padding-left: 50px;
	border-bottom:1px dotted #8b6868;
	background-color: #3D2626;
	display: block;
}
p {
	color: #8b6868;
	background-color: #FFFFFF;
}
#wrapper {
	height: auto;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/layout/red/bg.png);
	background-repeat: repeat-y;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	text-align: right;
	padding-right: 50px;
	height: 310px;
	background-image: url(../images/layout/red/head.png);
	background-repeat: no-repeat;
}
#content {
	padding:0px 50px 0px 50px;
}

#footer {
	height: 143px;
	background-image: url(../images/layout/red/foot.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 780px;
        text-align:center;
	margin:0px auto 0px auto;
}
#foot_bg {
	background-image: url(../images/layout/red/bg_foot.png);
	background-repeat: repeat-x;
	height: 143px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
}
#styles {
	vertical-align: bottom;
	height: 100px;
	padding-top:50px;
	width: 300px;
	margin: 0px 25px 0px auto;
}
#navi {
	height: auto;
	width: 140px;
}
#nav_hd {
	background-image: url(../images/layout/red/nav_top.png);
	background-repeat: no-repeat;
	height: 38px;
}
#nav_bd {
	background-image: url(../images/layout/red/nav_bg.png);
	background-repeat: repeat-y;
	padding:0px 10px 0px 10px;
	color:#FFFFFF;
}
#nav_ft {
	background-image: url(../images/layout/red/nav_foot.png);
	background-repeat: no-repeat;
	height: 37px;
}
#body {
	height: auto;
	width: 500px;
}

.border {
	padding: 10px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	border-right: 2px solid #1B1010;
	border-left: 2px solid #1B1010;
}

.hd_border {
	background:url(../images/layout/red/bor_head.png);
	height:15px;
}

.ft_border {
	background:url(../images/layout/red/bor_foot.png);
	height:15px;
}

.header {
	background-color: #3D2626;
	padding: 2px;
	font-size: 16px;
	color: #E4D3D3;
	font-weight: bold;
}

.padding {
	padding-right:5px;
}

.foot a:link,a:active {
        color:#3d2626;
}

.foot a:hover {
        color:#5c3232;
        text-decoration:none;
}

.foot a:visited{
        color:#7b3939;
        text-decoration:underline;
}

.stats {
	border-bottom:1px solid #D0B3B3;
	padding:3px;
}

.submit {
        background:url(../images/layout/red/button.png);
        width:100px;
        height:35px;
        display:block:
}

.submit input {
        background:transparent;
        border:0px;
        width:100px;
        height:35px;
        display:block;
}

.input {
        background:url(../images/layout/red/input.png);
        width:190px;
        height:35px;
        margin-bottom:1px;
        margin-top:1px;
}

.input input {
        background:transparent;
        border:0px;
        width:176px;
        height:27px;
        padding-top:8px;
        padding-left:7px;
        padding-right:7px;
}

.align {
        text-align:right;
        padding-right:5px;
}

.image {
        float:right;
        margin:10px 0px 10px 5px;
}

th {
        background-color:#D0B3B3;
        color:#ffffff;
		padding:3px;
}
