* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #0d0d0d;
	background-image: url('images/bg.png');
	background-color: #0d0d0d;
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#wrapper {
	width: 100%;
	height: 100%;

}

#topbar {
	width: 70%;
	height: 285px;
	background-image: url('images/logo.png');
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 15px;
	text-align: center;
	float: right;
	margin-right: 3%;
	position: relative;
}

#social {
	position: fixed;
	text-align: center;
	left: 0;
	bottom: 0;
	margin: 0 auto 15px 10%;
}

#social i {
	font-size: 30px;
	color: #c096fb;
	margin-right: 5px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#social i:hover {
	color: #f231f9;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

#menu {
	width: 64%;
	height: 50px;
	line-height: 50px;
	border-top: 1px dashed #a575ae;
	border-bottom: 1px dashed #a575ae;
	text-align: center;
	float: right;
	margin-right: 3%;
}

#menu a {
	font-family: 'Cambria', sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 2px;
	border-bottom: 1px dashed transparent;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#menu a:hover {
	color: #fe2b6d;
	border-bottom: 1px dashed #fe2b6d;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

#menu i {
	color: #fe2b6d;
	font-size: 10px;
	margin-right: 15px;
}

#content {
	width: 62%;
	height: auto;
	float: right;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #ffffff;
	color: #0d0d0d;
	text-align: justify;
	margin: 15px 3% 5px 0px;
	padding: 5px 1%;
	border: 3px solid #fe2b6d;
}

#content p {
	margin: 10px;
}

#footer {
	clear: both;
	width: 64%;
	float: right;
	text-align: center;
	margin-right: 3%;
	margin-bottom: 1%;
}

#footer i {
	font-size: 10px;
	color: #fe2b6d;
	margin: 0px 5px;
}

h1 {
	width: 96%;
	font-size: 18px;
	text-align: center;
	text-decoration: none !important;
	display: block;
	background-color: #e5e5e5;
	color: #0d0d0d;
	padding: 1% 0px;
	margin: 0 auto;
}

h1 a { color: #0d0d0d !important; text-decoration: none !important; }

h1 a:hover { color: #0d0d0d; }

#content a {
	color: #0d0d0d;
	text-decoration: underline;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#content a:hover {
	color: #fe2b6d;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

h2 {
	width: 98%;
	margin: 5px auto;
	padding: 5px 0px;
	background-color: #0d0d0d;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

.info {
	width: 58%;
	margin: 10px auto;
	padding: 1%;
	background-color: #fafafa;
	color: #0d0d0d;
	border: 3px solid #0d0d0d;
}

.info h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	display: block;
}

#content ul {
	margin-bottom: 10px;
}

#content li {
	width: 96%;
	margin: 10px auto 0px auto;
	padding: 1% 0px;
	background-color: transparent;
	color: #0d0d0d;
	border-top: 3px solid #f2f2f2;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
}

#content li img {
	float: left;
	max-width: 100px;
	max-height: 75px;
	border-radius: 10px;
	margin-right: 10px;
}

#content table { width: 96%; margin: 1% auto; border-spacing: 0px !important; border: 1px solid #8C4AE9; font-size: 13px; border-bottom: 0; border-left: 0;}

#content td, #content th { border: 1px solid #8C4AE9; height: 30px; color: #262626; padding: 1%; border-top: 0; border-right: 0;}

#content td span { color: #8C4AE9; font-weight:bold }

#content h4 {
	width: 96%;
	margin: 1px auto 10px auto;
	padding: 5px 0 0 0;
	background-color: transparent;
	color: #8C4AE9;
	display: block;
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
}

#content h5 {
	width: 96%;
	margin: 1px auto 10px auto;
	padding: 5px 0;
	background-color: transparent;
	color: #8C4AE9;
	display: block;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	border-top: 1px solid #8C4AE9;
}

.pics {
	width: 94%;
	display: table;
	margin: 0px auto 20px 0px;
	padding: 1%;
	background-color: #fcf0fc;
}

.pic {
	width: 14%;
	height: auto;
	display: inline-block;
	margin: 10px 5px 0px 10px;
	text-align: center;
}

.pic img { 
	max-width: 100px;
	display: inline-block;
	margin: auto;
	padding: 3px;
	background-color: #0d0d0d;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.pic img:hover {
	background-color: #ffffff;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.mainpics {
	width: 98%;
	display: table;
	margin: 10px auto;
	padding: 1%;
	background-color: #fcf0fc;
	text-align: center;
}

.mainpic {
	width: 100%;
	height: auto;
	display: inline-block;
	margin: 10px 0px;
	text-align: center;
}

.mainpic img { 
	max-width: 500px;
	display: inline-block;
	margin: auto;
	padding: 3px;
	background-color: #0d0d0d;
}

.copyright {
	background-color: #faffe5;
	margin: 10px auto;
	width: 75%;
	padding: 10px;
}

.notice {
	width: 50%;
	background-color: #ede1ed;
	margin: 10px auto;
	padding: 10px 0px;
	color: #404040;
	border: 2px dashed #bca2e0;
}

.notice .c {
	display: table;
	width: 100%;
	margin-top: 5px;
}

.notice p {
	width: 80%;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}

.notice i {
	font-size: 18px;
	color: #fe2b6d;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 5%;
}