body {
	background-color: #c3c3c3;
	margin: 0;
	padding: 0;
}

body,div,span,table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {
	border: 0;
	vertical-align: middle;
}

table td {
	vertical-align: top;
}

p {
	margin-top: 0;
}

a {
	color: #a00000;
}

a:hover {
	color: #000000;
}

#main {
	width: 750px;
	margin: auto;
	background-color: white;
	border-left: 1px solid #a00000;
	border-right: 1px solid #a00000;
}

#header-menu {
	border: 0;
	margin: auto;
	padding: 0;
	list-style: none;
	float: left;
	background: #c90000 url("../images/menu_main_bg.png") repeat-x bottom left;
	width: 100%;
}

#header-menu li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#header-menu a {
	display: block;
	width: auto;
	background: #c90000 url("../images/menu_main_bg.png") repeat-x bottom left;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 8px 12px;
	border-left: 1px solid #745151;
	border-right: 1px solid #c49e9e;
	text-decoration: none;
}

#header-menu a:hover, #header-menu a:active {
	background: #a00000 url("../images/menu_main_bg_hover.png") repeat-x bottom left;
}

#header-menu-store {
	clear: both;
	background: #e0e0e0 url("../images/menu_store_bg.png") repeat-x bottom left;
	padding: 7px 10px;
}

#header-menu-store a {
	padding: 0 0.6em 0 0.4em;
	border-right: 1px solid black;
}

.divshadow-top {
	clear: both;
	height: 14px;
	background: url("../images/menu_shadow_top.png") repeat-x top left;
}

.divshadow-bottom {
	clear: both;
	height: 14px;
	background: url("../images/menu_shadow_bottom.png") repeat-x bottom left;
}

h1 {
	margin: 10px 10px 30px;
	padding: 0 0 0 65px;
	background: url("../images/page_title_gun.png") no-repeat center left;
	font-size: 15px;
	font-weight: bold;
}

h2, .box-head {
        background: #c90000 url("../images/box_header_bg.png") repeat-x bottom left;
	margin: 0;
	padding: 5px 10px;
        color: white;
        font-size: 15px;
        font-weight: bold;
}

h2 a, .box-head a, h2 a:hover, .box-head a:hover {
        color: white;
	font-weight: bold;
}

.box-head td {
	color: white;
	font-weight: bold;
}

.box, .warning, .notice, .error, .success {
        padding: 10px;
        border: 1px solid #a00000;
}

p.box, div.box, .notice, .error {
	margin: 0 0 30px 0;
}

.warning, .error {
	background-color: #ffff80;
	margin-bottom: 2em;
}

.success {
	background-color: #33ff33;
	margin: 0 0 2em 0;
}

#content-main {
        margin: 10px 10px 30px;
        min-height: 300px;
}

#footer {
	background: #e0e0e0 url("../images/menu_store_bg.png") repeat-x bottom left;
	padding: 10px;
	border-bottom: 1px solid #a00000;
}
ul {
	margin: 1em;
	padding: 0;
}
ul li {
	margin: 0 0 0 0.6em;
	padding: 0;
}
.code {
	padding: 5px;
	background: #d0d0d0;
	font-family: monospace;
	font-size: 12px;
}
#cards {
	float: right;
	margin-right: 10px;
}

.highlight, .site_news_title {
	color: #a00000;
	font-weight: bold;
	font-size: 15px;
}

.site_news_date {
	font-weight: bold;
}
