/* cshoot CSS Document */

body {
	background: #fff url(images/dice.jpg);
	margin:0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#wrapper {
	background-color: #fff;
	color: #760300;
	text-align: left;
	width: 700px;
	margin: 0 auto;
}

#header {
	background-image:url(images/title.gif);
	background-repeat: no-repeat;
	width: 100%;
	text-align: right;
	border-bottom: 2px solid #e0e0e0;
}

#topnav {
	background-color: #e0e0e0;
	color: #810100;
	text-align: right;
	padding: 2px 10px 2px 0;
}

#content {
	min-height: 600px;
	padding: 10px;
}

#left {
	float: left;
	width: 495px;
	padding: 25px 5px 25px 5px
}

#right {
	float: right;
	width: 165px;
	min-height: 550px;
	background-color: #e0e0e0;
	color: #000;
	padding: 5px;
}

#right p{
	background-color: #e0e0e0;
	color: #000;
	font-weight: bold;
	font-size: 18px;
}

#right ul{
	background-color: #e0e0e0;
	color: #000;
}

#right li{
	background-color: #e0e0e0;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

#funleft {
	float: left;
	width: 230px;
	font-size: 14px;
	font-weight: bold;
}

#funright {
	float: left;
	width: 230px;
	font-size: 14px;
	font-weight: bold;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 70%;
	border-top: 5px solid #c03;
	min-height: 100px;
}

.bold {
font-weight: bold;
font-size: 14px;
}


a {
	color: #810100;
}