/*MAIN STUFF*/
body{
	width: 100%;
	margin: 0px;
	font-family:Verdana;
	font-size:12px;
	background-color: #e9e9e9;
	/*background-repeat:no-repeat;							
	background-position: bottom right;	
	background-image: url(../img/bg.png);*/
	}

body>header, body>section, body>footer {
	max-width:1260px;
	min-width:1260px;
	}

.bold {
	font-weight: bold;
	}
/*Header Format*/
article header{
	clear: both;
	height: 18px;
	padding: 4px;
	margin-bottom: 10px;
	/*font-weight: bold;*/
	background-color: #c0c0c0;
	font-size: 14px;
	}

div.spacer {
	clear: both;
	height: 15px;
	}
/*Headline*/
h1 {
	padding: 0px;
	margin: 5px;
	margin-left: 4px;
	margin-bottom: 15px;
	font-size: 20px;
	}

/*==============================================
footer
==============================================*/
body>footer {
	clear: both;
	margin-top: 20px;
	padding: 5px 0px 5px 0px;
	height: 13px;
	background-color: #c0c0c0;
	}

body>footer>.left {
	float: left;
	}
body>footer>.right {
	float: right;
	}