@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: top center;
	background-attachment: fixed;
	overflow: scroll;
	margin: 0px;
	}

#banner {
	background-image: url(images/banner_logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	width: 810px;
	height: 200px;
	padding: 0px;
	margin-top: 0px;	
	margin-left: auto;
	margin-right: auto;
	border-style :none;
	}

#menu {
	position: relative;
	background-image: url(images/background_dark.jpg);
	background-repeat: repeat;
	background-position: top center;
	background-attachment: fixed;
	width: 994px;
	height: 26px;
	text-align: center;
	margin-top: 0px;	
	margin-left: auto;
	margin-right: auto;
	border-color: #222222;
	border-width: 1px;	
	border-style: solid;
	}

a.menu {
	font-family: "tahoma", "arial";
	font-size: 11pt; 
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	border-style: none;
	margin-left: 30px;
	margin-right: 30px;
	}
	
a.menu:link {
	color: #dddddd;
	}

a.menu:visited	{
	color: #dddddd;
	}

a.menu:hover {
	color: #666666;
	}

a.menu:active {
	color: #666666;
	}

#main {
	position: relative;
	background-image: url(images/background_dark.jpg);
	background-repeat: repeat;
	background-position: top center;
	background-attachment: fixed;
	overflow: auto;
	width: 994px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-color: #222222;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	}

#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	}
	
#center {
	float: left;
	width: 592px;
	margin-left: auto;
	margin-right: auto;
	border-color: #222222;
	border-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-style: solid;
	}
	
#slideshow {
	position: relative;
	width: 592px;
	height: 300px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#news {
	position: relative;
	width: 592px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-color: #222222;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	}

#right {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
	}
	
img.right {
	margin: 0px;
	border-style: none;
	}


#album_big {
	position: relative;
	width: 946px;
	height: 314px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 12px;
	margin-right: auto;
	padding: 12px;
	border-color: #222222;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	}
	
#album_small {
	position: relative;
	width: 946px;
	height: 290px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 12px;
	margin-right: auto;
	padding: 12px;
	border-color: #222222;
	border-width: 1px;
	border-to-stylep: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	}

img.album {
	border-color: #222222;
	border-width: 1px;	
	border-style: solid;
	margin: 0px;
	padding: 0px;
	}
	
img.shop {
	border-color: #222222;
	border-width: 1px;	
	border-style: solid;
	margin-top: 15px;
	margin-bottom: 0px;	
	margin-left: 12px;
	margin-right: auto;
	}


img.last_of_the_juggernauts {
	border-color: #222222;
	border-width: 1px;	
	border-style: solid;	
	margin-left: auto;
	margin-right: auto;
	}
	
a.last_of_the_juggernauts {	
	margin-left: auto;
	margin-right: auto;
	}


#video {
	position: relative;
	width: 500px;
	height: 600px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: auto;
	border-color: #222222;
	border-width: 1px;
	border-style: solid;
	}
	
object.video {
	position: relative;
	margin-left: 15px;
	margin-right: 0px;	
	margin-top: 15px;
	}
	
body.video {
	background-image: none;
	background-color: transparent;
	overflow: hidden;
	margin: 0px;
	}
	
	
#contact {
	position: relative;
	width: 500px;
	height: 600px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: auto;
	}

p 	{
	color: #dddddd;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;	
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
	}
	
h1 {
	color: #dddddd;
	background-color: #222222;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 15px;
	padding-right: auto;
	margin: 0px;
	}

h2 {
	color: #dddddd;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 10pt;
	font-style: italic;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;	
	margin-left: 15px;
	margin-right: auto;
	padding: 0px;
	}

h3 {
	color: #dddddd;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}

a 	{
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 10pt;
	font-weight:normal;
	text-decoration: none;	
	text-align: left;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
a:link {
	color: #dd0000;
	}

a:visited	{
	color: #dd0000;
	}

a:hover {
	color: #550000;
	}

a:active {
	color: #550000;
	}

img {
	margin-top: 15px;
	margin-bottom: 0px;	
	margin-left: 8px;
	margin-right: auto;
	}

ol {	
	margin-top: 15px;
	margin-bottom: 0px;	
	margin-left: 12px;
	margin-right: auto;
	list-style-type: decimal;
	}

li {
	color: #dddddd;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;;
	margin-bottom: 5px;
	list-style-type: inherit;
	}

ul {	
	margin-top: 15px;
	margin-bottom: 0px;	
	margin-left: 15px;
	margin-right: auto;
	list-style-position: inside;
	}
	
form{
	margin-bottom: 50px;
	}


	
