/* CSS Document */

html, body {
	margin : 0;
	padding : 0;
	background-color : #FFFFFF;
	background-image : url(../images/bg.gif);
	background-repeat : repeat-x;
	font-family : verdana, arial;
}

img {
	border : 0;
	margin : 0;
	padding : 0;
}

* {
	margin : 0;
	padding : 0;
}

textarea, input {
	border : 1px solid #999999;
	padding : 3px;
	font-size : 13px;
	font-family : verdana, arial;
	margin-bottom : 4px;
}

h1, h2, h3, h4, h5, h6 {
	margin : 0;
	padding : 0;
	font-weight : normal;
}

h1 {
	font-size : 21px;
	color : #415868;
}

h2 {
	font-size : 18px;
	color : #415868;
}

a {
	text-decoration : underline;
	color : #415868;
}

#container {
	width : 900px;
	margin : 0 auto;
}

	#container #header #just-plane-interesting-header {
		margin-top : 5px;
		height : 240px;
	}
	
	#flash {
	width: 900px;
	height: 240px;
	}
	
	#flash2 {
	width: 900px;
	height: 90px;
	}
	
	#container #header #menu {
		height : 31px;
		background-image : url('../images/menu-bar.gif');
		background-repeat : no-repeat;
		margin-top : 5px;
		font-size : 14px;
	}
	
		#container #header #menu a {
			color : #4B4B4B;
			position : relative;
			top : 6px;
			margin-left : 10px;
			text-decoration : none;
			padding-bottom : 1px;
		}
		
		#container #header #menu a:hover {
			color : #000000;
			border-bottom : 1px solid #CCCCCC;
		}
		
		#container #header #menu .menu-line {
			color : #999999;
			position : relative;
			top : 6px;
			margin-left : 10px;
		}
		
	#container #content {
		margin-top : 15px;
		font-size : 14px;
		color : #666666;
		line-height : 19px;
	}
		
		#container #content #content-left {
			width : 600px;
		}
			
			#container #content #content-left h1 {
				margin-bottom : 5px;
			}
			
			#container #content #content-left h2 {
				margin-bottom : 3px;
			}
			
			#container #content #content-left img {
				padding : 3px;
				border : 1px solid #CCCCCC;
			}
		
		#container #content #content-right {
			width : 245px;
			float : right;
			font-size : 13px;
			padding-left : 30px;
			border-left : 1px solid #CCCCCC;
			
		}
			
			#container #content #content-right h2 {
				font-size : 22px;
				color : #333333;
				margin-bottom : 5px;
				font-family : "Berlin Sans FB", verdana, arial;
			}
			
			#container #content #content-right .store-address {
				font-size : 17px;
				color : #415868;
			}
			
	#container #footer {
		clear : both;
		position : relative;
		top : 30px;
		border-top : 1px solid #CCCCCC;
		text-align : center;
		padding-top : 20px;
		padding-bottom : 20px;
		font-size : 10px;
		color : #666666;
	}
		
		#container #footer a {
			color : #333333;
			text-decoration : none;
		}
	
	
	
