﻿* {
	border-bottom-color: #000000;
	border-color: #000000;
	margin: 0;
	padding: 0;
	border-left-color: #000000;
	border-right-color: #000000;
}

body {
background: #D0D0D0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

a {
	text-decoration: none;
	color: #F69;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 1000px;
background: #fff;
}

#header {
height: 90px;
}
#header h1 {
	font-size: 38px;
	letter-spacing: -1px;
	padding: 23px 0 0 20px;
	color: #F69;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 24px;
color: #111;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
	height: 30px;
	line-height: 30px;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
	padding: 0 13px 0 0;
	text-decoration: none;
	font-weight: 100;
	font-size: 14px;
	color: #F69;
}
#menu ul li a:hover {
color: #f06;
text-decoration: none;
font-weight: 600;
}

#content {
padding: 0 20px 20px 20px;
}

.right {
	float: right;
	width: 740px;
	text-align: justify;
	overflow: hidden;
}
.right h1 {
	padding: 0 0 15px 0;
}
.right h1 a {
	text-decoration: none;
	color: #F69;
}
.right h1 a:hover {
color: #f06;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
	text-decoration: none;
	color: #F69;
}
.right h2 a:hover {
color: #f06;
}

.right h3 {
	line-height: 20px;
}

.right h4 a {
	text-decoration: none;
	color: #F69;
}
.right h4 a:hover {
text-decoration:none;
color: #f06;
font-size: small;

}

.right p a {
	text-decoration: none;
	color: #F69;
}
.right p a:hover {
text-decoration:none;
color: #f06;
}

.right ul{
	padding: 10px 0 15px 15px;
	font-weight: 200;
	font-size: small;
	list-style-type: square;
}

.right ul li a {
	
}

.right ul li a:hover {
	text-decoration:none;
	color: #f06;
	
}

.right ul li.sub{
	padding: 5px 10px 5px 0;
	margin-left: 10px;
	list-style-type: disc;
}


.left {
	float: left;
	width: 200px;
	margin-top: 10px;
	background: #F69;
}

.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 13px;
	background: #f06;
}
.left ul {
	padding: 10px 0 15px 20px;
	list-style-type: square;
	color: #F06;
}


.left ul li a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}

.left ul li a:hover {
color: #fff;
font-weight: 600;
}


#footer {
height: 30px;
line-height: 30px;
background: #657983;
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }
