/* LAYOUT */

body {
	background-color: #FFFFFF;
	background-image: url(images/layout/layout_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#welsh_english {
	width: 980px;
	margin-right: auto;
	margin-left: auto;

}
#container {
        width: 980px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(images/layout/topcorners.gif) no-repeat top;
	border: 1px solid #CCCCCC;
}
#header {
	height: 95px;
}
#logo{
	float: none;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#body {}
#left_side {
	width: 251px;
	margin-bottom: 10px;
	float: left;
	background: url(images/layout/left_bg.gif) no-repeat left center;
	padding-left: 0px;
	
}
#left_side_content{
	border-right: thin dotted #CCCCCC;
	margin-right: 0px;
}
#content{
	margin-left: 278px;
	width:702px
}
#call_to_action {
	background-color: #DBDDDF;
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: center;
	color: #2D3B81;
}
#footer {
	float: none;
	clear: both;
	background: url(images/layout/footer_bg.gif) no-repeat right top;

	padding-left: 10px;
}


/* LAYOUT END */
/* FONTS */


/* FONTS END */
/* OTHER */
.img-border {
	border-top: 2px solid #2A97CB;
	border-bottom: 2px solid #2A97CB;
	margin-top: 10px;
}
.logos_align{
	width: 250px;
	height: 55px;
	float: left;
}
.tandc_align{
	height: 55px;
	margin-left: 20px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	width: 450px;
	margin-top: 15px;
}
.complient{
	float: left;
	margin-top: 25px;
}
.clear {
	clear: both;
	float: none;
}
.group {
	float: left;
	margin-top: 10px;
}
