@charset "utf-8";
body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg1.jpg) no-repeat top;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	/*background-attachment: fixed;*/
}
a:link {
	color: #5595FF;
}
a:hover {
	color: #FDC4FD;
}
a:visited {
	color:#8AB6FF;
}
h1 {
	font-size: 24px;
	color: #606c88;
}
h2 {
	font-size: 18px;
	color: #606c88;
}
h3 {
	font-size: 16px;
	color: #606c88;
}
p {
	margin:10px;
}
ul {
	margin: 5px;
	padding: 0px 15px;
	list-style-type: none;
}
ul li {
	margin-left: 20px;
	list-style: circle;
	line-height: 2;
}
a img {border:none;}
#container {
	width: 820px;
	margin: 10px auto;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	text-align: left;
	background: url(images/bg.png) repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.2;
}
/* header */
#header {
	width:820px;
	margin: 0 auto;
	height: 100px;
}
#header-name {
	float: left;
}
#header h1 {
	color: #C3D9FF;
	text-shadow: 2px 2px 3px #222222;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
}
.description {
	color: #FFF;
	font-size: 18px;
	clear: left;
	margin-top: 5px;
	font-weight: bold;
}
/* middle */
#left {
	padding: 10px;
	float: left;
	width: 820px;
}
#left img {
background:#f2f2f2;
padding:3px;
border-bottom: 3px solid #000;
-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#menu {
	height:35px;
}
#menu ul {
	margin:0;
	list-style:none;
	background: url(images/menu.gif) repeat-x;
	padding:5px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	border-radius-topleft: 10px;
	border-bottom: 3px solid #000;
}
#menu ul li {
	display:inline;
	
}
#menu ul li a {
	color:#222222;
	text-shadow: 2px 2px 3px #CCC;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
/* footer */
#footer {
	padding: 0 10px;
	clear: both;
	color: #666;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
