body {
	background-color: #265dc0;
	background-image: url(../images/pagebg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, sans-serif;
}

#wrapper {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#top {
	background-image: url(../images/top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 114px;
	border: 0px;
}

#book {
	background-image: url(../images/3dbook.jpg);
	background-position: top;
	background-repeat: no-repeat;
	/* height: 285px; */
	width: 210px;
	float: left;
}

#cc {
	float: left;
	clear: left;
	margin-top: 295px;
	width: 210px;
}

#friend {
	padding-top: 80px; 
	margin-left: 15px; 
	font-size: 12px; 
	color: white;
}

.short_box {
	float: right;
	clear: right;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 579px;
	font-size: 13px;
	line-height: 18px;
}

.short_box_top {
	height: 13px;
	background-image: url(../images/short_box_top.jpg);
	font-size: 4px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.short_box_bottom {
	height: 13px;
	background-image: url(../images/short_box_bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 4px;
}

.short_box_content {
	background-image: url(../images/short_box_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	color: white;
	padding-left: 24px;
	padding-right: 24px;
}

table {
	color: white;
}

#nav {
	font-weight: 900;
	text-align: center;
	color: #dfdfdf;
}

#nav a {
	color: #dfdfdf;
	text-decoration: none;
}

a {
	color: #cfcfcf;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

h3 {
	color: white;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 6px;
}

.footer {
	clear: both;
	border-top: 1px solid black;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color: black;
	text-align: center;
}