/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

*::selection {
	background:#201e18;
	color:#eeecdd;
}

*::-moz-selection {
	background:#201e18;
	color:#eeecdd;
}

*::-webkit-selection {
	background:#201e18;
	color:#eeecdd;
}

body {
	font-size: 12pt;
	font-family: Verdana, sans-serif;
	background: url('../img/zz.png') fixed;
	margin: 0;
	text-align: center;
	color: #201E18;
}

#main {
	position: relative;
	display: block;
	width: 640px;
	margin: 0 auto;
	padding: 30px;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 20px 4px #666;
	-webkit-box-shadow: 0 0 20px 4px #666;
	box-shadow: 0 0 20px 4px #666;
	text-align: left;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #aaa;
	width: 80%;
	color: #FFF;
	background-color: #FFF;
	margin: 40px 0px 40px 10%;
}

a, a:visited, a:active {
	color: #777;
	text-decoration: none;
	}
	
a:hover{
	color: #000;
	font-weight: 900;
}
	
h1{
	font-family: 'Lora', serif;
	font-size: 24pt;
	font-weight: 900;
	width: 100%;
	text-align: center;
	margin: 0px 0px 15px 0px;
	color: #000;
	}
	
h2 {
	font-family: 'Lato', sans-serif;
	font-size: 50pt;
	font-weight: 900;
	width: 100%;
	text-align: center;
	margin: 0px 0px 30px 0px;
	text-shadow: 0px 3px 0px #ccc;
	color: #000;
}

p{
	margin: 0px 0px 25px 0px;
	}
	
p:first-letter{
	font-family: 'Lora', serif;
	font-size: 14pt;
	font-weight: bold;
}

.maintitle{
	margin: 0px 0px 30px 0px;
	width: 100%;
	text-align: center;
	}
	
#illus{
	margin: 0px 0px 25px 0px;
	}

.title{
	font-family: 'Lora', serif;
	font-size: 14pt;
	font-weight: 400;
}

.bottom{
	padding: 5px 0px 0px 20px;
	width: 100%;
	text-align: center;
	}
	
.bottom a{
	font-family: 'Lato', sans-serif;
	font-size: 13pt;
	font-weight: 900;
}

.bottom span{
	font-family: 'Lora', serif;
	font-size: 13pt;
	font-weight: 700;
}

p.q {
	font-family: 'Lato', sans-serif;
	font-size: 13.5pt;
	margin:0;
	font-weight: bold;
	}
	
p a {
	border-bottom: 0px dotted #666;
	font-style: italic;
	}
	
p a:hover {
	border-bottom: 0px dotted #666;
	font-weight: normal;
	font-style: normal;
	}
	
	
#faqdev{
	width: 100%;
	text-align: center;
	font-family: 'Lora', serif;
	font-size: 10pt;
	}
	
#sign {
	text-align: right;
	margin: 30px 0px 0px 0px;
}