@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #363636;
	text-align: center;
}
#container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
	background: #1D1D1D;
	text-align: left;
}
/* --- stylizing header --- */
#header {
	background: #1D1D1D;
	padding-top: 30px;
	height: 140px;
}
#header h1 {
	text-indent: -1000em;
	position: relative;
	background: url(../_img/headline.png) no-repeat;
	margin-bottom: -20px;
	width: 451px;
	height: 55px;
	left: 170px;
	top: 30px;
}
#header #logo {
	width: 158px;
	height: 96px;
	background-image: url(../_img/logo2.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: -20px;
	left: 620px;
	top: -45px;
}
#header hr {
	color: #edcd11;
	background-color: #ffff66;
	width: 80%;
	height: 2px;
	margin: 0 auto 20px auto;
}
/* --- stylizing content1 --- */
#content1 {
	font-size: .85em;
	text-align: center;
	background: #1D1D1D;
	padding-bottom: 20px;
}
#content1 a {
	text-decoration: none;
	color: #949B71;
	font-weight: bold;
}
#content1 a:hover {
	color: #FC0;
}
/* --- stylizing content2 --- */
#content2 {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: 2em;
	background: #1D1D1D;
}
#content2 h1 {
	padding-bottom: 15px;
	color: #edcd11;
	font-size: 2.5em;
}
#content2 p {
	font-size: 1.4em;
	color: #CCC;
}
#content2 hr {
	color: #edcd11;
	background-color: #ffff66;
	width: 80%;
	height: 2px;
	margin: 0 auto 20px auto;
}
#content2 a {
	text-decoration: none;
	color: #949B71;
	font-weight: bold;
}
#content2 a:hover {
	color: #FC0;
}
/* --- stylizing content3 --- */
#content3 {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: 2em;
	background: #1D1D1D;
}
#content3 h1 {
	padding-bottom: 15px;
	color: #edcd11;
	font-size: 2.5em;
}
#content3 p {
	font-size: 1.4em;
	color: #CCC;
}
#content3 hr {
	color: #edcd11;
	background-color: #ffff66;
	width: 80%;
	height: 2px;
	margin: 0 auto 20px auto;
}
#content3 a {
	text-decoration: none;
	color: #949B71;
	font-weight: bold;
}
#content3 a:hover {
	color: #FC0;
}
/* --- stylizing content4 --- */
#content4 {
	margin: 0;
	padding: 20px 0 30px 0;
	line-height: 2em;
	background: #1D1D1D;
}
#content4 h1 {
	padding-bottom: 0;
	color: #edcd11;
	font-size: 2.5em;
}
#content4 p {
	font-size: 1.4em;
	color: #CCC;
}
/* --- stylizing content5 --- */
#content5 {
	margin: 0;
	padding: 20px 0 0 20px;
	font-size: .85em;
	width: 310px;
	background: #1D1D1D;
	color: #CCC;	
	float: left;
}

/* --- stylizing content6 --- */
#content6 {
	margin: 0;
	padding: 20px 0 0 10px;
	font-size: .85em;
	width: 295px;
	background: #1D1D1D;
	color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FC0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FC0;	
	float: left;
}
/* --- stylizing content7 --- */
#content7 {
	margin: 0;
	padding: 20px 0 0 10px;
	font-size: .85em;
	width: 300px;
	background: #1D1D1D;
	color: #CCC;
	float: left;
}
/* --- float --- */
#clear {
	clear:both;
	}
/*stylizing footer*/
#footer {
	margin-top: 30px;
	padding: 30px 20px 30px 20px;
	background: #1D1D1D;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FC0;
	border-bottom-color: #FC0;	
}
#footer p {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: .85em;
	line-height: 1.8;
}
#footer a {
	text-decoration: none;
	color: #949B71;
	font-weight: bold;
}
#footer a:hover {
	color: #FC0;
}
/* --- END --- */
#end {
	background: #1D1D1D;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 2em;
	font-weight: bolder;
	text-align: center;
	color: #666;
}
#end a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
#end a:hover {
	color: #CCC;
}
	


/* decoration classes */
.orangeColor {
	color: #edcd11;
}
.yellowColor {
	color: #FFFF66;
}
.smaller {
	font-size: .85em;
	color: #edcd11;
	font-family:  "Courier New", Courier, monospace;
}
.smaller2 {
	font-size: .85em;
	color: #FFFF66;
}
.center {
	text-align: center;
}
.bigBold {
	font-size: 1.4em;
	font-weight: bold;
	color: #edcd11;
}