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

h2{
font-size:160%;
}

body{
	background-color:#eae8e7;	
	margin:0;
	padding:0;
	font-size:1em;
}

#header{
	background-image: url(layout/images/header-repeat.jpg);
	background-repeat: repeat-x;
	background-position:top center;
}

#header #topmenu{
	background:url(layout/images/header-top-menu.jpg) center no-repeat;
	width:953px;
	height:320px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#header #topmenu .NewWorkLink{
	display: block;
	width:164px;
	height:68px;
	background-image: url(layout/images/NewWorkButton.jpg);
	position: absolute;
	top: 236px;
	right: 12px;
}
#header #topmenu #menu{
	padding-top:195px;
	margin-left:220px;
}

#header #topmenu #menu ul{
	margin:0;
	padding:0;
}

#header #topmenu #menu ul li{
	display:inline;
}

#header #topmenu #menu #home{
	height:30px;
	width:60px;
	display:block;
	float:left;
	margin-right:19px;
}

#header #topmenu #menu #rainbow{ 
	height:30px;
	width:187px;
	display:block;
	float:left;
	margin-right:19px;
}

#header #topmenu #menu #news {
	height:30px;
	width:55px;
	display:block;
	float:left;
	margin-right:21px;
}

#header #topmenu #menu #about { 
	height:30px;
	width:92px;
	display:block;
	float:left;
	margin-right:19px;
}

#header #topmenu #menu #contact { 
	height:30px;
	width:105px;
	display:block;
	float:left;
	margin-right:17px;
}

#header #topmenu #menu #logo {
	height:180px;	
	width:125px;
	display:block;
	float:left;	
	margin-top:-154px;
}

#content{
	/*border:1px solid #000;*/	
	font-size:80%;
	/*margin-bottom:100px;*/
	margin-left:auto;
	margin-right:auto;
	width:953px;
	min-height:150px;
}
#content #maincontent{
	width:330px;
	float:left;
	margin-right:100px;
	margin-left: 40px;
	text-align: justify;	
}

#content #maincontent #maincontentheading{
	background:url(layout/images/a-beginning.jpg) no-repeat;
	height:70px;
}

#content #latestnews{
	width:350px;
	margin-top:30px;
	float:left;
}

#content #latestnews #latestnewsheading{
	background:url(layout/images/latest-news.jpg) no-repeat;
	height:46px;
	margin-bottom:25px;
}

#content #latestnews a{
	text-decoration:none;
	color:#000;
	font-weight:normal;
}

#content #latestnews a:hover{
	text-decoration:underline;
}

.contactForm {
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	border:none;
	
}

.contactForm p {
	clear: left;
	color:#000000;
	padding: 0px;
	margin: 2px;
	margin-bottom: 10px;
	border:none;

}
.contactForm p label {
	font-weight: bold;
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;

	}

.contactForm .fields {
	background-color:#F9FCF8;
    border:1px solid #000;  
	}

.contactForm p input.submit{
	margin-left: 0px;
	color:#000000;
	background-color:#fad364;
	padding: 1px;
}

.errors{

	color:#FF0000;
}

#footer{
	bottom:0;
	background:url(layout/images/footer-repeat.jpg);
	height:270px;
	background-repeat: repeat-x;
	background-position:bottom center;
}


#footer #footerimage{
	height:166px;
	width:953px;
	padding:0px;
	background-image: url(layout/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear:both;
}