@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
	text-align: center;
}
#header {
	text-align: center;
	margin: 30px;
}
#main {
	margin-bottom: 30px;
}
#footer {
	float: right;
	margin-right: 25px;
}
#footer1 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#footer2 {
	color: #000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 5px;
}
.bw {
	color: #000;
	font-size: 30px;
	background-color: #FFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-family: Impact;
	text-decoration: blink;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
}
.bwodw {
	color: #FFF;
	font-size: 30px;
	background-color: #000;
	padding-right: 12px;
	padding-left: 12px;
	font-family: Impact;
	border: thin solid #000;
}
.yellow {
	color: #FC0;
}
.white {
	color: #FFF;
}
.bold {
	font-weight: normal;
	color: #656565;
	
}
.pink {
	color: #920031;
}
.blue {
	color: #00779F;
}
.small {
	font-size: 12px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
}
.green {
	color: #000;
}
#links {
	color: #999;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 20px;
}
#links a .red {
	font-weight: bold;
	color: #F00;
}
#twitter {
	text-align: center;
	margin-top: 15px;
}
.ads {
	float: right;
	margin-top: 50px;
	margin-right: 100px;
}
#adsleft {
	float: left;
	margin-top: 50px;
	margin-left: 100px;
}
.orange {
	color: #FDB03A;
}
