@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFF1BE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 803px;
	margin-right: auto;
	margin-left: auto;
	border: 15px solid #BCD071;
	margin-top: 100px;
	background-color: #FFFFFF;
}
#logo {
	background-image: url(../assets/ccLogo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	text-indent: -10000px;
	height: 149px;
	width: 277px;
	float: none;
	margin-top: -50px;
}
#nav {
	text-align: center;
	width: 703px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 30px;
	font-size: 10px;
	font-weight: bold;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #5F8698;
}

#content {
	font-size: 11px;
	line-height: 1.5;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #BCD071;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 110px;
	padding-left: 60px;
	color: #333333;
}
	.bgHome {
		background-image: url(../assets/bgHome.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	.bgServicesPrices {
		background-image: url(../assets/bgServicesPrices.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	.bgAbout {
		background-image: url(../assets/bgAbout.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
	}
h1 {
	height: 40px;
	display: block;
}
	.h1-welcome {
		text-indent: -10000px;
		background-image: url(../assets/h1-welcome.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}
	.h1-services-prices {
		text-indent: -10000px;
		background-image: url(../assets/h1-services-prices.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}
	.h1-about {
		text-indent: -10000px;
		background-image: url(../assets/h1-aboutus.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}
	.h1-scholars-in-collars {
		text-indent: -10000px;
		background-image: url(../assets/h1-scholars-collars.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}
	.h1-training-tips {
		text-indent: -10000px;
		background-image: url(../assets/h1-training-tips.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}
	.h1-links {
		text-indent: -10000px;
		background-image: url(../assets/h1-links.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}
h2 {
	font-size: 11px;	
	font-weight: bold;
	color: #5F8698;
}
a {
	color: #5F8698;
}
	a:hover {
		text-decoration: none;
	}
	a.black {
		color: #000000;
		text-decoration: none;
	}
		a.black:hover {
			text-decoration: underline;
		}
		a.doc {
		font-size: 11px;	
	    font-weight: bold;
		color: #5F8698;
		text-decoration: underline;
		}
		a.doc:hover {
			color: #5F8698;
			text-decoration: underline;
		}

.bluetxt {
	color: #5F8698;
}
