@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
	border:0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

#clear {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}

#wrapper {
	width:820px;
	margin:0 auto;
}
#header {
	width:820px;
	height:100pxpx;
}
#menu {
	width:820px;
	height:40px;
	background:url(../images/menu-bg.jpg) no-repeat;
	margin-bottom:10px;
}
#menu ul {
	list-style:none;
	margin-left:30px;
}
#menu li {
	float:left;
	font-weight:bold;
	height:40px;
	padding:12px 0px 12px 0px;
	background:url(../images/menu-delimiter.png) no-repeat;
}
#menu li:hover {
	background:url(../images/menu-active.jpg) repeat-x;
}
#menu li a{
	color:#FFF;
	text-decoration:none;
	padding:12px 15px 12px 15px;	
}
#menu li a:hover {
}
#promo {
	width:820px;
	height:300px;
	margin-bottom:30px;
}
#promo-left {
	float:left;
	width:600px;
	height:300px;
}
#promo-right {
	float:right;
	width:200px;
	height:300px;
}
#promo-right ul {
	list-style:none;
	margin-top:10px;
}
#promo-right li {
	height:23px;
	width:200px;
	margin-bottom:5px;
	background:url(../images/sub-menu.jpg) no-repeat;
	padding:7px 0px 0px 0px;
}
#promo-right li:hover {
	background:url(../images/sub-menu-hover.jpg) no-repeat;
}

#promo-right a {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:7px 30px 7px 20px;
}
#content {
	width:820px;
}
#content-left {
	float:left;
	width:520px;
}
#content-left h1 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}
#content-left p {
	line-height:22px;
	text-align:justify;
}
#content-right {
	float:right;
	width:270px;
}
#gallery {
	float:left;
	margin:3px;
	padding:3px;
	border:1px solid #333;
}
#gallery img {
	width:120px;
	height:90px;
}
#footer {
	width:820px;
	border-top:2px #000 solid;
	font-size:10px;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:10px;
}
#footer a {
	color:#00F;
	text-decoration:none;
}
#footer a:hover {
	color:#F00;
}