body {
	color: #C3B7A2;
	background-color: #000000;
	font-family: Comic Sans MS;
	font-size: 12px;
	}
	
p {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	}
p.center {
	text-align: center;
	}
	
p.header {
	font-size: 18px;
	font-weight: bold;
	}

img {
	border: 0px none;
	}

table.center {
	margin-left: auto;
	margin-right: auto;
	}

a:link {
	color: #c3b7a2;
	font-weight: bold;
	}

a:visited {
	color: #c3b7a2;
	font-weight: bold;
	}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	}

a.dark:link {
	color: #000000;
	font-weight: bold;
	}

a.dark:visited {
	color: #000000;
	font-weight: bold;
	}

a.dark:hover {
	color: #FFFFFF;
	font-weight: bold;
	}


div.container {
  	margin-right: auto;
  	margin-left: auto;
  	width: 760px;
  	background-color: #000000;
  	}
	
div.news {
	width: 760px;
	height: 200px;
	margin-top: 30px;
	border-style: solid;
	border-width: thin;
	border-color: #C3B7A2;
	}

div.footer {
	border:thin solid #c3b7a2; 
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 25px;
	font-size: 10.5px;
	color: #4C381A;
	text-align: center;
	background-image: url('images/bar.jpg');
	}
	

div.leftmenu {
	margin-top: 25px;
	width: 250px;
	height: 100px;
	border-style: solid;
	border-width: thin;
	border-color: #c3b7a2;
	float: left;
	text-align: center;
	}

div.righttext {
	margin-top: 25px;
	width: 450px;
	float: right;
	height: 150px;
	}

div.aboutLeft {
	margin-top: 25px;
	width: 200px;
	float: left;
	border-style:solid;
	border-width: thin;
	border-color: #c3b7a2;
	text-align: center;
	}

div.aboutRight {
	margin-top: 25px;
	width: 500px;
	height: 300px;
	float: right;

	}

div.rules {
	width: 760px;
	margin-top: 25px;
	border-style: solid;
	border-width: thin;
	border-color: #c3b7a2;
	float: right;
	}