.wrapper {
	width: 980px;
}
#header {
	height: 125px;
	width: 100%;
	padding-bottom: 15px;
}
#main {
	height: 500px;
	width: 100%;
}
#left {
	float: left;
	width: 650px;
	height: 500px;
}

#right{
	float: right;
	width: 314px;
	height: 350px;
	background-color: #FFFFCC;
	margin-left: 6px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
}
#rightcontent1 {
	width: 308px;
	padding-top: 6px;
	padding-left: 6px;
}

#leftcontent1 {
	float: left;
	height: 500px;
	width: 170px;
}

#leftcontent2 {
	float: right;
	height: 500px;
	width: 480px;
}
#leftcontent3 {
	float: left;
	height: 100px;
	width: 480px;
	padding-top: 10px;
}

#leftcontent2container {
	float: right;
	height: 240px;
	width: 480px;
}
#leftcontent2a {
	float: left;
	width: 240px;
}

#leftcontent2b {
	float: right;
	height: 200px;
	width: 240px;
	padding-top: 4px;
}
#footer {
	width: 100%;
	height: 100px;
}
#picA {
	height: 160px;
	width: 170px;
}
#subPicA {
	height: 200px;
	width: 170px;
	padding-top: 10px;
}

/* Fonts and stuff   *******************************************************/
.style1 {
	font-size: 30px;
	color: #A23423;
	font-weight: bold;
}
.style2 {
	font-size: 24px;
	color: #A23423;
	font-weight: bold;
}
.style3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.style4 {
	font-size: 14px;
	color: #000000;
}
.style5 {
	font-size: 14px;
	color: #000000;
	font-style: italic;
}
.style6 {
	font-size: 14px;
	color: #0033CC;

}
.style7 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;

}

