﻿/* Menu */

#menu {
	width: 704px;
	height: 20px;
	margin: 10px auto;

}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 99px;
	height: 25px;
	margin-left: 1px;
	padding-top: 1px;
	border-top-width: 4px;
	border-top-style: solid;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

#menu .first a {
	margin: 0;
}

#menu1 { background: url("images/img01.gif") no-repeat center bottom; border-color: #F07242; color: #C4856D; }
#menu2 { background: url("images/img02.gif") no-repeat center bottom; border-color: #DFC808; color: #C0B94A; }
#menu3 { background: url("images/img03.gif") no-repeat center bottom; border-color: #549EE9; color: #799EC3; }
#menu4 { background: url("images/img04.gif") no-repeat center bottom; border-color: #9EBF54; color: #94A46F; }
#menu5 { background: url("images/img05.gif") no-repeat center bottom; border-color: #9F8DF6; color: #B0A7DB; }
#menu6 { background: url("images/img20.gif") no-repeat center bottom; border-color: #ED1313; color: #EB3E3E; }
#menu7 { background: url("images/img21.gif") no-repeat center bottom; border-color: #C23DB7; color: #F668EA; }

#menu a:hover {
	color: #000000;
}

/* Logo */

#logo {
	width: 704px;
	height: 31px;
	margin: 10px auto;
	padding: 120px 0 0 0;
	background: url("images/banner.jpg") no-repeat;
	border-bottom: 10px solid #595959;
}

#logo h2 {
	float: left;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 1.4em;
	font-weight: normal;
}

#logo h1 {
	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;
}

/* body */
#body
{
	width: 704px;
	text-align:center;
}

/* Footer */

#footer {
	clear: both;
	width: 704px;
	margin: 0 auto;
	border-top: 1px solid #666666;
	background: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 30px 0;
	text-align: center;
	font-size: smaller;
	background: url("images/footer.jpg") no-repeat;
	color: #999999;
}

#footer a {
	color: #999999;
}

