@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: 160px;
}
#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 {
	height: 520px;
	background: url(../_img/bkg_Contact.jpg);
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1D1D1D;
	border-left-color: #1D1D1D;
}
/* --- stylizing phone --- */
#phone {
	width: 255px;
	position: relative;
	left: 695px;
	top: 325px;
}
/* --- stylizing email --- */
#email {
	width: 245px;
	position: relative;
	left: 115px;
	top: 93px;
}
#email a {
	text-decoration: none;
	color: #8B4513;
	font-weight: bold;
}
#email a:hover {
	color: #8B0000;
}
/* --- stylizing phone --- */
#phone {
	width: 140px;
	position: relative;
	left: 650px;
	top: 112px;
}
/* --- stylizing web --- */
#web {
	width: 280px;
	font-size: .90em;
	position: relative;
	left: 104px;
	top: 333px;
}
#web a {
	text-decoration: none;
	color: #8B4513;
	font-weight: bold;
}
#web a:hover {
	color: #8B0000;
}

/* --- stylizing ad --- */
#ad {
	width: 220px;
	font-size: .75em;
	position: relative;
	left: 615px;
	top: 307px;
}



/*stylizing footer*/
#footer {
	padding: 30px 20px 30px 20px;
	background: #1D1D1D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	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;
}
.color1 {
	color: #FF4500;
}
.color2 {
	color: #006400;
}
