@charset "UTF-8";
body {
	background-image: url(../media/lg_bg_lrg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
	margin: 0px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
	color: #555555;
	background-color: #756285;
	background-position: center top;
}
/*
#wrapper-trans {
	background-color: #FFFFFF;
	width: 820px;
	margin-left: 50%;
	position: fixed;
	left: -400px;
	height:100%;
	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
	z-index: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
}
*/
#wrapper-center {
	width: 820px;
	margin-left: 50%;
	position: absolute;
	left: -400px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*
	z-index: 1;
	height: 100%;	
	background-image: url(../media/lg_center.png);
	background-repeat: no-repeat;
	background-position: 0px 141px;
	*/
	
	}

#wrapper-nav {
	background-image: url(../media/lg_nav_bg.png);
	height: 37px;
	margin-right: 18px;
	margin-left: 18px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	padding-right: 5px;
}
#wrapper-full {
	width: 758px !important;
	width: 758px;
	margin-top: 5px;
	padding: 6px;
	float: left;
	margin-left: 25px !important;
	margin-left: 12px;
	height:500px;
	border: 1px solid #AAAAAA;
}
.Header {
	background-color: #e5e5e5;
	padding: 5px;
	margin-bottom: 10px;
}
#wrapper-half1 {
	width: 368px !important;
	width: 368px;
	margin-top: 5px;
	padding: 6px;
	float: left;
	margin-left: 25px !important;
	margin-left: 12px;
	height: 500px;
	border: 1px solid #AAAAAA;
}
#wrapper-half2 {
	width: 368px !important;
	width: 368px;
	margin-top: 5px;
	padding: 6px;
	float: left;
	margin-left: 8px;
	height: 500px;
	border: 1px solid #AAAAAA;
}
#wrapper-left {
	background-image: url(../media/lg_left_bg.png);
	width: 231px;
	margin-top: 5px;
	background-repeat: repeat-y;
	float: left;
	left: 18px;
	position: relative;
}
#wrapper-right {
	float: left;
	height: 20px;
	width: 540px;
	position: relative;
	left: 25px;
	margin-top: 20px;
}
.BoxRight {
	background-image: url(../media/lg_right_bg.png);
	width: 540px;
	margin-bottom: 20px;
	overflow:hidden
}
.SmallPrint {
	font-size: 10px;
}
.BoxText {
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
p {
	margin-top: 0px;
}
a.Nav:Link, a.Nav:Visited {
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
}
a.Nav:Hover {
	color: #FFFFFF;
	
	text-decoration: none;
}
a.Book:Link, a.Book:Visited {
	color: #816E92;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #AAAAAA;
	display: block;
	width: 170px;
	margin-left: 30px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	font-size: 12px;
}

a.Book:Hover {
	background-color: #DDDDDD;
	border-top-color: #555555;
	border-right-color: #555555;
	border-bottom-color: #555555;
	border-left-color: #555555;
	color: #555555;
}

h1 {
	font-weight: bold;
	display: inline;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	font-weight: bold;
	color: #766287;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
#website-by {
	margin-left: 27px;
}
a.order-now:Link, a.order-now:Visited {
	display: block;
	padding: 2px;
	border: 1px solid #AAAAAA;
	width: 111px;
	margin-top: 10px;
}
a.order-now:Hover {
	background-color: #DDDDDD;
	text-decoration: none;
}

.Cover {
	color: #816E92;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #AAAAAA;
	display: block;
	text-align: center;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	float:left;
}
.FormLabel {
	display: block;
	float: left;
	width: 180px;
	margin-bottom: 20px;
	line-height: 25px;
}
input {
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding: 3px;
	border: 1px double #777777;
	color: #777777;
}
#FormSubmit {
	display: block;
	padding: 2px;
	border: 1px double #AAAAAA;
	margin-top: 20px;
	cursor: pointer;
	color: #444444;
}
