/* CSS RESET */
html {
	color:#fff;
	background:#000;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}


fieldset, img {
	border:0;
}


address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}


li {
	list-style:none;
}


caption, th {
	text-align:left;
}


h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}


q:before, q:after {
	content:'';
}


abbr, acronym {
	border:0;
	font-variant:normal;
}


sup {
	vertical-align:text-top;
}


sub {
	vertical-align:text-bottom;
}


input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}


legend {
	color:#000;
}


body {
	font:13px/1.231 tahoma, arial, helvetica, clean, sans-serif;
	letter-spacing: 0.05em;
}


table {
	font-size:inherit;
	font-size:100%;
}


pre, code, kbd, samp, tt {
	font-family:monospace;
	line-height:100%;
}


/* CSS RESET */


body {
	text-align:center;
	color:#000;
}


a {
	text-decoration:none;
	color:#fff;
}


a:hover {
	text-decoration:none;
	color: #cc0033;
}


#bg {
	background: #000 url(bg2.jpg) no-repeat;
	width:1028px;
	margin:0px auto;
	height:768px;
	position:relative;
}


#wrap {
	width:710px;
	text-align:left;
	background:#2a2a2a;
	margin:0px auto;
}


#b {
	padding-top: 30px;
}


.fl {
	float:left;
}


.fr {
	float:right;
}


.clearfix {
	clear:both;
}


#header {
	margin:0px auto;
	margin-bottom:35px;
}


/* header */
#header {
	position:relative;
	height:189px;
	background:url(hd.jpg) repeat-x bottom;
	width:696px;
}


#nav {
	position:absolute;
	top:166px;
	right:250px;
	width:421px;
	height:35px;
	line-height:20px;
}


#nav li {
	float:left;
	font-weight:700;
	margin:0 10px 0 0;
}


#nav a {
	text-decoration:none;
	text-align:left;
}


#nav a:hover {
	color:#cc0033;
}


/* content */
#content {
	margin:0 auto;
}


.main {
	width:440px;
	font-family: tahoma, arial, helvetica, clean, sans-serif;
  line-height: 160%;
	color:#fff;
	margin-left:20px;
}


.text blockquote {
	margin:0 auto;
	width:320px;
	font-style: italic;
	padding:0 0 20px 0;
}


.text {
	margin-bottom:20px;
}


.text p {
	margin:0 auto;
	width:420px;
	padding:0 0 20px 0;
}


.text a {
	color:#ffd700;
}


.text h2 {
	font-size:25px;
	padding:10px 0 30px 10px;
	color:#ffcc00;
}


.text h3 {
	font-size:18px;
	padding:0 0 15px 10px;
	color:#3cb371;
}


.text img {
	margin:10px 0 10px 0 ;
}


#col {
	margin:0 0 10px 0;
	width:300px;
	background:url(m.jpg);
	width: 879px;
	height:104px;
}


#col div {
	width: 220px;
	margin: 20px 0 0 70px;
	display:inline;
}


#col .first {
	margin: 20px 0 0 50px;
}


#col li {
	line-height:20px;
}


.side {
	width:170px;
	display: inline;
	margin-right:30px;
}


.side h2 {
	font-size:22px;
}


.side li {
	line-height:24px;
	color:#000;
	padding:0 0 0 5px;
}


li.black {
	background: #000;
}


.side ul {
	margin:20px 0px 30px 0px;
}


.side li a {
	color:#fff;
}


.side p {
	color:#757575;
	font-weight: bold;
}


/* footer */
#footer {
	height:50px;
	background: #000;
}



