@charset "utf-8";

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* me start here */

html {
	background: url(../images/html.jpg) repeat-x center top;
}
body {
	background: url(../images/body.jpg) repeat-x center bottom;
	min-height: 700px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
}

h1 a {
	background: url(../images/h1.png) no-repeat center top;
	display: block;
	height: 185px;
	width: 990px;
	text-indent: -9999px;
}
#container {
	margin: 0px auto;
	width: 990px;
}

/* main nav */


#main_navigation {
	height: 100%;
	overflow: hidden;
	margin: 0px auto;
	width: 95%;
}
#main_navigation li {
	display: inline;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#main_navigation li a {
	color: #003300;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0px 12px;
}
#content {
	min-height: 450px;
}
#site_info {
	color: #F3F0F0;
	clear: both;
	font-size: 12px;
	position: relative;
	height: 80px;
	letter-spacing: .1em;
}

#site_info p {
	width: 200px;
	margin-right: 40px;
}
#site_info #hywel {
	position: absolute;
	left: 300px;
	top: 5px;
	text-align: center;
}
#hywel span {
	text-align: center;
	display: block;
	float: left;
	width: 200px;
}


#site_info #copyright {
	position: absolute;
	left: 10px;
	top: 5px;
}
#hywel a {
	display: block;
	background: url(../images/hywel_a.png) no-repeat center center;
	height: 45px;
	width: 142px;
	text-indent: -9999px;
	margin: 0px auto;
	clear: both;
}
