body {
	margin: 0;
	padding: 0;
	background: #7F7772 url(images/img01.gif) repeat-x;
  font-family: Verdana, "Times New Roman", Times, serif; 
	font-size: 14px;
	color: #DEDEDE;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 145%;
  color: #FFFFFF;
}

h2 {
	font-size: 125%;
  color: #FFFFFF;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #FFBF23;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

/*img {
	border: 1px solid #B2B2B2;
} */

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* header */

#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
  border: none;
}

/* motto */

#motto {
	float: right;
	width: 400px;
	padding-top: 25px;
  
}

/* Menu */

#menu {
	width: 700px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	padding: 0 20px 0 10px;
	background: url(images/img02.gif) no-repeat left center;
	text-align: center;
	text-decoration: none;
	font-size: 145%;
	color: #808080;
}

#menu a:hover {
	color: #FFFFFF;
  	background: url(images/img002.gif) no-repeat left center;
}

#menu .active a {
	color: #FFFFFF;
  	background: url(images/img002.gif) no-repeat left center;
}

/* Page */

#page {
	clear: both;
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 131px 0 0 0;
	background: url(images/baner1.png) no-repeat;
}
 /* baner */

#baner {
	width: 660px;
	height: 180px;
	padding: 30px 30px 0 30px;
	background: url(images/baner2.png) no-repeat;
}

.twocols {
}

.twocols .title {
}

.twocols .col1 {
	float: left;
	width: 320px;
}

.twocols .col2 {
	float: right;
	width: 320px;
}

/* Content */

#content {
	float: right;
	width: 420px;
	padding-right: 10px;
}

.title {
	padding-bottom: 5px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

/* bar */

#bar {
	float: left;
	width: 240px;
	padding: 10px 0 0 10px;
}

/*#bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#bar li {
}

#bar li ul {
}

#bar li li {
	padding: 5px 0;
}

#bar h2 {
	font-size: 114%;
	font-weight: bold;
}

#bar h3 {
	margin: 0;
}

#bar p {
	margin: 0;
	line-height: normal;
}

#bar a {
	text-decoration: none;
}

#bar a:hover {
	text-decoration: underline;
} */

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: #FFFFFF;
	color: #666666;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}