@charset "utf-8";
/* CSS Document */

body {
	background:#1C202A;
	padding:0;
	margin:0;
	font-family:Calibri, Arial, Verdana, Geneva, Helvetica;
	}

#top {
	margin:0;
	width:100%;
	height:290px;
	background:url(Images/top.jpg) repeat-x;
	}

#title {
	width:900px;
	height:360px;
	margin:-290px auto 0 auto;
	background:url(Images/title.jpg) no-repeat;
	}

#menu {
	width:800px;
	height:30px;
	position:relative;
	top:-28px;
	}
	
#menu dl {
	height:30px;
	width:800px;
	margin:0;
	}

#menu dt {
	float:left;
	width:99px;
	height:30px;
	line-height:30px;
	border-right:1px solid #000;
	text-align:center;
	}

#menu dt a:link, #menu dt a:visited {
	display:block;
	text-decoration:none;
	color:#F6C;
	}

#menu dt a:hover, #menu dt a:active {
	display:block;
	text-decoration:none;
	color:#fff;
	background:#f6c
	
	}

#main {
	width:800px;
	min-height:400px;
	margin:-150px auto 0 auto;
	}

#main h1 {
	margin:0 0 15px 0;
	color:#999;
	}

#main h2 {
	margin:0 0 10px 0;
	color:#777;
	}

#main p {
	color:#818181;
	text-align:justify;
	}

#main ul {
	margin-top:0;
	margin-bottom:10px;
	color:#818181;
	}
	
#left {
	float:left;
	width:530px;
	min-height:300px;
	margin:10px 20px 0 0;
	}

#right {
	float:left;
	width:230px;
	height:400px;
	margin:10px 0 0 0;
	background:url(Images/contact.jpg) no-repeat top;
	padding:40px 10px 20px 10px;
	}

#right form {
	margin:0;
	padding:0;
	}

#right label {
	color:#d3d3d3;
	font-weight:bold;
	}

#right input {
	background:#d3d3d3;
	width:225px;
	margin:5px 0 10px 0;
	}
#right textarea {
	background:#d3d3d3;
	width:225px;
	height:100px;
	margin:5px 0 10px 0;
	}

#foot {
	width:100%;
	min-height:90px;
	background:url(Images/bottom.jpg) top repeat-x #191D22;
	padding:80px 0 20px 0;
	}

#foot_middle {
	width:800px;
	min-height:30px;
	margin:0 auto 0 auto;	
	} 

#foot_middle p {
	text-align:center;
	color:#8B0DDF;
	}

#foot_middle p a:link, #foot_middle p a:visited {
	color:#8b0ddf;
	text-decoration:none;
	}

#foot_middle p a:hover, #foot_middle p a:active {
	color:#8b0ddf;
	text-decoration:underline;
	}
