@import "layout.css";
@import "type.css";
@import "../js/shadowbox-build-3.0b/shadowbox.css";

body {
	background-color:#210400;
}

.text_right {
	text-align:right;
}

.pad5left {
	padding:0 0 0 5px;
}

.pad5right {
	padding:0 5px 0 0;
}

.clear {
	clear:both;
}

p {
	margin-bottom:1em;
}

h2{
    font-size:1.1em;
    margin-bottom:1em;
}

h3 {
    font-size:1em;
    margin-bottom:0.9em;
}

table {
    margin-bottom:1.1em;
}

table.full td {
    padding:10px;
}

table.full th {
    font-size:1em;
    font-weight:bold;
    padding:5px;
}

.centre {
	text-align:center;
}

.strong {
	font-weight:bold;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.highlight {
    background-color:#D8EBA5;
}

hr {
    background-color:#D8EBA5;
    color:#D8EBA5;
    border:0;
    margin-bottom:1em;
}

hr.bbc {
    background-color:#E6E601;
    color:#E6E601;
    border:0;
    margin-bottom:1em;
}

select option {
    padding:0px 10px 0px 0px;
}

input.btn {
    border:1px solid #000;
    background:#D3110C;
    color:#fff;
    font-weight:bold;
    padding:2px;
    cursor:pointer;
}

.relative {
    position:relative;
}

.indent {
    margin:0 0 0 20px;
}

ul {
    margin-bottom:1em;
}

.hide {
    display:none;
}

img {
    border:none;
}