@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
version: 1
author: Peter Rodgers
email: info@unllais.co.uk
---------------------------------------------------*/
/*This makes all the values in the document nil*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, form, fieldset {
margin: 0px;
padding: 0;
border: 0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
}

h1 {
font-size:18px;
font-weight:bold;
color:#000099;
}

.wrapper {
	width:900px;
	height:auto;
	background-image:url(images/paperSquare.jpg);
	background-repeat:repeat;
	margin: 20px auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
}

.wrapper img {
border:none;
}

.wrapper p {
font-weight:bold;
padding:5px;
}

.wrapperList {
padding-left:40px;
line-height:30px;
}

.wrapperList ul{
list-style:disc;
}

.leftCol {
	width:30%;
	float:left;
	padding:10px;
}

.rightCol {
width:30%;
float:right;
padding:5px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
}

.wrapperAboutUs {
width:900px;
margin:20px auto;
}

.header {
width:900px;
background-image:url(images/paperSquare.jpg);
background-repeat:repeat;
height:100px;
font-size:18px;
font-weight:bolder;
min-width:700px;
}

.wrapper2 {
width:900px;
min-width:700px;
background-image:url(images/paperSquare.jpg);
background-repeat:repeat;
padding:20px;

}

.title {
background-image:url(images/titleEngl.gif);
background-repeat:no-repeat;
background-position:center;
height:100px;
}

.titleWelsh {
background-image:url(images/titleWelsh.gif);
background-repeat:no-repeat;
background-position:center;
height:100px;
}

.aboutUsText {
border:#999999;
border-style:solid;
border-width:thin;
width:655px;
background-image:url(images/ruled-lines.jpg);
background-repeat:repeat;
float:right;
padding:20px;
margin-top:10px;

}

#rightMenu {
background-image:url(images/menuBack.gif);
background-repeat:no-repeat;
width:150px;
float:left;
padding:20px;
margin-top:10px;
color:#FFFFFF;
font-size:18px;
font-weight:bold;
height:400px;
}

ul#navigation {
list-style-type:none;
line-height:30px;
}

ul#navigation a:hover {
background-color:#33CCFF
color:#000099;
}

ul#navigation a {
text-decoration:none;
color:#FFFFFF;
}

.links {
width: 40%;

padding:10px;


margin:20px;
float:left;
height:150px;
}

.bottomMenu {
	background-color:#FFFFFF;
	padding:5px;
	width: 600px;
	height: 15px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.gifAnim {
float:right;
}

.newsImage {
float:right;
width:400px;
padding:10px;
background-color:#CCCCFF;
margin-left:5px;
}
