body {
	background-color: #F6FAFB;
	font-family: Verdana;
	font-size: 10px;
	color: #828282;
	margin: 0px;
	padding: 0px;
	cursor: url("img/main.cur"), crosshair;
	text-align: center;
}

#ascii {
	text-align: left;
	font-family: lucida, courier;
	font-size: 12px;
}

#centerdiv {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FDFDFD;
}
 
.mimg {
	border-style: none;
}

#navigation {
	position: relative;
	left: 5px;
	top: -70px;
	width: 250px;
	height: 50px;
}

#ads {
	position: relative;
	left: 134px;
	top: -156px;
	width: 728px;
	height: 92px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	position: relative;
	left: 0px;
	top: -145px;
	width: 1000px;
	background-image: url("img/bg.png");
	margin-right: auto;
	margin-left: auto;
}

#footer {
	width: 1000px;
	height: 135px;
	text-align: center;
	float: left;
	background-image: url("img/bottom.png");
}

a.home { 
	display: block; 
	width: 57px; 
	height: 50px;
	background: transparent url("img/home.png") no-repeat; 
} 

a.home:hover { 
	background-position: -57px 0; 
} 

a.cards { 
	display: block; 
	width: 53px; 
	height: 50px;
	position: relative;
	top: -50px;
	left: 62px;
	background: transparent url("img/mail.png") no-repeat; 
} 

a.cards:hover { 
	background-position: -53px 0; 
} 

a.faq { 
	display: block; 
	width: 50px; 
	height: 50px;
	position: relative;
	top: -100px;
	left: 124px;
	background: transparent url("img/faq.png") no-repeat; 
} 

a.faq:hover { 
	background-position: -50px 0; 
} 

a.fanlisting { 
	display: block; 
	width: 58px; 
	height: 50px; 
	position: relative;
	top: -150px;
	left: 182px;
	background: transparent url("img/fan.png") no-repeat; 
} 

a.fanlisting:hover { 
	background-position: -58px 0; 
} 

#cardimg {
	width: auto;
	margin: 0px;
	background-image: url("img/bg.png");
}

#create {
	width: auto;
}

.cardtable {
	width: auto;
	height: auto;
	margin: 0 2px;
}

.postimg1 {
	float: left;
	text-align: center;
	width: 596px;
	min-height: 400px;
}

.posttext1 {
	width: 400px;
	margin-left: 596px;
	min-height: 400px;
}

.postimg2 {
	text-align: center;
	width: auto;
}

.posttext2 {
	width: auto;
}

.postimg3 {
	float: right;
	text-align: center;
	width: 596px;
	min-height: 400px;
}

.posttext3 {
	width: 400px;
	margin-right: 596px;
	min-height: 400px;
}

p {
	margin: 0 4px;
	padding: 4px;
	text-align: justify;
}

h1 {
	font: bold small-caps 16px verdana;
	width: 80%;
	color: #F07B36;
	text-align: left;
	padding: 0 0 5px 50px;
	margin: 0px;
	text-decoration: none;
}

h2, h3 {
	text-align: left;
	font: bold 12px verdana;
	margin: 0px;
	padding: 2px 0 5px 5px;
}

a {
	font-family: Verdana;
	color: #F07B36;
	text-decoration: none;
}

a:hover {
	font-family: Verdana;
	color: #F07B36;
	text-decoration: underline;
	cursor: url("img/link.cur");

}

input, textarea {
	border: 2px solid #828282;
	color: #828282;
	font-family: Verdana;
	font-size: 10px;
	background-color: #FFFFFF;
}

input:hover, textarea:hover {
	background-color: #F7D7C3;

}

.box {
	width: 300px;
	border: 1px solid #828282;
	text-align: justify;
	margin: 5px 215px;
	padding: 5px;
	text-align: center;

}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 480px;
}

.right {
	width: auto;
	text-align: right;
}

table {
	text-align: center;
}

#mainul {
	width: 450px;
	float: left;
	list-style-position: inside;
	margin: 0px 0px 0px -13px;
}

ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: justify;
}

li {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
