/* ~~~~~~~~~ GENERAL FONTS ~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	background-color: #000000;
	background-image: url(Images/cbaLogo_BLK.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

a:link {
	color: #00CC66;
	text-decoration: none;
}

a:visited {
	color: #CCCC99;
	text-decoration: none;
}

a:hover {	color: #CC9966;
}

h1 {
	font-size: 90%;
	font-weight: bolder;
}

h2 {
	font-size: 70%;
	font-weight: bolder;
}

h3 {
	font-size: 80%;
	font-weight: bolder;
	text-transform: uppercase;
}

h4 {
	font-size: 80%;
	font-weight: bolder;
}

li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 80%;
	line-height: 130%;
}

p {
	font-size: 80%;
	line-height: normal;
}

strong {
	font-weight: bolder;
}
em {
	font-style: italic, oblique;
	font-weight: bolder;
	color: #FF0000;
	font-size: 120%;

}
/* ~~~~~~~~~ SITE CONTENT POSITIONING~~~~~~ */
.clearboth { clear: both; }

#pagecontent {
	position: absolute;
	top: 260px;
	margin-left: 0px;
	margin-right: 30px;
	margin-top: 0px;
	z-index: 5;

}

#pagecontent img {
	float: left;
	width: 400px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#basicpage {
	position: absolute;
	top: 100px;
	color: #FFFFFF;
	background-color: #000000;
	padding-right: 40px;
	left: 9px;





}	

/* ~~~~~~~~~ THUMBNAILS ~~~~~ */
.thumbnail
{
	float: left;
	width: 50px;
	border: thin none;
	padding: 0px;
	margin-top: 0;
	margin-right: 19px;
	margin-bottom: 20px;
	margin-left: 0;
}

.thumbscontainer {
	top: 104px;
	position: absolute;
	clear: both;
	left: 11px;
	overflow: visible;
	z-index: 25;

}

/* ~~~~~~~~~ NAVIGATION ~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~ current page color change ~~ */

body#home a#homenav,
body#about a#aboutnav,
body#news a#newsnav,
body#hallo a#hallonav,
body#fine a#finenav{
	color: #CC9966;
}
/* ~~ top nav ~~ */
#nav {
	margin: 0;
	text-transform: uppercase;
	position: absolute;
	top: 60px;
	left: 0px;
	font-weight: bolder;
	padding-top: 0;
	padding-right: 40;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: auto;
	overflow: auto;


}
#nav ul, #nav li {
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#nav a:link, #nav a:visited {
	float: left;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0;
	margin-right: 30;
	margin-bottom: 0;
	margin-left: 10;
}
#nav a:hover { 
	color: #CC9966; 
}
/* 	
#nav a:active { 
	color: #996633; 
}
*/
#footnav {
	font-size: 80%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	line-height: 120%;
	width: 100%;
	margin-top: 20px;
	padding-top: 10px;
	color: #FFFFFF;
}
#footnav a:link, #footnav a:visited {
	color: #FFFFFF;
}
#footnav a:hover { 
	color: #CC9966; 
}	
/* ~~~~~~~~ HOUSEKEEPING SMALL STUFF ~~~~~~~~~~~~~~~~~~~~~ */

.smallprint {
	font-size: 65%;
	text-align: center;
	line-height: normal;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
}

p.counter {
	padding: 200px;
}

hr {
	border: 0 #999999;
	background-color: #ffffff;
	height: 1px;

}
#intro {
	font-size: 115%;
	font-weight: bolder;
	font-style: oblique;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
