body {
	background: #6E6E6E url(images/marble.jpg) repeat left top;
	margin: 0px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}


a {
	border-width: 0px;
}

a:hover {
	text-decoration: none;
	border-width: 0px;
}
.picleft {
	float: left;
}
.picright {
	float: right;
}
img {
	border-width: 0px;
}


/* Content */

#contentfront {
	width: 900px;
	margin: 5px auto 0px 10px;
	padding: 2px 0px 0px;
	height: 648px;
}

#content {
	width: 900px;
	margin: 5px auto 0px 15px;
	padding: 2px 0px 0px;
	background: url(images/closedbookbg.jpg) no-repeat left top;
	height: 648px;
}

#colOne {
	float: right;
	width: 360px;
	margin-top: 20px;
	padding-right: 20px;
}

#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}
#enter {
	position: absolute;
	height: 28px;
	width: 127px;
	left: 640px;
	top: 200px;
}
