@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F3F3F3;
	border: thin solid #CCCCCC;
}
#menu {
	width: 180px;
	line-height: 30px;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 5px;
	background-color: #7B0002;
	margin-bottom: 10px;
	text-align: left;
	float: left;
}
#menuport {
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #7B0002;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 0px;
	padding-bottom: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-top: 2px;
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.image {
	margin-top: 8px;
	margin-right: 5px;
	vertical-align: middle;
	margin-left: 15px;
}
.style1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	font-weight: bold;
	border-left-width: 12px;
	border-left-style: outset;
	border-left-color: #A64B39;
	padding-left: 6px;
}
#bull4 {
	margin-left: 10px;
	width: 350px;
}
#head {
	width: 540px;
	text-align: center;
	border: medium solid #990000;
	margin-right: auto;
	margin-left: auto;
}
#bott {

}
#reco {
	width: 325px;
	float: right;
	margin-top: 0px;
	text-align: center;
	margin-right: 10px;
}
.smimage {
	border: 1px solid #999999;
	vertical-align: middle;
	margin-left: 45px;
}
#latest {
	background-color: #E0E0E0;
	margin-top: 1px;
	padding-bottom: 20px;
	clear: left;
	padding-top: 15px;
	padding-left: 60px;
	margin-bottom: 5px;
	margin-right: 7px;
	margin-left: 5px;
}
#cent {
	text-align: center;
}
#q {
	width: 205px;
	background-color: #4E4E4E;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px;
	margin-bottom: 10px;
	text-align: center;
}
.more {
	text-align: right;
	margin-top: -10px;
	margin-right: 5px;
}
a:link {
	color: #FFFFFF;
	font-size: 12px;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
.more a:link {
	color: #999999;
}
.more a:visited {
	color: #999999;
}
.more a:hover {
	color: #cccccc;
	font-weight: bold;
}
.dl a:link {
	color: #666666;
}
.dl a:hover {
	color: #999999;
}
.dl a:visited {
	color: #666666;
}
#plain a:link {
	color: #666666;
}
#plain a:hover {
	color: #999999;
}
#plain a:visited {
	color: #666666;
}
.style2 {
	color: #7B0002;
	font-weight: bold;
}
#w {
	width: 220px;
	float: left;
	margin-left: 5px;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.text {
	padding-right: 7px;
	padding-left: 7px;
}
.hl {
	font-weight: bold;
	text-align: center;
}
#e {
	width: 265px;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}
#r {
	float: left;
	width: 265px;
	margin-bottom: 5px;
	margin-left: 7px;
}
#ine {
	width: 250px;
	background-color: #9ac601;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px;
	margin-bottom: 10px;
	text-align: center;
}
#inr {
	width: 250px;
	background-color: #448ac8;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px;
	margin-bottom: 10px;
	text-align: center;
}
#y {
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 300px;
	margin-top: 20px;
}
#iny {
	width: 280px;
	background-color: #FC8E1B;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 2px;
}
#plain {
	margin-bottom: 5px;
	margin-left: 5px;
	width: 590px;
	float: left;
}
#plainy {
	width: 350px;
	background-color: #FC8E1B;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#u {
	float: left;
	margin-bottom: 5px;
}
#inu {
	width: 150px;
	background-color: #B22011;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px;
	margin-bottom: 10px;
	text-align: center;
}
#fl {
	float: right;
	margin-top: 20px;
	margin-right: 50px;
	background-color: #FBF5F4;
	border: thin solid #7C372A;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
#tpfl {
	background-color: #7B0002;
	width: 565px;
	float: right;
	padding-top: 20px;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 14px;
	height: 375px;
}
#guy {
	float: right;
}
#logo {
	width: 595px;
	float: right;
	text-align: center;
}
#edit {
	float: right;
	width: 525px;
}
.num {
	background-color: #000000;
	float: none;
	width: 475px;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.im_txt {
	padding: 5px;
	width: 22%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	float: left;
	height: 150px;
}
.images {
	margin-bottom: 7px;
	padding-left: 50px;
	text-align: center;
}
.lefty {
	float: left;
	width: 250px;
	margin-left: -100px;
	margin-top: -240px;
}
#botlet {
	float: left;
	width: 160px;
	clear: left;
	margin-left: 50px;
}
.cen {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;


}
.recoim {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	height: 205px;
	border: thin solid #510002;
	padding-top: 20px;

}
#nl {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#redy
 {
	width: 350px;
	background-color: #7B0002;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#mid {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
#orm {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#orm2 {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-top: 0px;
	margin-right: 220px;
	width: 500px;
	text-align: left;
	float: right;
}
.bot_bor {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#pricr {
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.lent {
	height: 375px;

}
.lent1 {
	height: 900px;

}
.lent2 {
	height: 2300px;

}
.lent3 {
	height: 1300px;

}
#newsy {
	width: 140px;
	margin: 10px;
	color: #FFFFFF;
}
#plist {
	width: 375px;
	margin-left: auto;
	font-size: 14px;
	margin-right: auto;
}
#plst2 {
	float: right;
}
.det {
	color: #333333;
	margin-left: 5px;
	font-style: italic;
}
#number {
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
.style4 {
	font-size: 12px;
	white-space: nowrap;
}
.style55 {font-size: 15px;
}
.oneColFixCtrHdr #container #bott #plain #nl div {
}
#hid {
	display: none;
}
#sitelinks {
	text-align: center;
}
#sitelinks a:link {
	color: #666666;
}
#sitelinks a:visited {
	color: #8F8F8F;
}
#sitelinks a:hover {
	color: #4B4B4B;
}
#linktable {
	text-align: left;
}
