body {

font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
margin: 0; padding: 0 0 50px 0;
background-image: url(bo_play_pattern.png);
background-repeat:repeat;
background-attachment: fixed;

}

blockquote
{
  
font-family: Georgia, serif;
font-size: 12px;
font-style: italic;
width: 460px;
margin: 0.25em 0 20px 150px;
padding: 0.65em 30px 0.2em 50px;
line-height: 1.45;
position: relative;
color: #383838;

  
  /*Borders - (Optional)*/
  border-left: 15px solid #CD7F32;
  border-right: 2px solid #CD7F32;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: 5px;
top: -20px;
color: #7a7a7a;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

.column {
  float: left;
  width: 33.33%;
  height: 200px;
text-align: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

img {
	margin: 8px 0 8px 8px;
border: 1px solid #000;

}

img.no {
	margin: 0px;
	border: none;
	align:bottom;

}

img.two {
	margin: 8px 0 8px 8px;
border: none;

}

img.float-right {
  	margin: 0px 0px 8px 8px; 
border: 1px solid #000; 
}
img.float-left {
  	margin: 0px 10px 8px 0px;
border: 1px solid #000;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

a:link {
	font-weight: bold;
	background:transparent;
	color:#67779d;
	text-decoration:underline;
}

a:visited {
	font-weight: bold;
	background:transparent;
	color:#67779d;
	text-decoration:none;
}

a:hover {
	font-weight: bold;
	background:white;
	color:#000;
	text-decoration:none;
}

a:active {
	font-weight: bold;
	background:transparent;
	color:teal;
	text-decoration:none;
}

.small {
    font-variant: small-caps;
}

#container
{
	margin: 0 auto;
	width: 800px;
	background:#F6F6FA;
}



#header
{
	
background: url(srbulletlogo4.png) no-repeat right top;
	
	padding: 10px;
	height: 200px;
}

#header h1 { 

	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 34px;
text-align: center;
	padding: 10px;
	color: #CD7F32;
	text-shadow: 2px 2px 2px #000;
	margin-top: 120px;

}
#navigation
{
	float: left;
	width: 800px;
	background:#333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid#fff;
}

#navigation li a:hover { background:#CD7F32;
}

#navigation ul li#current a {	
background:#67779d;
	color: #fff;	
}

#content
{
	clear: left;
	padding: 20px 40px 0 40px;
}

#content h2
{
font-family: "Arial Black", Gadget, sans-serif;
	color: #CD7F32;
	font-size: 30px;

	margin: 0 0 .5em;

}

#content h3
{
	color:#000;
	font-size: 18px;
	margin: 0 0 .5em;
}

#footer
{
	background:#67779d;
color: #fff;
	text-align: right;
	padding: 10px;
	height: 1%;
}

/* start - table */
table {
	
	width: 100%;
	margin: 5px 0px;	
}
th {
	background: none;
	height: 38px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #78C7FA;
	border-bottom: solid 2px #fff;
}
tr {
	
	background: #fff;
	margin: 20px 0px;

}
td {
vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
background-color: #989fba;
	border: none;
	width: 230px;	
}

.h3table {

color:#fff;
	font-size: 18px;
text-shadow: 1px 1px 2px #000;
}	
/* end - table */