/**
* CSS
* 
* @version 1.0background: #616669;
* @author Vaska 
* @author Gregory Cadar
* @
* @modified by Elias Hedlund
*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-family: Verdana, sans-serif;
	color: #000;
	background: #43464b;
	background-image: url(img/background_a.png);
	background-repeat: repeat;
	background-position: top center;
	background-attachment: scroll;
	text-align: center;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #000000; }

a img { border: none; }

table {
	padding: 0px;
}

tr {
}

td {
	padding: 20px;
}

#menu {
    width: 100%;
    overflow: auto;
    height: 140px;
	background-color: #000;
}

#menu ul {

 float: left;
 list-style-type: none;
 margin: 0 0px 0 31px;
}

#menu ul li.section-title { }

#content {
    height: 1290px;
	width: 780px;
	margin-top: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: transparent;
	background-image: url(img/board-a.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
}

#board-top {
	height: 225px;
	width: 780px;
	background: transparent;
}

#board-bottom {
	height: 1065px;
	width: 780px;
	background: transparent;
}

#container {
	position: relative;
	left: 5px;
    padding: 26px 0px 0px 0px;
	width: 636px;
	height: 800px;
	color: #fff;
	background: transparent;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#info {
	height: 100px;
	width: 780px;
	position: relative;
	left: 0px;
	top: 96px;
	background: transparent;
}

#info2 {
	height: 100px;
	width: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	background: transparent;
}

#thumb {
	background: transparent;
	text-align: center;
	width: 212px;
	height: 134px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#box {
	width: 480px;
	height: 100%;
    padding: 0 0 0 15px;
	background: transparent;
	text-align: left;
}

#button {
	width: 40px;
	height: 30px;
    padding: 0 0 0 0;
	background: transparent;
	text-align: left;
	position: relative;
	left: -28px;
	top: 302px;
	float: right;
}

#new {
	position: relative;
	left: -80px;
	top: -120px;
	z-index: 1;
}

#contact {
	position: relative;
	top: -123px;
	left: 93px;
	width: auto;
	height: auto;
	color: #000;
	background: transparent;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#darklayer {
	width: 100%;
	height: 100%;
	background-image: url(img/aaadark_layer.png);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: scroll;
	z-index: 1;
}



#content p { width: 100%; margin-bottom: 9px; }

p {
    margin: 0 0 0 0;
	text-align: left;
}

EMBED {
	text-align: left;
    margin: 0 0 15px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 0; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }



#logo {
	background-color: #fff;
    width: 100%;
	height: 256px;
	background-image: url(/img/title.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;

    overflow: auto;
}
li.section-title { 
	font: bold 12px Arial,Verdana,sans-serif;
	color: #ffff00;
	letter-spacing: 0px;
	margin: 0 10px 0 0;
}

.video_title {
	font: bold 10px Arial,Verdana,sans-serif;
	color: #ffff00;
}
.video_content {
	font: bold 10px Arial,Verdana,sans-serif;
	color: #ffffff;
	font-weight: bold;
}
