@charset "utf-8";
/* CSS Document */

body {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	width:950px;
	margin:10px auto;
	padding:0;
	font-size:14px;
}

img {
	border:0;
}

#title {
	float:left;
	text-transform:uppercase;
}

#title h1{
	font-size:40px;
	margin:0;
	margin-top:10px;
}

#phone {
	float:right;
}

#mainimage {
	z-index: -1000;
	position: relative;
}

#message {
	background:url(../images/messagebg.png) no-repeat;
	height:60px;
	color:white;
	text-align:center;
	margin-top:-10px;
	padding-top:1px;
	z-index:1000;
}

#message h2{
	margin-top:15px;
}

#bryngloch {
	width:435px;
	float:left;
	padding:20px;
	text-align:center;
}

#bryngloch p{
	text-align:justify;
}

#rhydygalen {
	width:435px;
	float:right;
	padding:20px;
	text-align:center;
}

#rhydygalen p{
	text-align:justify;
}

#footer {
	background:url(../images/footerbg.jpg) no-repeat;
	height:16px;
	margin-top:200px;
	clear:both;
	padding:9px;
	padding-left:15px;
	padding-right:15px;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
}

#footer a{
	color:white;
	text-decoration:none;
}
	