
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 1000px;
	height: 62px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 330px;
	height: 41px;
	margin-left: 1px;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

#menu .first a {
	margin: 0;
}

#menu1 { background: url(images/menu1.jpg) no-repeat center bottom; border-color: #405580; color: #93acde; }
#menu2 { background: url(images/menu2.jpg) no-repeat center bottom; border-color: #c1c180; color: #f6f7c4; }
#menu3 { background: url(images/menu3.jpg) no-repeat center bottom; border-color: #6485ca; color: #e1ecf1; }

#menu a:hover {
	color: #000000;
}

/* Logo */

#logo {
	width: 1000px;
	height: 31px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/image.jpg) no-repeat;
/* 	border-bottom: 10px solid #595959; Logo */
}

#logo h1, #logo h2 {
	float: left;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 1.4em;
	font-weight: normal;
}

#logo h1 {
	padding: 0 0 0 140px;
}

#logo h1 a {
	color: #C3B1D2;
}

#logo h2 {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #8E68A5;
}

#logo h2 a {
	color: #AE96C0;
}

#logo a {
	text-decoration: none;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
}

#m1 {
	float: right;
	width: 725px;
	padding: 0 30px 0 0;
}

#m2 {
	float: left;
	width: 220px;
}

/* BoxedA */

.boxedA {
}

.boxedA h2 {
	height: 35px;
	padding-top: 25px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 2em;
}

.boxedA h3 {
	font-size: 1em;
	font-weight: bold;
}

.boxedA p {
	line-height: 2em;
	text-align: justify;
}

.boxedA .more {
	text-align: right;
}

.boxedA .more a {
	padding: 0 1em;
	background: #CCCCCC;
	border-left: 4px solid #666666;
	text-decoration: none;
}

.boxedA .more a:hover {
	background: #666666;
	color: #FFFFFF
}

/* BoxedB */

.boxedB {
	margin-bottom: 1px;
	background: #f6f7c4 url(images/img07.jpg) repeat-y;
	border-bottom: 1px solid #c1c180;
}

.boxedB h2 {
	height: 35px;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #c1c180;
}

.boxedB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedB li {
	display: inline;
}

.boxedB a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #FDF1EC url(images/img08.jpg) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #c1c180;
}

.boxedB a:hover {
	background: #c1c180 url(images/img09.jpg) no-repeat;
	color: #FFFFFF;
}

/* BoxedC */

/* News */

#news {
}

#news h2 {
	font-size: 22px;
}

#news ul {
	list-style-type: square;
}

/* Footer */

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #666666;
	background: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 30px 0;
	text-align: center;
	font-size: smaller;
	color: #999999;
}

#footer a {
	color: #999999;
}
