@charset "utf-8";
/* CSS Document */

body, html {
	margin:0px;
	width:100%;
	height:100%;
	background-color:#0d3d6b;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}

#margin {
	width:900px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color:#5c748c;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
}

#margin a {
	padding-top:5px;
/*	font-family:Tahoma;
	font-size:11px; */
	color:#FFFFFF;
	text-decoration:none;
}

#margin a:hover {
	text-decoration:underline;
}

#menu {
	width:900px;
	height:46px;
	margin:0px;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
}

#menu a {
/*	font-family:Tahoma;
	font-size:11px; */
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
}

#container {
	width:900px;
	background-color:#FFFFFF;
	color:#000000;
}

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

#container a:hover {
	text-decoration:underline;
}

#logo {
	width:300px;
	height:166px;
	float:right;
}

#flash {
	width:590px;
	height:166px;
	float:left;
}

.image {
	margin-top:30px;
	margin-left:10px;
}

#testim {
	width:900px;
	height:60px;
	background-image:url(../images/testim_bg.gif);
	background-repeat:repeat-x;
	clear:both;
/*	font-family:Tahoma; */
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

#banner {
	text-align:center;
	height:110px;
	width:900px;
}

h1 {
	padding-left:30px;
	padding-top:10px;
	margin:0px;
/*	font-family:Tahoma; */
	font-size:14px;
	font-weight:bold;
	color:#032444;
	text-transform:uppercase;
}

p {
/*	font-family:Tahoma; 
	font-size:11px; */
	color:#000000;
	padding-left:20px;
}

#pictures {
	width:460px;
	float:right;
}

.tabel {
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}