body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin:0;
	padding:0;
	background: #F4F4F2 url(../images/bg.gif) repeat-x fixed left top;
}

#container {
	width:608px;
	margin:0 auto;
}
#container2 {
	float:left;
	width:608px;
	padding:0;
	margin:0;
	background:#fff;
	border-left: 2px solid #26251A;
	border-right: 2px solid #26251A;
}

/*-----------------*/

a {
  color:#990000;
}
a:hover {
	color: #660000;
}  
a img {
  border-width:0;
}

p {
	padding: 0px 5px 0px 2px;
	margin: 3px 0px 15px 0px;
}

/*------------------*/

#header {
	float: left;
	width:608px;
	height:45px;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #26251A;

}
#header a {
	display:block;
	width:100%;
	height:45px;
}
#logo {
	float:left;
	width:385px;
	height:45px;
	padding:0;
	margin:0;
}
#photo {
	float:left;
	width:608px;
	height:142px;
	padding:0;
	margin:0;
}

/*----------------------------------*/

#nav {
  float:left;
  width:608px;
  height:22px;
  margin:0;
  padding:0;
  list-style:none;
  font-size: 10px;
  text-transform:uppercase;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff url("../images/nav-bg.gif") repeat-x 0 0;
}
#nav ol {
	padding:0;
	margin:0;
}
#nav li {
  background:none;
  display:inline;
  padding:0;
  font-weight: normal;
}
#nav li a {
  float:left;
  width:auto;
  /*padding:3px 3px 1px;*/
  padding:3px 5px 1px;
  color:#fff;
  text-decoration:none;
  border-right: 1px solid #9E9E9C;
}
#nav li a:hover {
  color:#ffcc00;
  /*background:#e5e5e5;*/
  background: #fff url("../images/nav-bg2.gif") repeat-x 0 0;
}
#nav #currentpage a {
	color:#fff;
}

/*----------------------------------*/

#content {
  float:left;
  width:608px;
  margin:0;
  padding: 0;
  background: #fff url("../images/content-bg-top.gif") repeat-x 0 0;
}
#content-group {
  float:left;
  width:405px; 
}
#content-main {
  float:right;
  width:390px;
  padding: 5px 5px 0 5px;
/*  border-right: 1px solid #c4c4c4; */
}
.content-hot {
  float:right;
  width:395px;
  margin-top:10px;
  padding-top: 5px;
  background: #fff url("../images/hot-bg.gif") repeat-x 0 0;
}
#right-content {
  float:right;
  width:190px;
  margin: 0px;
  padding: 10px 5px 0 4px;
  font-size: 11px;
 }

/*----------------------------------*/

/*----------------------------------*/

#content-main h1 {
	padding-top: 5px;
	margin: 0px;
	font-size: 20px;
	color: #4C1A07;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
}
#content-main h1 a {
	color: #033C67;
	text-decoration: none;
}
#content-main h1 a:hover {
	color: #990000;
	text-decoration: none;
}
#content-main h1 a:visited {
	color: #033C67;
	text-decoration: none;
}
#content-main h1 a:hover:visited {
	color: #990000;
	text-decoration: none;
}

#content-main h2 {
	padding:2px 0 10px 2px;
	margin: 0px;
	font-size: 13px;
	color: #6B6B6B;
	font-weight:bold;
	text-transform:uppercase;
	font-family: "Times New Roman", Times, serif;
}
#content-main h2 a {
	color: #6B6B6B;
	text-decoration: none;
}
#content-main h2 a:hover {
	color: #990000;
	text-decoration: none;
}
#content-main h2 a:visited {
	color: #6B6B6B;
	text-decoration: none;
}
#content-main h2 a:hover:visited {
	color: #990000;
	text-decoration: none;
}


/*----------------------------------*/
#right-content h2 {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding:6px 0 0 3px;
	margin:0;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

#right-content .more {
  background: #f7f7f7;
  padding: 0px;
  margin: 0px;
  line-height: 18px;
  border: 1px solid #0C3D72;
}
#right-content .more ul {
  padding: 0px;
  margin:0px;
  list-style: none;
  line-height: 18px;
}     
#right-content .more li {
  background:none;
  width:180px;
  padding:0;
}
#right-content .more li a {
  background:url("../images/arrow.gif") no-repeat 5px 50%;
  display:block;
  width:156px;
  padding:3px 10px 3px 20px;
  border-bottom:1px solid #D3DCE6;
  text-decoration:none;
  color:#434343;
}
#right-content .more li a:hover {
  background-color:#fff;
  color: #990000;
}

/*----------------------------------*/

.rtTitle {
	background:#fff url("../images/title-box.gif") repeat-x 0 0;
	border: 1px solid #7C7A63;
	width: 185px;
	height: 21px;
	color:#fff;
	text-transform:uppercase;
}
#right-content .rtTitle a {
	color: #fff;
	text-decoration: none;
}
#right-content .rtTitle a:hover {
	color: #ffcc00;
	text-decoration: none;
} 

#right-content h1 {
	padding:0;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight:normal;
	border: 1px solid #666666;
}

/*----------------------------------*/

#footer {
	float: left;
	width: 608px;
	font-size: 10px;
	color: #999;
	padding-top: 5px;
	margin-top: 5px;
	text-align: center;
	line-height: 14px;
	background:#fff url("../images/footer.gif") repeat-x 0 0;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}

/*-----------------------------------*/

.smallForm {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #666666;
	text-align: left;
	width: 175px;
}
.rightButton {
	width: 95px;
	background-color:#666666;
	color: #ffffff;
}

.photos {
	border:1px solid #000;
}
.center {
	text-align:center;
}