@charset "UTF-8";
/* CSS Document */

body{
	background:#000000;
	margin:0px;
	padding:0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

#wrapper{
	width:960px;
	margin:25px auto;
}

#left-content{
	float:left;
	clear:none;
	width:320px;
	margin-left:-10px;
}

#right-content{
	float:right;
	clear:none;
}

#logo{
	margin-left:17px;
}

#main-img{
	background:url(images/picture-frame.png) top left no-repeat;
	width:304px;
	height:539px;
	margin-top:10px;
	padding-top:43px;
	padding-left:45px;
	margin-left:12px;
}

#bottom-img{
	background:url(images/bottom-img.png) top center no-repeat;
	width:329px;
	height:321px;
	margin-top:-210px;
	position:absolute;
}

#box-top{
	background:url(images/box-top.png) top left no-repeat;
	width:631px;
	height:55px;
}

#box-middle{
	background:url(images/box-bg.png) top left repeat-y;
	widows:631px;
}

#box-bottom{
	background:url(images/box-bottom.png) top left no-repeat;
	width:631px;
	height:36px;
}

#menu{
	width:631px;
	height:55px;
	padding-top:10px;
	padding-left:6px;
}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu ul li{
	float:left;
	background:url(images/menu.png) top left no-repeat;
	width:97px;
	height:27px;
	margin:0px;
	padding:0px;
	margin-left:5px;
}

#menu ul li a{
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	padding-top:3px;
}

#menu ul li a:hover{
	color:#96370c;
}

.divider1{
	background:url(images/divider1.png) top center no-repeat;
	width:631px;
	height:4px;
	margin-top:10px;
}

.title{
	font-size:20px;
	color:#b693ca;
	padding-top:10px;
	margin-bottom:15px;
}

.content{
	width:600px;
	padding-left:15px;
	padding-right:15px;
}

.highlight-copy{
	background:url(images/highlight.jpg) top left repeat-y;
	width:600px;
}

.sub-title{
	color: #96370c;
	text-decoration:underline;
	float:left;
	clear:none;
	padding-left:20px;
}

.author{
	float:left;
	clear:none;
	padding-left:10px;
}

.continue-btn{
	text-align: right;
}

#divider2{
	background:url(images/divider2.png) top center no-repeat;
	width:631px;
	height:1px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:-15px;
}

#footer{
	height:30px;
	margin-top:15px;
	font-size:11px;
	color:#FFFFFF;
	padding-top:10px;
}