@charset "utf-8";

/*
* RESET
*************************************************/
html, body, ul, li, h1, h2, h3 {
	margin:0; padding:0;
	}
ul { list-style:none; }
	
	
/*
* LAYOUT
*************************************************/
body {
	background:#424242 url(../img/bg.jpg) 0 0 repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0; padding:0;
	}
	
p, li {
	font-size:11px;
	line-height:17px;
	}
	
h2 {
	font-size:12px;
	font-weight:bold;
	line-height:17px;
	}
#wrapper {
	border:1px solid #fff;
	margin:25px auto;
	width:951px;
	}
	
#content {
	background-color:#fff;
	}
	
#left-col {
	border-right:1px dotted #f5ad1a;
	color:#17647e;
	float:left;
	padding:20px 20px 0;
	width:322px;
	}
	#left-col #can-do {
		margin:10px 0 25px;
		text-align:center;
		}
	#left-col p { margin:5px 0 20px; }
	
#right-col {
	color:#000;
	float:right;
	padding:0 20px 20px;
	width:545px;
	}
	#right-col p {
		font-size:12px;
		line-height:20px;
		}
	#tabs {
		height:20px;
		margin:40px 0 0;
		}
	#tabs li {
		float:left;
		margin:0 25px 0 0;
		}
	#tabs li a:hover, #tabs li .current {
		background-position:0 0;
		}
		
	
#footer {
	background:url(../img/bg-footer.gif) 0 0 repeat-x;
	color:#f5ad1a;
	height:32px;
	overflow:hidden;
	text-align:center;
	}
	#footer a:link, #footer a:visited, #footer a:active {
		color:#f5ad1a;
		text-decoration:none;
		}
	#footer a:hover { color:#fff; }
	#footer ul li {
		display:inline;
		line-height:30px;
		}
