body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* background: url(black_white.jpg) repeat fixed top; */
	background: url(bulls_background.jpg) no-repeat fixed top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 170%;
}

/* main elements */
/*#bulls {
  background-repeat: no-repeat;
  background-image: url(bulls2.png);
  background-attachment: fixed;
  background-position: 50% 0;
  height: 850px;  
}
#filling {
  background-repeat: repeat;
  background-image: url(black_white.jpg);
  background-attachment: fixed;
  background-position: 0px 835px;
}*/
#container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 757px;
	margin-left: -379px;

}

#gbook {

  float: left;
  padding-left: 55px;
  margin-top: 30px;
  width: 660px;

}
#flash {
  padding-left: 35px;
  width: 686px;
	height: 250px;
}
#main {
	background: url(main_shadow.png) repeat-y;
	margin : 0 auto;
  overflow: hidden;
}
#content_left {
  float: left;
  padding-left: 75px;
  margin-top: 30px;
  width: 360px;
}
#content_left2 {
  float: left;
  padding-left: 75px;
  margin-top: 30px;
/*  width: 360px;
*/
}
#content_left3 {
  float: left;
  padding-left: 75px;
  margin-top: 30px;
/*  width: 360px;
*/
}
#content_right {
  float: right;
  margin-right: 82px;
  width:200px;
  margin-top: 30px;
  text-align: right;
}
#extradiv {
clear: both;
} 
#footer { 
  margin:0px;
	width: 757px;
	height: 60px;
	background: url(footer_shadow.png) no-repeat top;
	text-align: center;
}
#footer p {
  margin-top:0px;
  margin-left: 35px;
  margin-right: 36px;
  border-top: 1px solid #CCC;
	font-size: 9px;
	color: #333;
	
}

/* Navigation */
/* ======================================================= */
#navigation {
  margin: 0 0 0 75;
  background-color: #000;
  width: 600px;
  height: 28px;
  /*font-family: "Copperplate Gothic Bold", Verdana, Geneva, Arial, Helvetica, sans-serif;*/
  font-size: 26px;
  font-weight: bold
}
#nav, #nav ul {
  position: relative;
  float: left;
  padding: 0;
  margin:0;
  left: 50px;
  list-style: none; 
}
#nav a {
  padding: 4px;
	display: block;
	text-decoration: none;
}
#nav li {
  margin: 0;
  margin-right: 10px;
  float: left;
  color: #fff;
}  
.white {
  background-color: #fff;
  color: #000;
  padding-left:5px;
  padding-right:5px;
}
.bullet {
  color: #c3262c;
  size: 13px;
}

/* Links */
/* ======================================================= */
#footer a, a:visited, a:active {
	text-decoration: none;
  color: #c3262c;
}
#main a, a:visited, a:active {
	text-decoration: none;
  color: #c3262c;
}
#footer a:hover {
	text-decoration: overline;
  color: #c3262c;
}
#nav .white a, a:visited, a:active {
	text-decoration: none;
  color: #000;
}
#nav a, a:visited, a:active {
	text-decoration: none;
  color: #fff;
}

#nav .active {
  color: #c3262c;
}
#nav .white .active {
  color: #c3262c;
}

.gray{
color: #666666
}
