* {
	padding:0;
	margin:0;
}

a {
	color:white;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	background: url('images/background.png');
	font-size:12px;
	font-family:arial;
	color:#E5E5E5;
}

.sections_container {
	width:768px;
	margin-left:auto;
	margin-right:auto;
}


li {
	margin-left:20px;
}

.sections_container > div {
	margin: 0 auto 4px auto;
	background: rgba(0,0,0,0.3);
	padding:10px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border:1px #7F7F7F solid;
	box-shadow: inset 2px 2px #191919;
	display:block;
}

.pagination {
			list-style:none;
			margin:0;
			padding:0;
		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color:red;
		}

.top {
	margin: 15px auto 4px auto;
}

.section {
	margin: 0 auto 4px auto;
	width:768px;
	background: rgba(0,0,0,0.3);
	padding:10px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border:1px #7F7F7F solid;
	box-shadow: inset 2px 2px #191919;
}

h1,h2,h3,h4,h5,h6 {
	
}

#subtitle {
	color:#919191;
	text-align:right;
}

#title {
	text-align:right;
}

#profile {
	float:left;
	height:52px;
	width:52px;
}

#youtube_video {
	float:right;
	padding-left:10px;
}

#contact {
	margin-top:8px;
	font-weight:bold;
	font-style:italic;
}

#social_media {
	margin-top:40px;
	text-align:center;
}

.heading {
	text-align:center;
}

.demphasis {
	color:#9E9E9E;
}

.clear {
	clear:both;
}
