﻿body {
	margin: 20px 0;
	padding: 0;
	background: #696969;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
}

a {
	color: #ffffff;
	background-color: #0218d6;
	text-decoration:none;
}

a:hover {
	background-color: #696969;
	cursor: pointer ;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	background: url(images/wrcc_900_100.jpg) no-repeat;
}

/* horizontal menu */

#lmenu {
	width: 900px;
   	height: 50px;
  	margin: 0 auto;
   	background: url(images/wrcc_border.jpg) no-repeat;
}

#lmenu li {
   float: left;
}

#lmenu ul {
	margin: 0;
  	padding: 10px 0 0 10px;
   	list-style: none;
}

#lmenu a { 
   padding: 0 10px;
   letter-spacing: 0 ;
   border: none;
}

/* page */

#page {
	width: 900px;
	margin: 0 auto;
	background-color: #ffebcd;
}

/* sidebar Menu */

#menu1 {
	float: right;
	width: 110px;
	padding: 20px;
	text-align: center;
	background-color: #00008f;
}

#menu1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu1 li {
}

#menu1 li ui {
	padding-left: 0px;
}

#menu1 li li {
	padding-left: 0px;
}

#menu1 a {
   	display: block;
   	text-align:center; 
}

/* Content */

#content {
	width: 706px;
	color: #000000;
	background-color: #ffebcd;
	padding: 20px;
}

#content a {
	color: #000000;
	background-color: #deb887;
}

#content a:hover {
	color: #ffffff;
	background-color: #696969;
}

#latest-news {
	float:left;
	width: 706px;
	height: 600px;
	padding-bottom: 20px;
}

#billboard {
	width: 320px;
	height: 240px;
	float: left;
	padding-right: 20px;
}

#meeting {
	float: right;
	width: 360px;
}

/* footer */

#footer {
	width: 900px;
	height: 30px;
	float: right;
	background-color: #ffebcd;
}

/* styles */

.style1 {
	text-align: center;
	font-size: x-large;
}

.style2 {
	text-align: center;
	font-size: medium;
}
