﻿/* 

MAIN STYLE SHEET FOR Murray Hamilton web site
Created by Terry Lowry
www.murrayhamilton.com

ToC

	1. general and defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. general and defaults  --------- */

</>* {
		margin: 0;
		padding: 0;
		}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 0px;
	background-color: #393E42;
	border-style: none;
	margin: 0px;
	text-align: justify;
	color: #CC6600;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}
/*  --------- 2. structure  --------- */

#wrapper {
	border: thin solid #000000;
	padding: 10px 20px 10px 20px;
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333333;
}
#header {
	height: 94px;
}
		
#headerindex {
	height: 200px;
	background-image: url('images/IndexHeader.jpg');
	background-repeat: no-repeat;
	margin-bottom: 20px;
	color: #333333;
}
#headeralp {
	height: 312px;
	background-image: url('images/AlpinerockHeader.jpg');
	background-repeat: no-repeat;
	margin-bottom: 20px;
	color: #333333;
}
#headerfees {
	height: 200px;
	background-image: url('images/FeesHeader.jpg');
	background-repeat: no-repeat;
	margin-bottom: 20px;
	color: #333333;
}
#headerice {
	height: 350px;
	background-image: url('images/IceclimbHeader.jpg');
	background-repeat: no-repeat;
	margin-bottom: 20px;
	color: #333333;
}
#headerlinks {
	height: 200px;
	background-image: url('images/LinksHeader.jpg');
	background-repeat: no-repeat;
	margin-bottom: 20px;
	color: #333333;
}
#headerrock {
	height: 250px;
	background-image: url('images/RockclimbHeader.jpg');
	background-repeat: no-repeat;
	margin-bottom: 20px;
	color: #333333;
}
#headerskitour {
	height: 275px;
	background-image: url('images/SkitourHeader.jpg');
	background-repeat: no-repeat;
	margin-bottom: 20px;
	color: #333333;
}
#headerclubs {
	background-image: url('images/ClubsHeader.jpg');
	background-repeat: no-repeat;
	margin-bottom: 20px;
	color: #333333;
	height: 200px;
}

		
#headertitle {
		}
		
#content {
		}

#footer {
		}

/* ---------- 3. links and navigation ---------- */
#main {
	list-style-type: none;
	margin: 20px 10 0px 0px;
	padding: 4px 0px 0px 0px;
	font-size: 0.9em;
}
#main li {
	display: inline;
}

#lowerlinksbar {
	list-style-type: none;
	margin: 20px 10px 0px 0px;
	padding: 4px 0px 0px 0px;
	font-size: 0.9em;
}
#lowerlinksbar li {
	display: inline;
}

a {
	color: #0099FF;
	text-decoration: none;
}
		
a:hover {
	text-decoration: underline;
}

a:active {
	color: #FFFF66;
}
/* ---------- 4. fonts and text---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.6em;
}
		
h4 {font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
}

p {
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body IE5 fix	{
	/* IE 5 centering bug fix */
		text-align: center;
}
		


