	body {
				background-color: #6b6b6b;
				font: .8em/1.3em verdana,arial,helvetica,sans-serif;
				margin: 0px;
				padding:0px;
				
				text-align:center;
			}
			
			#container
			{
				width:800px;
				margin-left: auto;
				margin-right: auto;
			}
			
			#header {
				background-color: #6b6b6b;
				width: 800px;
				height: 100px;				
				
				position:relative;
				float:left;
			}
			
			#sidemenu {
				background-color: #6b6b6b;
				width: 100px;
				height: 400px;
				
				position:relative;
				float:left;
				clear:left;
					
			}
			
			#footer {
				background-color: #6b6b6b;
				width: 800px;
				height: 80px;
				
				position:relative;
				float:left;
			}
			
			#flashcontent {				
				margin: 0px 0px 0px 0px;	
				width: 700px;
				height: 400px;
				background-color: #6b6b6b;
				background-image: url(indeximages/background.jpg);
				position:relative;
				float:left;
				/*clear:right;*/
			}