/* CSS Document */

body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:.75em;
}

img {
	border:none;
}

#container {
	margin:0 auto;
	width:900px;
	height:inherit;
}

#header1 {
	background:url(../images/header1.jpg) no-repeat;
	position:relative;
	margin:0 auto;
	width:855px;
	height:222px;
}

#stripe {
	background:url(../images/stripe.jpg) no-repeat;
	position:relative;
	width:900px;
	height:4px;
}

#container2 {
	background:url(../images/bgrepeat.jpg) repeat-y center;
	position:relative;
	margin:0 auto;
	width:856px;
	height:inherit;
	min-height:438px;
}

#brett {
	background:url(../images/brett.jpg) no-repeat;
	position:relative;
	width:854px;
	height:23px;
	margin:4px 0 0 20px;
}
#brett p {
	margin:0px;
	padding:0;
	color:#999999;
}
#brett a, a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#brett a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#background {
	background:url(../images/bgtop.jpg) no-repeat top;
	position:relative;
	margin:0 auto;
	width:856px;
	height:inherit;
	min-height:438px;
}

#left {
	position:relative;
	float:left;
	width:215px;
	height:inherit;
	margin:0 0 0 30px;
}

#right {
	background:url(../images/bgbottom.jpg) no-repeat bottom;
	position:relative;
	clear:left;
	width:856px;
	height:inherit;
	margin:30px 0 0 0px;
	padding-bottom:20px;
	min-height:438px;
}
#right p {
	padding-top:0;
	padding-bottom:10px;
	margin:0;
}
#right a, a:link, a:visited {
	color:#999999;
	text-decoration:none;
}
#right a:hover {
	color:#999999;
	text-decoration:underline;
}
#right ul {
	margin:0;
	padding:0;
}

#tag {
	position:relative;
	margin:0 auto;
	width:800px;
	height:inherit;
	font-size:.7em;
	color:#999999;
	margin-top:20px;
}
#tag a, a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#tag a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}