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

body {
	background-color: #6A1507;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A32529;
	width: 965px;
	margin: 0 auto;
}

body.homepage {
	background-image: none;
}

a {
	outline: none;
}

p {
	line-height: 1.3;
}

.small {
	font-size: 80%;
}

#home {
  position: absolute;
  top: 50%; 
  left: 50%;
  height: 578px;
  width: 964px;
  margin-top: -289px;
  margin-left: -482px;
  background-image: url(../_images/yy_trans.jpg);
}

#container, #container_sidebar {
	position: relative;
	top: 10px;
	left: 1px;
	background-image: url(../_images/back.gif);
	background-repeat:repeat-y;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	min-height: 540px;
	height:auto !important;
  	height:540px;
}

#container_sidebar {
	background-image: url(../_images/back_sidebar.gif);
}

#content {
	position: relative;
	top: 12px;
	left: 205px;
	color: #000;
	width: 740px;
}

#container_sidebar #content {
	width: 460px;
}

#content h1 {
	font-size: 18px;
	padding: 8px 0px 8px 0px;
	font-weight: bold;
	color: #A32529;
}

#content h2 {
	font-size: 15px;
	font-weight: normal;
	color: #A32529;
}

#content .row {
	clear: both;
	float: none;
	width: 100%;
}

#content .left {
	float: left;
	width: 400px;
	text-align: left;
	padding: 5px 0px 5px 25px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #e8e2da;
}

#content .right {
	padding: 5px;
	float: left;
	width: 300px;
	text-align: left;
	border-bottom: 1px solid #fff;
	background-color: #e8e2da;
}

#content ul {
	margin: 0px;
	padding-left: 15px;
}

#content li {
	margin-top: 20px;
}

#address {
	width: 180px;
	position: absolute;
	left: 2px;
	top: 240px;
	text-align: center;
	font-size: 70%;
}

#container #address, #container_sidebar #address {
	top: 2px;
}

#address img {
	border: 0px;
	margin: 17px;
}

#address p, #home info p {
	margin: 0px;
	padding: 0px;
}

#home #nav {
	position: absolute;
	top: 376px;
	left: 2px;
}

#container #nav, #container_sidebar #nav {
	position: absolute;
	top: 325px;
	left: 2px;
}

#nav {
	width: 180px;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	display:inline;
	list-style: none;
}

#nav li a {
	display: block;
	font-size: 18px;
	padding: 8px 0px 8px 34px;
	font-weight: bold;
	border-top: 2px solid #fff;
	color: #A32529;
	text-decoration: none;
}

#nav li a:hover {
	background-color: #A32529;
	color: #fff;
}

#home #info, #sidebar {
	width: 244px;
	position: absolute;
	top: 20px;
	left: 708px;
	color: #fff;
	font-size: 100%;
}

#sidebar h1 {
	font-size: 120%;
	margin-top: 0px;
	padding-top: 0px;
}

#sidebar a {
	color: #fff;
}

#sidebar a:hover {
	color:#FFCCCC;
}

.outline {
	border: 1px solid #000;
	margin-left: 10px;
}

.spacer {
	float: none;
	clear: both;
	height: 10px;
}

#footer {
	width: 964px;
	color: #CCC6BE;
	font-size: 60%;
	position: relative;
	top: 15px;
}

#home #footer {
	position: absolute;
	top: 585px;
}

#footer a {
	text-decoration: underline;
	color: #CCC6BE;
}

#footer a:hover {
	color: #fff;
}

#footer .left, #footer .right {
	width: 400px;
	float: left;
	text-align: left;
}

#footer .pbb {
	float: left;
	text-align: right;
	width: 164px;
}

.rowodd {
	background-color: #ccc;
}

.roweven {
	background-color: #e1e1e1;
}
