* {
	margin: 0;
	padding: 0;
}
body {
	background: #00b3f0;
	color: #fff;
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	position: relative;
}

/***** GENERAL *****/
a:link, a:visited, a:hover, a:active  {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1 {
	background: transparent url(../images/cssline_logo_about.png) top left no-repeat;
	font-size: 38px;
	height: 293px;
	margin: 20px auto;
	position: relative;
	text-indent: -999em;
	width: 850px;
	z-index: 3;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	display: block;
	height: 293px;
	outline: none;
	width: 850px;
}
h2 {
	font-size: 22px; 
	font-weight: normal;
	line-height: 24px;
	padding: 0 0 7px 0;
	text-shadow: 0 1px 1px #333;
}
h3 {
	clear: both;
	font-size: 19px;
	font-weight: normal;
	line-height: 22px;
	padding: 0 0 7px 0;
	text-shadow: 0 1px 1px #333;
}
p {
	padding: 0 0 11px 0;
}
img {
	border: 0;
}


/***** HEADER *****/
#header {
	background: #f9f9f9;
	height: 1%;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

#sidebar {
	float: left;
	font-size: 14px;
	line-height: 18px;
	width: 380px;
}
#content {
	float: right;
	width: 430px;
}

#carousel {
	border-bottom: 3px solid #059cd0;
	border-top: 3px solid #059cd0;
	height: 300px;	
	margin: 0 auto 20px auto;
	overflow: hidden;
	position: relative;
	width: 830px;
}

#carousel ul {
	list-style-type: none;
	height: 300px;	
	position: absolute;
	width: 5000px;
}
#carousel ul li {
	display: inline;
	float: left;
	list-style-type: none;
}



/***** CONTAINERS *****/
#container {
	clear: both;
	height: 1%;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0;
	position: relative;
	width: 830px;
	z-index: 1;
}



/***** FOOTER *****/
#footer {
	clear: both;
	font-size: 10px;
	margin: 0 auto;
	padding: 20px 20px 20px 0;
	width: 830px;
}

#footer ul li, #navigation ul li {
	display: inline;
	list-style: none;
	padding: 0 20px 0 0;
}

#carousel_nav {
	height: 1%;
	margin: 0px auto;
	margin-bottom: 20px; 
	overflow: hidden;
	width: 75px;
	z-index: 99999;

}

#carousel_nav a {
	background: transparent url(../images/nonactive.png) top left no-repeat; 
	display: block;
	float: left;
	height: 10px;
	margin: 0 5px 0 0;
	outline: none;
	width: 10px;
}


#carousel_nav a.selected, #carousel_nav a:hover {
	background: transparent url(../images/active.png) top left no-repeat; 
	display: block;
	float: left;
	height: 10px;
	margin: 0 5px 0 0;
	width: 10px;
}
	

