/*----- general -----*/

body {
	background: black url(images/big_tworookies.jpg) fixed -50px 50px;
	background-repeat: no-repeat;
	color: #909090;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	margin:0px 0px 0px 0px;

}

h1 {
	font-size: 60px;
	color: white;
	letter-spacing: -6px;
	margin-left: 10px;
	margin-top: 10px;
}

h2 {
	font-size: 55px;
	color: white;
	letter-spacing: -6px;
	margin-top: -25px;
	margin-bottom: 0px;
	position:relative;
}

/*----- links -----*/

a:link { 
	color: red; 
	text-decoration: none;
}
a:active { 
	color: gray; 
	text-decoration: none;
}
a:visited { 
	color: red; 
	text-decoration: none;
}

a:hover { 
	color: silver; 
	text-decoration: none;
}

/*----- content -----*/

#tabs {
	margin-left: 20px;
}

#content {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	margin-left: 30px;
	background: transparent;
	text-align: left;
}

#foot {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: gray;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
}

#nav {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	float: right;
	width: 290px;
	text-align: right;
	margin-right: 20px;
	height: 100%;
}

#hr {
	border-top: 1px solid gray;
	margin-left: 0px;
	text-align: left;
}

input.btn {
	color: red;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: 1px none;
	border-top-color: #808080 none;
	border-left-color: #808080 none;
	border-right-color: #808080 none;
	border-bottom-color: #808080 none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
}

/*----- tables -----*/

#threeleft {
	width: 20%;
	float: left;
}

#threecenter {
	width: 20%;
	float: left;
}

#threeright {
	width: 20%;
	
}

#fourleft {
	width: 15%;
	float: left;
}

#fourleftcenter {
	width: 15%;
	float: left;
}

#fourrightcenter {
	width: 15%;
	float: left;
}

#fourright {
	width: 15%;
}
