#container {
	height: 900px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}


#main {
	position: relative;
	top: 0px;
	left: 0px;
	height: 900px;
	width: 900px;
	background-color: #886A94;
	background-image: url(images/tile.gif);
	background-repeat: repeat-y;
	border: solid 2px #B4985A;
}

#border {
	height: 900px;
	width: 67px;
	position: absolute;
	top: 0px;
	left: 30px;
	background-color: #2E5894;
	border-right: solid 1px #2488A0;

}


#border img{
	margin-left: 3px;
	margin-top: 8px;

}

#content-container {
	height: 899px;
	width: 770px;
	background-color: #E3D9FC;
	border: solid 2px 2px 2px 0 #B4985A;
	position: absolute;
	top: 0px;
	right: 0px;
	
}


#content {
	height: 865px;
	width: 745px;
	background-color: #E3D9FC;
	border: solid 2px #B4985A;
	position: relative;
	top: 15px;
	left: 5px;
}

#content-text {
	width: 711px;
	position: absolute;
	top: 20px;
	left: 24px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	height: 841px;
}

#content-text img {
 padding-bottom: 5px;
}

.ncap {

float: left;
width: 32px;
font-size: 62px;
line-height: 51px;
color:#B4985A;
font-family: georgia, times;

}

.cap {

float: left;
width: 42px;
font-size: 62px;
line-height: 51px;
color:#B4985A;
font-family: georgia, times;

}
.lcap {
float: left;
width: 52px;
font-size: 62px;
line-height: 51px;
color:#B4985A;
font-family: georgia, times;
}

.wcap {
float: left;
width: 62px;
font-size: 62px;
line-height: 51px;
color:#B4985A;
font-family: georgia, times;

}

.qcap {
float: left;
width: 75px;
font-size: 62px;
line-height: 51px;
color:#B4985A;
font-family: georgia, times;

}

body {
	background-color: #CCCCFF;
}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
a:link {
	color: #B4985A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}#container #main #content-container #content #content-text h1 {
	font-size: 16px;
	text-align: center;
	color: #B4985A;
}

