@charset "utf-8";
/* CSS Document */
	body {
				margin:0px;
				padding:0px;
				text-align:center;				
				color: white;
				background-color: white;
				}

	#content {
				width:900px;
				height:auto;
				margin-left:auto;
				margin-right:auto;
				text-align:left;
				}
				
				#header {
					width:890px;
					height:30px;
					margin-left:0px;
					padding:20px 10px 0px 0px;
				}
				
				#navigation_top {
					width:900px;
					height:250px;
					margin-left:0px;
					text-align:left;
					background-color:black;
				}
				
				#site_content_top {
					widht:900px;
					height:70px;
					margin-left:0px;
					text-align:left;
				}
				
						#site_content_top_left {
							width:217px;
							height:25px;
							float:left;
							text-align:left;
							padding: 45px 0px 0px 8px;
							background-image:url(site/site_content_top_left.gif);
						}
						
						#site_content_top_right {
							width:650px;
							height:25px;
							float:left;
							text-align:left;
							padding: 45px 0px 0px 24px;
							background-image:url(site/site_content_top_right.gif);
						}
				
				#site_content_bottom {
					width:900px;
					height:auto;
					min-height:100px;
					margin-left:0px;
				}
				
						#site_content_bottom_left {
							width:226px;
							height:auto;
							min-height:100px;
							float:left;
							text-align:left;
						}
						
						#site_content_bottom_right {
							width:632px;
							height:auto;
							min-height:100px;
							padding:10px 22px 0px 20px;
							float:left;
						}
						
								#import_small {
									width:192px;
									height:auto;
									min-height:245px;
									margin: 0px 16px 0px 0px;
									float:left;
									background-image:url(site/import_leftright.gif);
									background-repeat:no-repeat;
								}
								
								#import_big {
									width:400px;
									height:auto;
									min-height:245px;
									margin: 0px 16px 0px 0px;
									float:left;
									background-image:url(site/import_leftandmiddle.gif);
									background-repeat:no-repeat;
								}
				
				#footer {
					width:900px;
					height:80px;
					margin-left:0px;
					padding:5px 0px 0px 0px;
					clear:both;
					background-image:url(site/footer.gif);
					background-repeat:no-repeat;
				}

