/*BODY FORMATTING__________________________________________________________________________*/

body{
	background-color: #ffffff;
background-image: url(css/camera.jpg);
background-repeat: no-repeat;
 	margin: 0px;
 	padding: 0px;
	color: #0d95f9;
	font-family: Verdana, sans-serif;
	font-size: 11px;
 	}

#wrapper {
float: left;
	text-align: left;
	margin: 0px 0px 0px 54px;
	padding: 0px;
	border:0;
	width: 1000px;
}

#header {
	margin: 0px;
	background-color: transparent;
}

#side-a {
	float: left;
	width: 700px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 450px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	background-color: transparent;
}

#flashcontent {
	height: 100%;
}

.dekker_front {color: #FFFFFF; background: #0d95f9; text-decoration: none;
}

.grey_text {color: #666666; text-decoration: none;
}

*LINK STYLES_______________________________________________________________________________*/


a.homelinks:visited {color: #0d95f9; text-decoration: none;}
a.homelinks:link {color: #0d95f9; text-decoration: none;}
a.homelinks:hover {color: #0d95f9; text-decoration: none;}
a.homelinks:active {color: #0d95f9; text-decoration: none;}

body {margin:0px; font:11px Verdana, Arial, Helvetica}
* {padding:0; margin:0}
.dropdown {float:left; padding-right:5px}
.dropdown dt {width:90px; padding:0px; cursor:pointer;}
.dropdown dd {position:absolute; overflow:hidden; width:110px; display:none; z-index:200; opacity:0}
.dropdown ul {width:110px; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:6px 0px 0px 0px; color:#fff; text-decoration:none; width:194px}
.dropdown a:hover {color:#0d95f9}
/*.dropdown .underline {border-bottom:1px solid #0d95f9}*/
