* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #427caa;
	background-image: url("../img/frame/bodyBackground.gif");
	background-repeat: repeat-x;
	
	font-family: Verdana;
	font-size: 0.8em;
	
	color: #135e97;
}

img { 
	behavior: url("../img/iepngfixintro.htc");
}

#container {
	width: 446px;
	margin: 50px auto;
	background-image: url("../img/frame/introTop.gif");
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	z-index: 1;
	margin-top: -25px;
}

#logo h1 {
	margin-left: 60px;
	_margin-left: 25px;
	margin-top: 12px;
	margin-right: 20px;
	width: 169px;
	text-indent: -99999px;
	background-image: url("../img/frame/campingSeel.png");
	background-repeat: no-repeat;
	float: left;
}

#header {
	position: relative;
	top: 6px;
	left: 4px;
	height: 86px;
	width:439px;
	background-image: url("../img/frame/headerBackground.gif");
	background-repeat: no-repeat;
	background-repeat: center center;
}

#menu {
	margin-top: -10px;
	margin-left: 1px;
	position: absolute;
	z-index: 1;
	width: 440px;
	background-image: url("../img/frame/menuBackground.png");
	background-repeat: no-repeat;
	height: 29px;
	border-left: 3px solid white;
	color: white;
	padding: 7px 10px;
}

#content {
	background-color: white;
	margin-left: 1px;
	padding-top: 40px;
}

#content ul {
	height: 130px;
}

#content ul li {
	list-style-type: none;
	width: 46%;
	float: left;
	text-align: center;
	display: block;
	font-size: 0.9em;
}

#content ul li a {
	border: none;
	text-decoration: none;
	color: #135e97;
}

#content ul li img {
	background-image: url("../img/content/flags/flagBackground.gif");
	background-repeat: no-repeat;
	padding: 5px 0px 0px 3px;
	margin-bottom: 10px;
	border: none;
}

#footer {
	background-image: url("../img/frame/introBottom.gif");
	background-repeat: no-repeat;
	height: 14px;
	margin-left: 1px;
	width: 466px;
}