html{	height:100%;
	}
body{	background:url(background.jpg);
		background-color:black;
		height:100%;	
		}

	#container	{	min-height:100%;
					width:1200px;
								
			}
			
		#header{	width:1200px;
					height:200px;
					background: url(header_trumpet.jpg);
					border:outset;
					float:left;
					margin:5px;
				
				}
			
			#title{ 	width:400px;
						height:75px;
						color:black;
						position:absolute;
						left:30px;
						top:20px;
						font-family: "Book Antiqua", serif;
						
						}

		
		
		#body	{	padding:10px;
					padding-bottom:100px;
					
				}
			
			#sidebar{width:120px;}
			#navbar{	float:left;
						margin:0px -8px;
					}
	
			#navbar table {	border: none;
							float:left;
						}

				#navbar td	{	border:outset;
								background: url("nav.jpg");
								padding:4px;
								font-family: "Book Antiqua", serif;
							}
		
			#navbar a:link, #navbar a:visited
				{	display:block;
					font-weight:bold;
					color:black;
					background: url("nav.jpg");
					text-align:center;
					padding:4px;
					text-decoration:none;
					text-transform:uppercase;
				}
			#navbar a:hover, #navbar a:active
				{	color:gray;
				}
	
		
			#news{	text-align:center;
					text-decoration:none;
					overflow:none;
					width:120px; 
					height:400px; 
					
					
				}
				#news a:link, #news a:visited
					{	display:block;
						font-weight:bold;
						color:black;
						background-color:white;
						text-align:center;
						padding:4px;
						text-decoration:underline;
						text-transform:uppercase;
					}
				#news a:hover, #news a:active
					{	background-color:black;
						color:white;
					}
		
		
		
			#textbox{	font-size:18px;
						float:left;
						height:800px;
						width:1000px;
						top:250px;
						margin:0px 20px;
						color:white;
						font-family: "Book Antiqua", serif;
						
						}
						
				#textbox img{border:4px ridge white;
							margin:10px;
							}
							
				#textbox li{	list-style-type:none;}
				#textbox a:link, #textbox a:visited
					{color:white;}
				#textbox a:hover, #textbox a:active
					{color:gray;}
				#textbox p,h1,h2,h3{margin: 20px 10px;}
				#textbox td{padding:100px 50px;}
			
				.mediabox{	text-align:center;
							float:left;
							
						}	
				
				.boxtext{	float:left;
							
							
						}

				.contentbar{	width:1050px;
								height:40px;
								background: url("contentbar.jpg");
								color:black;
								border:outset;
								position:relative;
								font-family: "Book Antiqua", serif;
								margin:2.5px 0px;
								float:left;
								text-align:center;
							}
							
					.contentbar p{	left:5px;
									top:-7px;
									position:relative;
									font-size:18px;
									font-weight:bold;
									text-transform:uppercase;
									margin:5px;
								}
						
				
.apDiv1 {
position:relative;
width:400px;
height:400px;
z-index:1;
}
				
				
				
				
		