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

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
	font-size: 11px;
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}
.picleft {
	float: left;
}
.picright {
	float: right;
}


/* Content */

#content {
	width: 910px;
	padding: 2px 0px 0px;
	background: url(image/openbookbg.jpg) no-repeat left top;
	height: 650px;
	position: absolute;
	left: 0px;
	top: 5px;
}

#colOne {
	float: right;
	width: 400px;
	position: relative;
	top: 125px;
	right: 65px;
}

#colTwo {
	float: left;
	width: 400px;
	margin-top: 0px;
	position: relative;
	left: 40px;
	top: 30px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}
#bottompic {
	position: absolute;
	left: 420px;
	top: 320px;
	width: 420px;
}

#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;
}

/* Menu */

#menu {
	height: 590px;
	position: absolute;
	left: 817px;
	top: 45px;
	width: 95px;
}
#menu .active {
	background: url(image/opentab.png) no-repeat right top;
}

#menu ul {
	list-style: none;
}

#menu li {
	padding-top: 3px;
	padding-bottom: 2px;
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: url(image/closedtab.png) no-repeat right top;
	padding-top: 20px;
	padding-right: 5px;
	font-size: 11px;
	height: 52px;
	width: 95px;
	display: block;
	text-align: right;
}

#menu a:hover {
	background: url(image/opentab.png) no-repeat right top;
}
#bottompic2 {
	position: absolute;
	left: 500px;
	top: 395px;
	width: 350px;
}
