@charset "UTF-8";

* { 
	padding: 0; 
	margin: 0; 
}

body{
	background-color: black;
	height: 100%;
	width: 100%;
}

info{
	color: black;
}

.hr {
	clear: both;
	float: none;
}

.hr hr {display: none;}

.warning{color: red;}

label{
	display:block;
	float:left;
}

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

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

a:hover {
	text-decoration: none;
	color: yellow;
}

a:active {text-decoration: none;}

#content, #menu, #footer, #bottom_site{float: left;}

/*==================================
			FORM
===================================*/
.form_field{margin-top: 20px;}

.formular label{
	display: block;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	width: 120px;
}

.form_table fieldset{
	border: solid grey 1px;
	font-family: Verdana, Arial, sans-serif;	
	width: 400px;
}

#topcontent{
	background: url('../images/topcontent.jpg');
	height: 147px;
}

#innercontent{
	background: url('../images/content.jpg');
	color: #054E81;
	float: left;
	min-height: 470px;
	width: 710px;
}

#innercontent table{
	font-size: 10pt;
	margin: 20px 0 20px 60px;
	width: 500px;
}

#innercontent #list_content, #innercontent #team{
	float: left;
	margin-left: 20px;
	padding-top: 10px;
}

#innercontent #list_content img{border: none;}

#list_content ul li, #list_content ul li img, #list_content ul li p, #list_content ul li a{
	float: left;	
}

#div_photo{
	margin-left: 160px;
	margin-top: 40px;
	width: 375px;
}

#div_photo .img-shadow{
	float: left;
	margin: 10px 0 0 10px !important;
}

.teamate-link{
	display: block;
	width: 110px;
}

.description{
	float: left;
	margin-left: 10px;
	width: 490px;
}
	
#innercontent #list_content ul li a{color: #CC0000;}

#innercontent #list_content ul li{margin-top: 20px;}

.about_height{height: 300px;}

.about p{
	margin-left: 20px;
	width: 630px;
}

#bottomcontent{
	background: url('../images/bottomcontent.jpg');
	float: left;
	height: 147px;
}

#bg_site{
	background: url('../images/bgdanse.jpg') black;
	left: 50%;
	margin-left: -480px; 
	margin-right: auto;
	position: absolute;
	width: 960px;
}

#site{
	margin: 0 40px;
	font-family: Cursive;
	text-align: left;
	width: 880px;
}

/*==================================
			HEADER
===================================*/
#header{
	background-color: black;
	height: 160px;
	width: 881px;
}

#logo{
	background: transparent no-repeat;
	float: left;
	width: 200px;
}

#logo a{
	display: block;
	height: 160px;
	width: 200px;
}

#banner{
	background: url('../images/banner.jpg');
	height: 160px;
	margin-left: 160px;
}

/*==================================
			HOME CONTENT
===================================*/
#content{
	margin-left: 10px;
	text-align: left;
	width: 710px;	
}

#content ul li a{
	color: #CC0000;
	text-decoration: none;
}

#content h2{text-align: center;}

#content #topcontent h2{
	padding-top: 100px;
	text-align: center;	
}

#innercontent ul{list-style: none;}

#contact{margin: 30px 0 0 40px;}

#contact h4{
	margin-bottom: 20px;
	text-decoration: underline;
}

#img-addr p{
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 5px;
	margin:0px;
}

#team h4{
	padding-top: 10px;
}

#team ul{
	margin-left: 10px;
}

#team ul li{
	height: 90px;
	margin: 10px 0;
}

.team-desc{
	margin-left: 20px;
	vertical-align: top;
}


.present-inner{
	float: left;
	font-size: 10pt;
	font-weight: bold; 
	width: 210px;
}

.left-inner p, .center-inner p, .right-inner p{margin: 20px 0px;}

.left-inner{width: 180px;}
.center-inner{width: 260px;}
.right-inner{width: 250px;}
	
.litle-size{
	font-style: italic;
	font-size: 9pt;
}

.media{margin: 30px 0 0px 60px;}
/*==================================
			MENU
===================================*/
#menu{
	background-color: white;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 50px;
	width: 158px;
}

#header_menu{
	background: url('../images/topmenu.jpg');
	height: 101px;
	width: 158px;
}

#content_menu{
	background-color: #E41D22;
	margin-left: 4px;
	padding: 5px 0px 0px 15px;
	width: 139px;
}

#footer_menu{
	background: url('../images/bottommenu.jpg') no-repeat;
	height: 320px;
}

#menu ul li{
	list-style: none;
	margin: 0px;
}

/*=========================================
			FOOTER
=========================================*/
#footer a:hover {
	text-decoration: none;
	color: #E41D22;
}

#footer{
	background: url('../images/footer.jpg') no-repeat;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 880px;
}

#footer_link, #contact_karaib, .quick_link{
	float: left;
}

#footer_link {
	font-size: 9pt;
	margin-top: 12px;
	width: 880px;
}

.quick_link{
	border-right: solid 1px;
	width: 160px;
}

.quick_link ul{list-style: none;}

.quick_link li{
	margin-left: 20px;
	text-align: left;
}

.last_link{border: none;}

#contact_karaib{margin-left: 130px;}

/*=======================================
			BOTTOM SITE
========================================*/
#bottom_site{
	background: url('../images/bottom.jpg');
	height: 42px;
	width: 881px;
}

