@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.6;
}

.header{
	width:900px; height: 115px;
	/*background-image:url(images/header-bg.jpg);*/
	background-repeat: no-repeat; background-position: top center;
	margin-left: auto; margin-right: auto;
}

.header ul{
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}

.header li{
	display: inline;
	
}

.logo{
	padding-top: 0px;
	text-transform: lowercase;
	color:#CCCCCC;
	font-size: 36px;
	height: 40px;
	font-weight:normal;
}

.logo-thin{
		color:#CCCCCC;
		font-weight:normal;
}

.logo h1{
	font-size: 36px;
	padding: 0px;
	margin: 0px;
	color: #999999;
	font-weight:normal;
}

.navigation{
	padding-top: 40px;
	font-size: 14px;
	color: #333333;
}

.navigation a{
	color: #333333;
	text-decoration:none;
	margin-right: 18px;
}

.navigation a:hover{
	color: #666666;
	text-decoration:none;
	margin-right: 18px;
}

.main{
	width:950px;
	margin-left: auto; margin-right: auto;
	margin-top: 0px;
}

.left-column{
	width: 560px;
	padding-right: 20px;
	float: left;
}
.right-column{
	width: 360px;
	float: left;
	padding-left:10px;
}

.seperater{
	height: 40px;
	clear: both;
}

.footer{
	height: 40px;
	background-color:#000000;
	padding-top: 20px;
	color: #CCCCCC;
	margin-top:5px;
}

.footer-inner{
	width:900px;
	margin-left: auto; margin-right: auto;
}

.footer-left{
	/*width: 200px;*/
	float:left;
}

.footer-right{
	float: left;
	text-align: right;
}

.footer ul{
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}

.footer li{
	display: inline;
}

.footer a{
	color: #CCCCCC;
	text-decoration: none;
}

.small{
	font-size: 11px;
	color:#666666;
}

.small a{
	color:#666666;
	text-decoration: none;
}

.small a:hover{
	color: #333333;
	text-decoration: none;
}

.padd-bottom{
	padding-bottom: 5px;
}

h1{
	font-size: 22px;
	color:#333333;
}

h2, h3, h4{
	font-size: 20px;
	color:#333333;
	margin: 0; 
	margin-top: 10px;
}

p{
	line-height: 1.8;
}

a{
	color:#333333;
	text-decoration: underline;
}

