/* =RESET
===========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

ul, dl {
	list-style-type: none;
}

.break {
	clear:both;
	height: 0px;
	overflow: hidden;
}

i, .none {
	display: none;
}

.text_center {
	text-align:center;
}

.text_right {
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}
a, a img {
	position: relative;
}

/* =DEFAULTS
===========================================*/

body {
	background: #0e0e0d url(../images/bg.jpg) no-repeat;
}
#container {
	width: 500px;
	float: left;
	margin: 20px 0px 30px 40px;
	color: #ccc;
}
#container h1 {
	margin-left: -40px;
	background: url(../images/top.png) no-repeat;
	padding-left: 60px;
	height: 54px;
	color: #fff;
	font: normal 30px Calibri, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
#container h1 a {
	display: block;
	width: 149px;
	height: 22px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -999px;
	margin-top: 20px;
	float:left;
}
.box {
	margin-bottom: 20px;
	background: url(../images/bg_box.png);
	padding: 10px;
	font: 12px/16px Calibri, Arial, Helvetica, sans-serif;
	float: left;
}
.box div {
	border: 1px solid #424140;
	padding: 10px;
}
	
.box h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #723037;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #fff;
}
.box h2 img {
	margin-top: -5px;
}
#footer {
	height: 39px;
	background:url(../images/bottom.png) no-repeat;
	margin-right: 10px;
	text-align: right;
	padding: 15px 20px 0px 0px;
	font: normal 16px Calibri, Arial, Helvetica, sans-serif;
	color: #fff;
	clear:both;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #167ec2;
	text-decoration: none;
}
