@import url("lib/reset.css"); /* reset all styles */
@import url("lib/header.css"); /* header styles */
@import url("lib/content.css"); /* content styles */
@import url("lib/footer.css"); /* footer styles */

html { overflow-y: scroll !important; }

body {
	background:#262624 url(../images/skin/bgs/body_gradient.jpg) repeat-x;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	color:#A3A3A3;
	text-decoration:none;
}

a:hover {
	color:#5181b1;
}

p,h1,h2,h3,h4,h5,h6 {
	line-height:1.5;
	margin-bottom:1em;
}

p.last {
	margin-bottom:0 !important;
}
h3 {
/*
	font-size:16px;
*/
	line-height: 1.4;
	font-size: 12px;
	margin-bottom: 0;
}
h4 {
	font-size:14px;
}

h5 {
	font-size:12px;
}

.clear_ {
	zoom:1;
}

.clear_:after {
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
	display:block;
}