html, body {
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	background: #1c2e37 url(images/bg.jpg);
	margin:0;
	padding:0;
	height:100%;
	width:1024px;
	font-weight:bold;
}
#wrapper {
	margin:0px auto;
	padding:0px;
	width:1024px;
}
#header {
	width: 1024px !important;
	width: 1024px;
	height: 345px;
	/*float:left;
	text-align: right;*/
	margin: 0px auto;
}

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	text-transform:none;
	font-weight:bold;
	margin: 10px 0px 0px 80px !important;
	margin: 10px 0px 0px 0px;
	color:#FF3333;
}

#header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	text-transform:none;
	color:#D18D0E;
	font-weight:bold;
	margin: 40px 0px 0px 140px !important;
	margin: 10px 0px 0px 0px;

}

#header h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 40px 0px 0px 200px;
	text-transform:none;
	font-size:36px;
	color:#000066;
	font-weight:bold;
}

.clear {
	clear: both;
	height:0px;
}


/*----- MENU ----- */
#menu {
	width:800px;
	height: 10px;
	margin:0 auto;
}

#menu ul {
	margin:4px auto;
	list-style-type:none;
	width: 1024px;
}

#menu ul li {
	font-weight:bold;
	font-size:18px;
	float: left;
	margin: 0 10px;
}

#menu ul li a {
	color:#FFCC00;
	text-decoration:underline;
}

#menu ul li a:hover {
	color:#FFFF00;
	text-decoration: none;
}

p {
	margin: 10px 30px 10px 30px;
	color: #00ff7f;
	font: normal 18px/30px Tahoma, Georgia, "Times New Roman", Times, serif;
	font-style:italic
}

/*---- CONTENT-----*/
#content {
	width: 800px;
	text-align: justify;
	margin:0 auto;
	padding: 10px;
}

#content #contact {
	width:200px;
	margin:10px;
	padding:10px;
	position:relative;
	left:95px;
	bottom:-10px;
}

#content #contact p {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:18px;
	color:#33FFFF;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/*---- FOOTER ----*/

#footer {
	margin:0 auto;
	padding: 10px;
	width: 900px;
	clear:both;
	height:50px;
	border-top:thin #669900 double;
}

#footer p {
	margin:0px;
	padding:0px;
	color:#00CCFF;
	font: normal 14px/16px Arial, Helvetica, sans-serif;
}

.left {
	float:left;
	margin:0 auto;
	padding:10px;
	width:30%;
}

.right {
	float:right;
	margin:0 auto;
	padding:10px;
	width:30%;
}

.red {
	color:red;
}

.yellow {
	color:#ffd502;
	font-weight:bold;
}
.yellow1 {
	color:#ffd502;
	font-weight:bold;
	font-size:20px;
	width: 400px;
}
.yellow2 {
	color:#fff;
	font-weight:bold;
	font-size:16px;
	width: 400px;
}

a {
	text-decoration: none;
	color:#ffd502;
}

/*----- IMAGES ----- */

a img{
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
}

/*----- FORM ----- */

input   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 0px;
}

textarea.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	height:80px;
	color: #707070;
	margin:5px 0px 5px 25px;
}

input.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_content   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:5px 0px 5px 0px;
}
table, td
{
	font-family:Arial;
	font-weight:normal;
	font-size:14px;

}
