@charset "utf-8";

/* Clearfix */
.cf:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.cf { display: inline-block; }
html[xmlns] .cf { display: block; }
* html .cf { height: 1%; }

body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: justify;
}

#header {
	margin-bottom: 10px;
}

body#home h2 {
	font-size: 12px;
}

#content {
	margin: 20px auto;

	border: 3px solid #ed1b24;
	background: transparent url(../images/brc.gif) no-repeat bottom right;
	width: 880px;
}

body#home #content {
	background: none;
	padding-bottom: 0;
}

#main {
	float: left;
	margin-left: 30px;
}

#zing {
	float: right;
	margin: 0 10px;
	text-align: center;
}

.submenu {
	font-weight: bold;
	font-size: 14px;
}

body#home #main { width: 520px; }
body#home #zing { width: 310px; }

body#info #main { width: 320px; }
body#info #zing { width: 510px; margin-top: 20px; }

body#info #zing img { margin-bottom: 80px; }

body#info #content { padding-top: 30px; }

#nav { clear: both; margin-bottom: 25px; }

#nav ul {
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 13px 0 0;
	color: #666;
}

#nav ul li a:hover, #nav ul li a:active, #nav .active a, .active {
	color: #ff3f3f !important;
}

#footer {
	margin: 0 auto;
	width: 880px;
	text-align: center;
}

#footer p.tagline {
	font-size: 11px;
	color: #999;
}

#copyright {
	font-size: 11px;
	margin-left: 30px;
	color: #999;
}

#copyright p { margin: 0; padding: 0; }

a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ff3f3f;
	text-decoration: none;
}

h1, h2, h3 {
	text-align: left;
}

h1 {
	font-size: 18px;
}
