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


@import url(https://fonts.googleapis.com/css?family=Fredericka+the+Great);

body {
	background-image: url(../images/blackboard.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: center top;
}

h1 {
	font-size: 20px;
	color: #CCC;
	letter-spacing: 1px;
	line-height: 32px;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:focus {
       outline: 0px;
}

a:hover {
	color: #0093D7;
	text-decoration: underline;
}

img {
	border: 0;
}

#container {
	width: 100%;
	height: 100%;
}

#header {
	width: 100%;
	height: 150px;
	padding-top: 30px;
	text-align: left;
}

#title {
	width: 960px;
	margin: 0 auto;
	font-size: 62px;
	font-family: 'Indie Flower', cursive;
	font-family: 'Walter Turncoat', cursive;
	font-family: 'Love Ya Like A Sister', cursive;
	font-family: 'Fredericka The Great', cursive;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;	
}

.transparent {
	zoom: 1;
	filter: alpha(opacity=97);
	opacity: 0.97;
}

.grey {
	color: #35BDFF;
}

.blue {
	color: #eee;
}
	

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#nav {
	position: absolute;
	z-index: 30;
	width: 400px;
	height: 120px;
	left: 567px;
	top: -65px;
}

#content {
	position: relative;
	z-index: 1;
	padding: 0px;
	float: left;
	width: 960px;
	background: rgba(35,35,35,0.90);
	border-radius: 12px;
}

#left {
	position: relative;
	float: left;
	width: 240px;
	text-align: justify;
	padding: 40px 30px 20px;
	height: 720px;
}

#right {
	position: relative;
	float: left;
	width: 630px;
	margin-left: 0px;
	padding: 90px 30px 20px 0;
	line-height: 22px;
	text-align: justify;
}


#klik2 a:link {
	position: relative;
	float: left;
	height: 22px;
	width: 236px;
	margin: 20px 0 0;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	display: block;
	border: 2px solid #fff;
	background-color: #0193D7;
	border-radius: 12px;
	padding: 13px 0 8px;
	text-align: center;
}

#klik2 a:visited {
	color: #fff;
	background-color: #0193D7;
}

#klik2 a:hover {
	background-color: #fff;
	color: #0193D7;
	border-color: #0193D7;
	text-decoration: none; 
}

#klik2 a:active {
	background-color: #fff;
	color: #0193D7
}


#klik {
	height: 30px;
	margin-top: 20px;
}

#klik img {
	border: 0;
}

#content ul {
  	list-style-type: none;
  	padding: 0;
  	margin: 0;
  	margin-top: 5px;
  	margin-left: 5px;
}

#content ul li {
  	background-image: url(../images/bullet.png);
  	background-repeat: no-repeat;
  	background-position: 0px 8px;
  	padding-left: 20px;
  	line-height: 24px;
  	position: relative
}
	
.footer {
	color: #fff;
	font-size: 9px;
	margin-top: 43px;
	text-align: center;
	letter-spacing: normal;
}

.footer img {
	vertical-align: top;
	margin-right: 2px;
}

.footer a {
	font-weight: normal;
	color: #fff;
}
