@charset "utf-8";
/* CSS Document */
body {
    background-color:#081c27;
	margin: 0px auto 20px auto;
	padding: 0;
	font-family:Verdana, Georgia, sans-serif;
	font-size:13px;
	color:#081c27;
}

p {
	text-indent:20px;
	margin-top:0;
}

h1 {
	font-size:18px;
	color:#081c27;
	font-weight:200;
	letter-spacing:1px;
	margin-bottom:3px;
}

h2 {
	font-size:20px;
	color:#f6f7f9;
	margin-top:0px;
	font-weight:200;
	letter-spacing:1px;
	margin-bottom:0px;
}

h3 {
	text-decoration:none;
	margin: 0 0 -15px 0;
	color:#283b42;
	border-bottom:1px dotted #1f9bce;
}

input {
	color:#f6f7f9;
	background-color:#283b42;
	border:1px solid #000000;
}

textarea {
	color:#f6f7f9;
	background-color:#283b42;
	border:1px solid #000000;
	width:453px;
}

.buttonSubmit {
	background-color:#1f9bce;
}

.clear { clear:both; }

#header {
	background:url(images/header.jpg) no-repeat;
	margin:0 auto;
	width:850px;
	height:200px;
}

#header .flag {
	float:left;
	margin:8px 0 0 15px;
}

#header .menu {
	float:right;
	margin:3px 15px 0 0;
	color:#f5f6f8;
}

#header a, #header a:hover, #header a:visited {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#f5f6f8;
}

#menu {
	width:850px;
	height:65px;
	margin:0 auto;
	background:#081c27 url(images/menu.jpg) no-repeat;
}

#menu .menu {
	margin:0;
	padding:35px 32px 0 32px;
}

#menu .menu img {
	border:none;
}

#container {
	width:850px;
	margin:0 auto;
	background:#081c27 url(images/sitebg.jpg) repeat-y;
}

#container .content {
	margin:20px 0 0 50px;
	float:left;
	width:500px;
	padding:0;
}

#container .content a, #container .content a:hover, #container .content a:visited {
	text-decoration:none;
	color:#1f9bce;
}

#container .content img {
	border:3px solid #ffffff;
	margin:5px;
}

#container .sidebar {
	margin:20px 50px 0 0;
	float:right;
	width:230px;
	border-left:2px solid #ffffff;
	padding:0 0 0 10px;
}

#container .sidebar a, #container .sidebar a:hover, #container .sidebar a:visited {
	text-decoration:none;
	color:#1f9bce;
}

#container .bottom {
	width:850px;
	height:29px;
	margin:0 auto;
	background:#081c27 url(images/sitebottom.jpg) no-repeat;
}

#footer {
	width:850px;
	margin:0 auto;
	background:#081c27 url(images/bottombg.jpg) repeat-y;
	color:#f6f7f9;
}

#footer .contact {
	margin:0 0 0 30px;
	float:left;
	width:520px;
	padding:0;
}

#footer .right {
	margin:0 30px 0 0;
	float:right;
	width:250px;
	padding:0 0 0 10px;
}

#footer .end {
	width:850px;
	height:19px;
	margin:0 auto;
	background:#081c27 url(images/bottom.jpg) no-repeat;
}

#footer a, #footer a:hover, #footer a:visited {
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
}

#copytight {
	width:850px;
	margin:0 auto;
	background-color:#081c27;
	text-align:right;
	font-size:11px;
	color:#666666;
}

#copytight a, #copytight a:hover, #copytight a:visited {
	color:#cccccc;
	text-decoration:none;
}