body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.header {
	font-weight: bold;
	font-size: 110%;
	position: absolute;
	top: 90px;
	width: 500px;	
	left: 428px;
}
.headerbackground {
	background-image: url(images/codbeck.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	height: 107px;
	width: 1000px;	
	background-color: #CEDBF7;
	left: 0;
}

.header a {
	color: #7B7D84;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
.header a:hover {
	color: #B93E6D;
}
.main {
	padding-left: 175px;
	padding-top: 123px;
}

.main a {
	color: #B93E6D;
	text-decoration: none;
}
.main a:hover {
	text-decoration: underline;
}
.main .boxed {
	border: 2px solid #737D7B;
	padding-top: 25px;
	padding-right: 70px;
	padding-bottom: 25px;
	padding-left: 70px;
	width: 594px;
	margin-top: 50px;
	background-color: #E7EBFF;
	background-image: url(images/boxbackground.jpg);
	background-repeat: no-repeat;
	height: 246px;
}
.main .boxed h2 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
.main .boxed p {
	color: #000000;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 95%;
}
.main .boxed a {
	color: #000000;
	text-decoration: none;
}
.main h1 {
	background-color: #CEDBF7;
	font-size: 130%;
	color: #B93E6D;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #94A2B5;
	border-bottom-color: #7B828C;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CEDFF7;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CEDFF7;
	width: 800px;
	padding-left: 15px;
	padding-right: 15px;
}
.main h1 a {
	padding-left: 120px;
}


.mainfooter {
	margin-left: 175px;
	color: #737984;
	padding: 10px;
	margin-top: 50px;
	clear: both;
}
.mainfooter p {
	margin: 0px;
}
.mainfooter a {
	color: #737984;
	text-decoration: none;
}
.mainfooter a:hover {
	color: #BD3C6B;
}
.footer {
	background-color: #CEDBF7;
	clear: both;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #737984;
	padding: 10px;
	margin-left: 175px;
}
.footer a {
	color: #B5B5B5;
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
	color: #000000;
}
.codbeckmenu {
	width: 150px;
	font-size: 80%;
	text-align: right;
	background-image: url(images/menuside.jpg);
	background-repeat: repeat-y;
	height: 500px;
	color: #737984;
	position: absolute;
	left: 0;
	top: 123px;
}
.codbeckmenu p {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: url(images/menubar.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.codbeckmenu a {
	color: #7B7D84;
	text-decoration: none;
}
.codbeckmenu a:hover {
	color: #B93E6D;
}
.codbeckmenu div {
	padding-top: 5px;
	padding-right: 5px;
}
.codbeckmenu div a {
	color: #B93E6D;
}.codbeckmenu h1 {
	background-color: #CEDBF7;
	font-size: 130%;
	color: #B93E6D;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #94A2B5;
	border-bottom-color: #7B828C;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CEDFF7;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CEDFF7;
	width: 130px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
