@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-size: 100%;
}
body#projects {
	background-repeat: no-repeat;
	background-position: 175px 80px;
	background-color: #000000;
	background-image: url(../images/logoNoguns.jpg);
}




#wrapper {
	margin: auto;
	width: 1200px;
	font-family: Haettenschweiler;
	color: #FFFFFF;
	height: 800px;
	display: block;
	padding: 0px;
	font-size: 100%;
	background-image: url(../images/logoBWnoguns.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#container {
	font-size: 100%;
	height: 800px;
	width: 1150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
}
#head {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	height: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	float: left;
	clear: right;
}
#navigation {
	display: block;
	float: left;
	width: 960px;
	margin: 0px;
	height: 100px;
}
#content {
	display: block;
	margin-top: 0px;
	width: 1150px;
	float: left;
}

#slider {
	width: 893px;
	position: relative;
	margin: 0 auto;
}

.scroll {
	height: 650px;
	width: 893px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/grid_background.png);
	background-repeat: repeat-y;
	background-position: center top;
	border: 9px solid #333333;
	clear: left;
	margin: auto;
	display: block;
}

.scrollContainer div.panel {
	padding: 20px;
	height: 650px;
	width: 893px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding-bottom: 9px;
	float: right;
	padding-top: 0;
	padding-right: 40px;
	padding-left: 0px;
}

ul.navigation li {
	display: block;
	padding: 0px;
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: -36px;
	margin-left: 0px;
}

ul.navigation a {
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

ul.navigation a:hover {
	opacity: 0.5;

}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}
img#left_title {
	display: block;
	margin-right: 10px;
	padding-right: 10px;
	top: 8px;
	position: relative;
	right: 111px;
	float: left;
	clear: left;
}
img#head_title {
	margin-left: 200px;
}
img#right_side {
	display: block;
	z-index: 9999;
	float: right;
	position: relative;
	margin-right: 45px;
}
img#left_side {
	display: block;
	z-index: 9999;
	float: left;
	position: relative;
}
img#myElement2 {
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0066;
	margin: auto;
	padding-bottom: 4px;
}

a#myElement {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 200%;
	display: block;
	width: 1024px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: -30px;
}
a#myElement:hover {
	display: inline;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 1024px;
}
h1#title {
	font-size: 600%;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: block;
	margin: auto;
	width: auto;
	text-align: center;
	opacity:0.6;
}

h1#myElement2 {
	font-family: Haettenschweiler;
	font-size: 300%;
	display: block;
	color: #CCCCCC;
	text-indent: -20px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


ul#nav {
	color: #FF3366;
	list-style-type: none;
	display: block;
	letter-spacing: 0.9em;
	font-variant: normal;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 154px;
	font-weight: lighter;
	margin: auto;
}

ul#nav li {
	display: inline;
	float: left;
	padding-right: 20px;
	font-size: 16px;
}
ul#nav a  {
	color: #FF3366;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
ul#sub_nav {
	color: #FF3366;
	list-style-type: none;
	display: block;
	letter-spacing: 0.9em;
	font-variant: normal;
	font-size: 16px;
	padding-left: 120px;
	font-weight: lighter;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
ul#sub_nav li  {
	display: inline;
	float: left;
	padding-right: 20px;
	font-size: 16px;
}
ul#sub_nav a  {
	color: #FF3366;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
#nav  a:hover, #sub_nav a:hover {
	color: #FFCCFF;
}

p#desc {
	display: block;
	width: 45%;
	float: left;
	font-size: 85%;
	margin-left: 20px;
	margin-top: 80px;
	color: #CCCCCC;
}

