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

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin:0px;
	padding:0px;
	font-family: century gothic;
	color: #3b3736;
	
}
#wrapper {
	width: 960px;
	height: auto;
	background: white;	
	margin: auto;
	margin-top: 35px;
	
}

#header {
	width: 960px;
	height: 145px;
	background:white;	
	padding: 0px;
}

#content {
	width: 960px;
	height:500px;
	background-color: white;
	background-image: url(images/bg-content.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

#content #welcome {
	padding-left: 38px;
	padding-top: 35px;
	width: 450px;
}

#content h1 {
	font-size: 21px;
	font-weight: normal;
	color: #2c72ab;
}

a:link {
	text-decoration:underline;
	color: #375971;
}
a:visited {
	text-decoration:none;
	color: #375971;
}
a:hover {
	text-decoration:none;
	color: #375971;
}
a:active {
	text-decoration:none;
	color: #375971;
}
