/************************************
COMMON
************************************/
body {
	background: #000 url(/images/common/background.jpg) no-repeat top center;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
}
body, table {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #fff;
}
#main{
	text-align: left;
	width: 770px;
	background: #000;
	margin-left: auto;
	margin-right: auto;
}
A,  A:visited{
	color: #d2bc62;
}
A:hover {
	text-decoration: none;
}
li {

	padding: 0px;
	font-size: 12px;
	margin: 0px 0px 8px 0px;
}
ul{
	list-style: square outside url('/images/lidot.gif');
	margin: 0px 0px 0px 15px;
	padding: 10px 0px 10px 10px;
}
ol{
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
h1 {
	font-size: 17px;
	font-weight: bold;
}
blockquote {
	margin-left: 30px;
	text-indent: 30px;
}
.blockquoteTitle{
	color: #b1872e;
}
/************************************
CONTENT
************************************/
#content {
	height: 300px;
	vertical-align: top;
	padding: 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.mainDiv1 {
	background: #373737 url(/images/common/content_bkg.jpg) no-repeat;
	border: 1px solid #614B1D;
	padding: 8px;
	position: relative;
	margin: 10px;
}


.mainDiv1 img {
	
	position: relative;

}



.cap_TL {
	position: absolute;
	top: -5px;
	left: -13px;
}
html>body .cap_TL{
	top: -6px;
	left: -5px;
}
.cap_TR {
	position: absolute;
	top: -5px;
	right: 15px;
}
html>body .cap_TR{
	top: -6px;
	right: -5px;
}
.mainDiv2{
	position: relative;
}
.cap_BL {
	position: absolute;
	top: -7px;
	left: -13px;
}
.cap_BR {
	position: absolute;
	top: -7px;
	right: 15px;
}
html>body .cap_BR{
	right: -13px;
}
.fineprint {
	color: #9e9e9e;
}
.fineprint2 {
	font-size: 11px;
	color: #9e9e9e;
}
.image1 {
	float: right;
	border: 1px solid #b1872e;
	margin-left: 10px;
	margin-bottom: 10px;
}
.image2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}




.title1 {
	font-weight: bold;
}
.highlight {
	color: #b1872e;
}
.booktitle {
	color: #c1a949;
	font-weight: bold;
	font-style: italic;
}
/************************************
FOOTER
************************************/
#footer {
	border: 1px solid #fff;
	border-top: 0px;
}
.footer1{
	text-align: right;
}
.copyright {
	width: 770px;
	padding: 4px 0px 3px 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size:10px;
}