/* CSS Document for Russell Martin.org.uk */

BODY {
	font-family:  "Bodoni SvtyTwo ITC TT", "Bodoni SvtyTwo OS ITC TT", "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 16px;
	padding: 0px 20px;
}

A {
	color: #0000FF;
	text-decoration: underline;
}

#wrapper {
	position: relative;
	width: 900px;
}

#logo {
	position: relative;
	float: left;
	width: 140px;
}

#menu {
	position: relative;
	float: right;
	width: 760px;
}

#squigglebit {
	position: relative;
	width: 760px;
	float: right;
	height: 40px;
	text-align: center;
}

#textbit {
	padding-left: 140px;
	width: 723px;
	line-height: 1.4em;
	padding-bottom: 15px;
}

.half-left {
	width: 48%;
	float: left;
}

.half-right {
	width: 48%;
	float: right;
}

h1 {
	font-size: 1.2em;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0em;
	margin-bottom: 0.1em;
}

.footer {
	position: relative;
	text-align: right;
	width: 100%;
	float: right;
	padding: 30px 0px 50px 0px;
}