@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	background:#000000 url(images/bg.png) repeat-x top;
	font-family:tahoma, arial;
	font-size:11px;
	text-align:justify;
	color:#999999;
	
}

a:link {color:#999999;font-size:11px;text-decoration: none;}
a:visited {color: #999999;font-size:11px;text-decoration: none;}
a:hover {color:#CC0000;font-size:11px;text-decoration: none;}
a:active {color: #999999;font-size:11px;text-decoration: none;}

h1 {color:white;font-size:25px;}
h3 {color:#CC0000;font-size:15px;}

.picture {
	margin-right:10px;
	margin-bottom:10px;
}

#wrapper {
	width:100%;
}

		#content {
			margin:0 auto;
			width:100%;
		}
		
				#header {
					float:left;
					width:100%;
					height:650px;
				}
				
						#header-flash {
							width:960px;
							height:650px;
							margin:0 auto;
						}				
				
				#all {
					clear:both;
					float:left;
					width:100%;
					background:black;
				}
				
						#text {
							padding-top:20px;
							width:900px;
							margin:0 auto;
						}
						
								#theone {
									float:left;
									width:280px;
									height:120px;
									margin-right:20px;
								}
								
								#thetwo {
									float:left;
									width:280px;
									height:120px;
									margin-left:10px;
									margin-right:10px;
								}
								
								#thethree {
									float:left;
									width:280px;
									height:120px;
									margin-left:20px;
								}
								
										#form {
											color:#ffffff;
											font-size:11px;
											font-weight:bold;
										}
										
										#form .formfield {background-color:#555555;border:none;color:white;}
										
										#form .submitbutton {background-color:#CC0000;color:white;font-weight:bold;width:100px;
															border-top:1px #FF0000 solid;
															border-left:1px #FF0000 solid;
															border-right:1px #990000 solid;
															border-bottom:1px #990000 solid;
										}
										
				
				#footer {
					clear:both;
					float:left;
					width:100%;
					height:150px;
					background:black;
					background:#000000 url(images/bg-footer.png) repeat-x bottom;
					text-align:center;
					font-size:9px;
				}

				
#clear {
	clear:both;
}