body {
       background-image: url(images/bkg.jpg); background-repeat:repeat-x; background-repeat:repeat;
}

	/* =CONTAINER */
		#container {
      		width: 900px;
       		margin: 0px auto;
			position: relative;
			height:100%;
			
		}


	/* =HEADER */
		#header-container {
			height: 249px;
			background: url('images/header.png') repeat-x top left;
		}
		#header {
       			height: 249px;
       			width: 900px;
       			/*background: url('images/header.png') repeat-x top left; */
				margin: 0 auto;
				position: relative;
			}
			
		#header_text {
				position: absolute;
				z-index: 1;
				left: 0;
				bottom: 0;
				}	
				
		#header_img {
				position: absolute;
				bottom: 0px;
				right: 0px;
				}

	/* =HEADER_NAV */


			
	/* =CONTENT */

		#content {
				background-color: #ffffff;
				margin-top: -17px;
				border-left: 4px solid #b5eefd;
				border-right: 4px solid #b5eefd;
				border-bottom: 4px solid #b5eefd;
				z-index:2;			
				 }
		
	
		.clear {
				clear: both;

				}
				
		#nav {
			background: url('../images/design/nav.jpg') no-repeat bottom left;	
			height: 30px;
			position: relative;
		}

			/* =HEADER_NAV */
			#nav ul#header_nav {
				list-style-type: none;
				list-style: none;
				position: absolute;
				top: 1px;
				right: 165px;
				color: #999999;
				}
				
				#nav ul#header_nav li {
					margin-left: 10px;
					display: inline;
					color: #dfd397;}
					
				#nav ul#header_nav li a{
					text-transform: uppercase;
					text-decoration: none;
					color: #999999;
					font: bold 0.6875em Arial, Helvetica, sans-serif}
					
				#nav ul#header_nav li a:hover{
					text-transform: uppercase;
					text-decoration: none;
					color: #cccccc;
					font: bold 0.6875em Arial, Helvetica, sans-serif}
		
		#video-container {
			float: right;
			height: 800px;
			width: 400px;
			position: relative;
			margin-top: 45px;
			margin-right: 15px; }	
		
		
		#video {
			position: absolute;
			border: 4px solid #004587;			
			
			}
			
			
		#video2 {
			position: absolute;
			margin-top: 350px;
			border: 4px solid #004587;			
			
			}

		#content_main {
			position: relative;
			width: 430px;
			margin-left: 20px;
			margin-top: 15px;
			padding-top: 20px;
			
				}
			
			/* =CONTENT_MAIN */
			
			#sidebar_nav {
				position: absolute;
				float: left;
				background-color: #1d1701;
				margin-left: 28px;
				
				}

			
			#content_main h1 {
				font: 28px Arial, sans-serif;
				color: #004587;}

			#content_main h2 {
				font: 16px Arial, sans-serif;
				line-height: 16px;
				color: #1e231d;}
	

			.description_text {
				font: 16px Arial, sans-serif;
				line-height: 26px;
				color: #003274;
				}

			.body_text {
				font: 13px Arial, sans-serif;
				line-height: 18px;
				color: white;
				}	
	
				/* =A */
			.description_text a {
				Color: #cccccc;
				font: arial;
				text-decoration: none;
					} 
			.description_text a:link {
				color: #999999;
				font: arial;
				text-decoration: none;
				}

			.descripton_text a:hover {
				color: #004587;
				font: arial;
				text-decoration: none;
				} 
			#blockquote {
				margin-left: 40px;
			}

			.blockquote {
				margin-left: 20px;
			}
			
			.clear {
				clear: both;
			}

			
		/* =footer */
			#footer {
				height: 360px;
				background: url('images/footer.png') repeat-x bottom left;
				vertical-align: top;


			}
