/************************************************
Global
************************************************/
* {
	margin			: 0;
	padding			: 0;
	border			: 0;
	outline			: none;
	}


body {
	font 			: normal 12px/22px helvetica, arial, sans-serif;
	color 			: #666666;
	background-color : #ffffff;
	}
	
h1 {
	font-size 		: 18px;
	padding 		: 0 0 15px 0;
	color 			: #24447c;
	}
	
p {
	padding 		: 0 0 20px 0;
	}
	
ul {
	padding 		: 0 0 20px 40px;
	}
	
br {
	clear 			: both;
	}
	
.floatr {
	float 			: right;
	}
	
/************************************************
Layout
************************************************/
#header, #main, #kicker-inner, #footer-inner {
	width 			: 940px;
	margin 			: 0 auto;
	}

#header {
	height 			: 85px;
	width 			: 940px;
	background 		: transparent url(../_images/header-bg.png) no-repeat 0 0;
	}

#kicker {
	width 			: 100%; 
	background 		: #24447c url(../_images/kicker-bg.png) no-repeat 0 0;
	 }

#kicker-inner {
	height 			: 240px;
	width 			: 940px;
	background 		: #24447c url(../_images/kicker-bg.png) no-repeat 0 0;
 	}

#content {
	float 			: left;
	width 			: 610px;
	padding 		: 20px 0 0 0;
	}
	
#sidebar {
	float 			: right;
	width 			: 320px;
	height 			: 540px;
	background 		: transparent url(../_images/sidebar-bg.png) no-repeat 0 0;
	}

#footer {
	width 			: 100%;
	padding 		: 20px 0 20px 0;
	background-color : #ebebeb;
	}

/************************************************
Layout
************************************************/
#kicker-inner p {
	width 			: 400px;
	color 			: #ffffff;
	padding 		: 25px 0 10px 0;
	font 			: normal 20px/26px helvetica, arial, sans-serif;
	}

/************************************************
Links
************************************************/
a.offer-btn {
	display 		: block;
	width 			: 303px;
	height 			: 72px;
	background 		: transparent url(../_images/offer-btn.png) no-repeat 0 0; 
	}
	
a.offer-btn2 {
	display 		: block;
	width 			: 217px;
	height 			: 52px;
	margin 			: 550px 0 0 0;
	background 		: transparent url(../_images/offer-btn2.png) no-repeat 0 0; 
	}