* {
    padding: 0;
    margin: 0;
} 

body {
font-size: 14px;
color: #333333;
background: url(../img/bg.jpg) repeat-x top;

}


#wrapper {
width: 900px;
margin: 0 auto;

}

	#header {
	height: 100px;
	}
		#header h1 {
		font-size: 30px;
		font-weight: 100;
		padding: 25px 0 0 0px;
		}
		#header h1 a {
		text-decoration: none;
		color: #B7271F;
		}
		#header h1 a:hover {
		text-decoration: none;
		color: #000;
		}
		#header h2 {
		color: #666;
		font-size: 17px;
		font-weight: 100;
		padding: 0 0 0 1px;
		}

	#nav {
	height: 30px;
	line-height: 30px;
	}
		#nav ul {
		padding-left: 2px;
		list-style-type: none;
		}
		#nav ul li {
		display: block;
		float: left;
		}
		#nav ul li a {
		color: #fff;
		padding: 0 20px 0 0;
		text-decoration: none;
		font-weight: 600;
		}
		#nav ul li a:hover {
		color: #fff;
		text-decoration: underline;
		}

	#pagewrap {
	margin: 10px 0 0 0;
	padding:5px;
	}

		#content {
		}

		#contenthome {
		background:url(../img/clouds2.png) top left no-repeat;
		}

		#contentcontact {
		background:url(../img/clouds3.png) top left no-repeat;
		height:690px;
		margin-top:10px;

		}

			#content h2 {
			color: #B7271F;
			font-size: 24px;
			font-weight: 100;
			padding : 10px 0 15px 0;
			}
			#content h2 a {
			color: #B7271F;
			text-decoration:underline;
			}
			#content h2 a:hover {
			color: #333;
			}




a {
color: #CB392C;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}





#footer {
color: #B7271F;
text-align: center;
padding: 5px 0 0 0;
margin-top: 5px;
}
#footer a { 
color: #B7271F;
text-decoration: underline; 
}
#footer a:hover {
color: #333; 

}

.button {
	background:url(../img/tablebg.png) top left repeat-x;
	padding-top:7px;
	}
	
	
h3 {
color:#fff;
}

.only {
color: red;
font-weight:bold;
}