@charset "utf-8";
/* CSS Document */

body { 			background:url(images/gradient.jpg) repeat-x;
				margin:0px; padding:0px;
				}

#main-container { 	width:800px; 
					margin-left:auto;
					margin-right:auto;
					padding:0;
					}
#header-container { width:800px;
					height:150px;
					}	
					
#container { width:800px; float:left;}
#header { 	background:url(images/logo.jpg) no-repeat 50% 30%;
			height:150px; 
			width:150px;
			float:left;
			}
#swf-header { float:left;
				height:150px;
				width:650px;
				}
#head-band {	background:url(images/gold-band.jpg) no-repeat;
				width:800px;
				height:40px;
				}
#top-500 {	background:url(images/top-500.png) no-repeat;
			height:10px;
			}
#bottom-500 {background:url(images/bottom-500.png) no-repeat;
			height:10px; width:500px; float:left;
			}
.top-165 { background:url(images/top-165.png) no-repeat;
			height:10px; width:165px; float:left; margin-left:5px;
			}
.bottom-165 { background:url(images/bottom-165.png) no-repeat;
				height:20px; width:165px; float:left; margin-left:5px;
				}
#content-container {	width:500px; 
						float:left;
						}			
#content{ 	background:url(images/content-gradient.jpg) repeat-y right;
			width:500px;
			float:left;
			margin-right:5px;

			}


#navigation {	width:125px;
				height:500px; 
				float:left;
				 }

.sidebar {	background:url(images/content-gradient.jpg) repeat-y right;
			width:165px;
			float:left;
			margin-left:5px;
			}
					
#accreditations	{	margin-top:20px;
					width:165px; 
					float:left;
					text-align:center;
					vertical-align:bottom;
					}

#footer { 	background-color:FFF; 
			width:800px;
			float:left;
			}

