/* CSS Document */

body {
	background-image: url(../gfx/line-pattern01.gif);
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	}
	
h1 {

	font-size: 20px;
	font-weight: bold;
	}
	
p {
	padding-top: 0px;
	padding-right: 40px;
	}	

image {
	border: none;
	}

#container {
	background-color: #fff;
	border: 1px solid #aaa;
	width: 960px;
	}
	
#header {
	width: 960px;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#teaser {
	width: 960px;
	height: 300px;
	border: none;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	}
	
#content {
	width: 960px;
	border: none;
	}	
	
#footer {
	width: 960px;
	border: none;
	background-image:url(gfx/footer.gif)
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 20px;
	}