@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;
	padding: 15px 0 10px 10px;
	background: #1D1D1D;
}
#content1 a {
	text-decoration: none;
	color: #949B71;
	font-weight: bold;
}
#content1 a:hover {
	color: #FC0;
}
/* --- stylizing content2 --- */
#content2 {
	width: 480px;
	font-size: 0.85em;
	line-height: 1.5em;
	background: #1D1D1D;
	float: left;
	background: url(../_img/res_bkg_body.png) repeat-y;

}
#content2 h3 {
	margin: 0;
	padding-top: 20px;
	background: url(../_img/res_bkg_top.png) no-repeat left top;
}
#content2 p.last {
	background: url(../_img/res_bkg_bottom.png) no-repeat bottom left;
	margin: 0;
	padding-bottom: 20px;
}
#content2 p {
	padding: 0 1.5em;
}
/* --- stylizing content3 --- */
#content3 {
	padding: 20px 20px 0 20px;
	font-size: .85em;
	line-height: 1.2em;
	margin: 0 0 0 480px;
	background: #1D1D1D;
}
#content3 p {
	color: white;
}
/* --- stylizing content4 --- */
#content4 {
	margin-top: 20px;
	text-align: center;
}
#content4 img {
	padding-right: 1px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding: 10px 0 5px 0;
}
#content4 a img {
	text-decoration: none;
}
/* --- floats --- */
#clear {
	clear:both;
	}
/*stylizing footer*/
#footer {
	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;
}
.orangeColorCtr {
	color: #edcd11;
	text-align: center;
	font-size: 1em;
	padding-bottom: 10px;
}
.orangeColorJst {
	color: #edcd11;
	text-align: center;
	font-size: 1em;
	padding-bottom: 10px;
}
.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;
	line-height: 1.7;
}

.justify {
	text-align: justify;
	line-height: 1.7;
}
