/* swh.css - default style sheet for swhmrs.org.uk */

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

body {
	color: #000000;
	font-family: Arial;
}

/* Image classes */

img.valid {
	border: 0px;
	width: 88px;
	height: 31px;
}

img.logo {
	width: 10em;
	border: 0px;	
}

img.home {
	border: 0px;
}

img.right {
	float: right;
}

img.left {
	float: left;
}


/* Div classes */

div.logo {
	position: absolute;
	left: 1%;
	top: 0.1em;
}

div.cmra {
	position: absolute;
	left: 1%;
	top: 22em;
}

div.nav {
	position: absolute;
	left: 1%;
	top: 10em;
	width: 10em;
}

div.main {
	position: absolute;
	left: 12em;
	right: 1em;
	top: 2em;
}

div.home {
	position: absolute;
	left: 12em;
	right: 1em;
	top: 2em;
}

div.maincenter {
	position: absolute;
	left: 12em;
	right: 1em;
	top: 2em;
	text-align: center;
}

div.right {
	text-align: right;
}

/* List classes */

ul.nav {
	list-style-type: none;
}

ul.layouts {
	list-style-type: none;
	position: relative;
	top: -1em;
}

/* Text Classes */

p.center {
	text-align: center;
}

p.cmra {
	text-align: center;
	font-size: 0.75em;
	margin-bottom: 0em;
}

p.copyright {
	text-align: center;
	font-size: 0.65em;
}
