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

body {
	margin:0;
}
.wrapper {
	

}

h1 {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 15px;
	text-align:left;
	color:#F0F;
}
.text {
	width:350px;
	height:150px;
	bottom: 110;
	right: 380px;
	position: absolute;
	background-image: url(../images/patt4.png);
	color: #fff;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding: 20px;
	background-color: transparent;
}

.left {
	width:190px;
	height:100%;
	background-image:url(../images/sidebar-image2.png);
	background-repeat:repeat-y;
	background-position: top left;
	background-color: #fff;
	background-attachment: fixed;

}

.content {
	width: 140px;
	height:570px;
	margin-left: 55px;
	margin-top: 10px;
	position:fixed;
	

	
}

.logo {
	width: 140px;
	height: 30px;
	
}
.nav {
	text-align:center;
	width: 135px;
	height: 200px;
	line-height:1.5em;
	color:#F0F;

	
}

.nav a {
	text-align:center;
	color: #F0F;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Voltaire', sans-serif;
	margin: 0 auto;
}

.nav a:hover {
	color: #333;
}
.social {
	width: 50px;
	margin-left: 10px;
	bottom: 25px;

}
.skull {
	background-image:url(../images/skull-1.png);
	background-repeat: no-repeat;
	width: 155px;
	height: 255px;
	position: absolute;
	right:0;
	bottom:0;
	
	
	
}

.right {
	float: right;
	width: 325px;
	height: 300px;
	bottom: 0;
	right: 55px;
	position: absolute;

	
}
.right img {
	border: #fff solid 3px;
}
.box-1 {
	float: left;
	display:block;
	width: 300px;
	
}
.box-2 {
	float: right;
	width: 300px;
	margin-left: 10px;
	}

.page-content{
	
 width:500px;
 height: 100%;
 float: left;
 margin-left: 190px;
 background-image:url(../images/body-black.png);
 background-repeat:repeat;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
}

.page-content-contact{
	
 width:350px;
 height: 100%;
 float: left;
 margin-left: 190px;
 background-image:url(../images/body-black.png);
 background-repeat:repeat;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
}

.page-content-menu{
	
 width:390px;
 height: 100%;
 float: left;
 margin-left: 190px;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
	background: url(../images/fade.png) no-repeat center top;
}

.page-content-signup{
	
 width:410px;
 height: 100%;
 float: left;
 margin-left: 190px;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
	background: url(../images/fade.png) repeat-x center top;
}

.paragraph {
	
	width: 380px;
	padding: 15px;

	
}
.paragraph h1 {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 27px;
	text-align:left;
	color:#fff;
}
.paragraph h3{
	font-family: 'Voltaire', sans-serif;
	font-size: 20px;
	text-align:left;
	color:#fff;
}
.paragraph h4 {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 14px;
	text-align:left;
	color:#fff;
}

.paragraph strong {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#F0F;
	
}
.paragraph a {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#F0F;
	
}

.paragraph p{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:14px;
	color: #fff;
	text-align: left;
	line-height: 1.5em;
}
.paragraph ul{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:14px;
	color: #fff;
	text-align: left;
	line-height: 1.3em;
}

.paragraph p img {
	padding: 10px;
	float: left;
}