@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/slice.jpg);
	background-repeat:repeat-x;
	background-color:#2d2c28;
	text-align: center;	
	margin-top:0px;
}
.wrapper {
	margin: auto;
	background-image:url(images/background.png);
	background-color:#0C0C0C;
	background-repeat:no-repeat;
	
}

.content {
	margin: 210px auto 0;
	background-color:#080808;
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
	width: 875px;
}

.right_column {
	padding-left:20px;
	padding-right:10px;
	
}
.padding {
	padding:5px 0 5px 50px;
	
}

.padding2 {
	padding:5px 0 5px 25px;
	
}
.border {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color:#333;
}

.border2 {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color:#333;
	
}
.headtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #97cce2;
	text-align:left;
	text-shadow:#000;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: ##97cce2;
}
.footer {
	background-color: #0C0C0C;

}

a:link {
COLOR:#F90;
text-decoration:none;
}
a:visited {
COLOR: #F90;
text-decoration:none;
}
a:hover {
COLOR:#FC0;
}
a:active {
	COLOR: #0C0C0C;
	text-decoration:none;
}

.orange {
	color:#F90;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.footerbackground{
	background-color:#000;

}

.bookborder {
	border-bottom-width:1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-right:10px;
}
.bookborder2 {
	border-bottom-width:1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	
}

.headtext2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	text-shadow:#000;
	color:#2b83a8;

