@import url('reset.css');
@import url("../webfonts/SubwayNovellaDEMO/stylesheet.css");
body{
	background-color: #000;
	margin: auto;
}
a{
	color:#000;
	text-decoration:none;
}
.clr2,.clr3{
	clear: both;
	margin-top: 75px;
}
..container {
	width:100%;
	position:relative;
	z-index:100;
	margin:40px auto;

}
.content {
	padding: 20px;
}
h1{
	margin: 10px 0 0px 20px;
	font-size: 80px;
	color: #000;
	text-shadow: 1px 1px 1px #fef7a9;
	text-transform: uppercase;
}
h1 span{
	font-size:18px;
	text-transform:none;
}
.more ul{
	text-transform:uppercase;
	font-size:13px;
	padding:50px 0px 30px 0px;
	height:30px;
	clear:both;
	width:1000px;
	margin:10px auto 0 auto;
	color:#000;
}
.more ul li{
	float:left;
	margin:0px 2px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#f7f7f7;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
/* Footer Style */
.header{
	position:absolute;
	width:100%;
	height:25px;
	line-height:24px;
	top:0;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
#p1 .content heading {
	font-family: SubwayNovellaDEMO;
	font-size: 36px;
	color: #333;
	width: 80%;
	padding-top: 100px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.header a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
.maintitle {
	font-family: SubwayNovellaDEMO;
	font-size: 80px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	padding-top: 45px;

}
#logo {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	}
.content {
	background-color: #660;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 85%;
	margin-top: 80px;
	padding-left: 50px;
	height: 50%;
	border: 5px solid #4D4D26;
	margin-right: auto;
	margin-left: auto;
}
.content p {
	font-size: 36px;
	color: #333;
	width: 90%;
	padding-top: 20px;
	padding-left: 100px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;

}
#container table {
	background-color: #663;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CC0;
}
#mainwrapper {
	width: 100%;
	height:100%;
}
