 

@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
html, body {height:100.1%; background: url("../images/content.jpg") no-repeat 50% 350px;}

body {
	background: url("../images/bg.jpg") repeat-x;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana;
	color: #666666;
	font-weight: bold;
}

h1 {font-size: 14px; margin-left: 16px;}
h2 {font-size: 12px; font-weight: bold;}

p {
	font-family: Verdana; 
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin: 0 0 18px 0;
}

strong {
	font-family: Verdana; 
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
}

span.uppercase {text-transform:uppercase;}

hr {
	background-color:#E2E2DA;
	border:0 none;
	color:#E2E2DA;
	height:1px;
	margin:0 0 15px;
}

img {border: 0;}

.clearing {
	clear: both;
	overflow: hidden;
}
* html .clearing {height: 1%;}
