html, body {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	color: #252525;
	margin: 0;
	line-height: 19px;
	background-color: #2F0203;
	background-image: URL('images/bg.jpg');

}


textarea {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 28px;
	margin: 0 0 20px 0;
	line-height: 26px;
}


h2 {
	font-size: 19px;
	margin: 0;
	line-height: 19px;
	margin: 30px 0 20px 0;
}


p {
	margin-top: 15px;
	margin-bottom: 15px;
}

a {
	color: #9F1118;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



#wrapper {
	width: 970px;
	margin: 0 auto;
}

#borderShadow {
	background-image: URL('images/border.png');
	background-repeat: repeat-y;
	
}

#mainContainer {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
}


#topContainer {
	background-color: #350204;
	background-image: URL('images/banner.gif');
	height: 100px; 
	border-bottom: 1px solid #636363;
}

#menu {
	background-color: #393938;
	height: 34px;
	background-image: URL('images/menubg.gif'); 
	border-bottom: 1px solid #FFFFFF;
}

#menu ul {
	list-style: none;
	padding: 0;
	font-size: 13px;
	margin: 0;
}

#menu li {
	float: left;
	margin: 0px;

}

#menu li#addlink {
	float: right;
}


#menu li a {
	color: #FFFFFF;
	padding: 0 17px 0 17px;
	line-height: 34px;
	text-align: center;
	display: block;
}

#menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#menuShadow {
	background-color: #F3F3F3;
	background-image: URL('images/shadow.gif');
	height: 26px;

}

#contentMargin {
	padding: 0 20px 20px 20px;
}

#searchContainer {
	background-image: URL('images/searchfield.png');
	width: 206px;
	height: 26px;
	margin: 8px;
	float: right;
}

#searchField {
	width: 160px;
	height: 20px;
	line-height: 24px;
	border: 0;
	margin-left: 5px;
	background-color: transparent;
}


#latestNews {
	color: #FFF666;
	margin-top: 35px;
}

#latestNews a {
	color: #FFE066;
}



#sideBarLeft {
	float: left;
	width: 250px;
}

#contentRight {
	float: left;
	width: 570px;
	margin: 10px 0 0 30px;
	line-height: 20px;
}


#verticalAd {
	text-align: center;
	margin: 35px 0 30px 0;
}

#intro {
	line-height: 19px;
}

#topInfoLeft {
	float: left;
	width: 525px;
}

#topInfoRight {
	float: right;
	width: 280px;
}

#topInfoText {
	margin: 20px 15px 5px 15px;
}

#showLinkLeft {
	float: left;
	width: 600px;
	margin-right: 30px;

}


#showLinkRight {
	float: left;
	width: 225px;
}

#linkInfoBox {
	background-color: #F3F3F3;
	border: 1px solid #E4E4E4;
	margin-top: 15px; 
	margin-bottom: 15px;
	font-size: 11px;
}

#linkInfoBoxHeader {
	background-color: #E4E4E4;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
}

#linkInfoBoxContent {
	padding: 5px;
}

#addLinkPictures {
	margin-top: 50px; 
	margin-right: 20px; 
}

#pButton p a {
	font-size: 16px;
	color: #444444;
	float: left;
	display: block;
	line-height: 18px;
	margin-right: 10px;
	padding: 5px 10px 5px 25px;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	background: transparent URL('images/arrow.png') no-repeat scroll 4px 5px;
}

#pButton p a:hover {
	background-color: #F1F1F1;
}


.topNotice {
	padding: 4px;
	background-color: #FFFBCC;
	border: 2px solid #e6db55; 
}


.gray {
	color: #A2A2A2;
	line-height: 16px;
}

#infoOuterBorder {
	border: 1px solid #FCCA74;
}

#infoInside {
	border: 1px solid #FFFFFF;
	background-color: #FEF4C4;
	background-image: URL('images/shadow2.gif');
	background-repeat: repeat-x;
}

#infoInsideMargin {
	margin: 15px;

}


.catFloat {
	float: left;
	width: 238px;
	padding: 3px 22px 27px 22px;
	line-height: 22px;
}

.catHeader a {
	font-size: 18px;
}

.featureFloat {
	float: left;
	width: 33%;
	margin: 20px 0 20px 0;
}

.featureMargin {
	margin: 0 20px 0 20px;

}

.featureHeadline {
	font-size: 15px;
	margin: 15px 0 15px 0;
	font-weight: bold;
}

.featureText {
	line-height: 16px;
}

.ads {
	text-align: center;
	margin: 5px 0 5px 15px;
}

.linkListContainer {
	margin-top: 25px;
}


.linkListHeader {
	display: inline;
}

.linkListSeparator {
	margin-top: 6px;
	border-bottom: 1px dotted #CCCCCC;
}

.submitLinkContainer {
	padding: 10px;
}

.submitLinkContainer2 {
	padding: 10px;
	background-color: #F9F9F9;
}

.submitLink1 {
	float: left;
	width: 130px;
}

.submitLink2 {
	float: left;
	width: 380px;
}

.submitLink3 {
	float: left;
	width: 320px;
	line-height: 18px;
	color: #777777;
}

.inputWidth {
	width: 220px;
}

.textItalic {
	font-style: italic;
}

.textSmall {
	font-size: 11px;
}

#showAllCategories {
	float: right;
	margin-right: 35px;
}

#bottomContainer {
	background-image: URL('images/borderbottom.png');
	height: 50px;
	padding: 0 35px 0 35px;
}

#bottomContainer2 {
	background-color: #FFFFFF;
	margin: 0 10px 0 10px;
	
}

#bottomLeft {
	float: left;
	color: #616161;
}

#bottomRight {
	float: right;
	color: #616161;
}


.w3cLogo {
	border: 0;
	width: 88px;
	height: 31px;
}

.clear {
	clear: both;
}
