/* CSS Document */

body {
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	margin: 0;
}
body#home {
	background-image: url(../images/background3.jpg);
	background-repeat: no-repeat;
}
body#sports {
	
}
body#home #main {
	margin-left: 300px;
}

#main div {
	clear: both;
}
.wrapper {
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/background4.jpg);
	background-repeat: no-repeat;
}
h1 {
	font-size: 20px;
	font-weight: bolder;
	color: #FFF;
}
h2 {
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
}
h3 {
	font-size: 14px;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #FFF;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
#header {
	text-align: right;
	margin: 0;
	border: 2px solid #660000;
	border-width: 0 0 2px 0;
	padding: 5px;
}
#navigation {
	text-align: right;
	font-size: 12px;
	margin: 0;
}
#navigation ul {
	list-style-type: none;

}
#navigation li {
	display: inline;
	margin: 0px 8px;
	font-weight: bold;
	
}
#navigation li a {
	padding: 0 0 0 0;
}
#navigation li a img {
	
}
#breadcrumb {
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0 20px;
	margin: 0;
}
#breadcrumb a {
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#main a {
	color: #FFFFFF;
}

#content {
	border: 2px solid #660000;
	border-width: 0 0 2px 0;
	padding: 5px 5px 40px 5px;
}

#content a {
	color: #FFFFFF;
}
#content p {
	padding: 3px 5px 3px 5px;
}
#content table {
	margin: 5px auto;
}
.centerBlock {
	width: 900px;
	margin: 5px auto;
}
body#sports div#content div#contentinner {
	width: 900px;
}
body#sports div#content div.centerBlock {
	width: 450px;
	float: right;
}
#otherPhotography, #message {
	border: 2px solid #660000;
	border-width: 0 0 2px 0;
	padding: 10px 0 40px 0;
}
#otherPhotography img.bordered {
	border: 1px solid #FFFFFF;
}
#message {
	text-align: center;
	font-size: 14px;
	height: 200px;
}
.centered {
	text-align: center;
}
#copyright {
	font-size: 10px;
	text-align: center;
	margin: 5px 0px 30px 0px;
	clear: both;
}
#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
a.section:link, a.section:active, a.sective:visited {
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
.hasdot {
	background: url(../images/nav_dot_off.gif) no-repeat left 50%;
	padding-left: 25px;
}

