/* Main style sheet */
/* Dustin Lyons */
/* 2009 */

/* Main body */
body {	
	background: url("./img/bg.jpg");
	color: white;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	font-family: Arial;
	font-size: 14px;
	height: 100%;
	width: 747px;
	position: relative;
	min-height: 101%;
	text-align: center;
	} 

body * {
  margin: 0;
  padding: 0;
}

img {
	border:none;
}	

a:link {
	color: #83ca00;
	border: none;

}

a:visited {
	color: #83ca00;
	border: none;
}

a:hover {
	color:white;
}

/* Footer text links */
span.small {
	color: #9d9a99;
	font-size: 10px;
	text-align: center;
}

/* Content box in middle of page */
div.box {
	background-color: #1f1a17;
	width: 747px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	text-align: left;
}

/* For what goes in the box */
div.boxcontent {
	border: none;
	margin-left: 0px;
	margin-right: 20px;
}

div.leftcontent {
	background-color: #1f1a17;
	margin-left: 20px;
	color: #9d9a99;
	font-size: 14px;
}

.floatright { 
	float: right;
	margin-right: 15px;
 }
.textcontent { 
	width: 375px; 
}

.textcontent_small { 
	width: 375px; 
	color: #9d9a99;
	font-size: 12px;
}

.textcontent_small td {
	background: #171311;
	padding:10px;
}

.textcontent_small  h1{ 
	color: #83ca00;
	font-size: 14px;
}

.textcontent_small b{ 
	color: white;
	font-size: 12px;
}
/* Menu bar */
div.menu {
	border: none;
	margin-bottom: 0;
}

/* Generally holds logo */
div.header {
	background-color: black;
}
