@charset "utf-8";
/* CSS Document */

	body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
	}
	#wrapper {
		width:800px;
		margin:0px auto;
		padding:10px;
	}
	#header {
		height:80px;
		padding:10px;
		background-image:url(../images/carltonlogo.png);
		background-repeat:no-repeat;
	}
	#content {
		margin-top:10px;
		padding-bottom:10px;
	}
	#content div {
		padding:10px;
		float:left;
	}
	#content-left {
		width:450px;
	}
	#content-main {
		margin-left:10px;
		width:300px;
	}
	#footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px;
		width:778px;
		font-size:14px;
		text-decoration:none;
	}
	#bottom {
		clear:both;
		text-align:right;
	}
	a:hover {
	text-decoration:underline;
	}
	a:link {
	text-decoration:none;
	}
	h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	}
	h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}
	a img {
	border:0;
	}