html, body {
	margin: 0;
	padding: 0;
	background: #000000 url(webpage-pictures/bg.gif) fixed repeat-x;
	text-align: center;
}

body {
	padding: 20px;	
}

#climber {
	width: 720px;
	overflow: visible;
	padding-left: 5px;
	background: url(webpage-pictures/climber-small.gif) no-repeat right;
	height: 250px;
}

#logo {
	width: 450px;
	float: left;
	font-family: Arial Rounded;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	padding-top: 5px;
}

#menu {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	line-height: 18px;
}

#header {
	height: 35px;
	background: url(webpage-pictures/top.gif) no-repeat;
	width: 736px;
	margin: 0 auto;
	
}
#wrapper {
	background: url(webpage-pictures/middle.gif);
	font-family: Arial Rounded;
	font-size: 18px;
	line-height: 19px;
	width: 736px;
	margin: 0 auto;
	padding: 0 0;	
	padding-top: 1px;
    padding-bottom: 1px;
}

a{
	font-size: inherit;
	font-style: normal;
	color: #FF0000;
}

a:hover {
	color:#996699
}

#content {
	padding-top: -30px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;	
	text-align: left;
	width: 700px;
	margin: 0 auto;
	padding: 0 0;
}


#content h1, #content h2, #content h3, #content h4 {
	text-align: left;
	margin: 1em 0;
	letter-spacing: -1px;
}

a:h1 {
	text-decoration: none;
}

#footer {
	background: url(webpage-pictures/bottom.gif) no-repeat;
	height: 42px;
	width: 736px;
	margin: 0 auto;
}
