@charset "utf-8";
/*#banner {
	height:150px;
	background-color: #000000;
}*/
#specialbanner {
background-image:url(../images/ausbanner.jpg);
background-repeat:no-repeat;
background-position:center top;
height:95px;
}
/*****news headlines styles****/
.headline{			/***this is the holder for headlines***/
	background-color: #eeeeee;
	width:425px;
	padding:5px;
	margin-bottom:5px;
}
.gallery {
	background-color: #eeeeee;
	width:730px;
	height:580px;
	padding:5px;
	margin-bottom:5px;
}
p.galleryp {
text-align:center;
}
a.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-bottom:2px;
	color:#000000;
	text-decoration:none;
}
a.header:hover {
	text-decoration:underline;
}
.headlinetext {
	text-indent:10px;
	padding:3px 5px;
}
.headlinedisclaimer {
padding:3px 5px;
text-align:center;
}
.headlineby {
	display: inline;
	padding-left: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	font-size: 12px;
}
a.headlinemore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bbbbbb;
	text-decoration: none;
	padding-left:10px;
}
a.headlinemore:hover {
	text-decoration: underline;
}
.blocksplitter {    /***this splitts each headline***/
	padding:3px;
	height:2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd;
}


/******all the styles for the right side (recent stuff/intro/favorite)*****/
#rightside {    /***holder for the rightside***/
	float: right;
	width:300px;
}
#rightsideitem { /***holder for each individual item***/
	background-color: #eeeeee;
	padding:5px;
	margin-bottom:5px;
}
.rightsidedisc { /***text for any discriptions***/
	margin-top:0px;
	min-height:62px;
	
}
.galleryitem {
margin-top:5px;
}
.rightleftitem {
float:left;
width:100px;
}
.rightrightitem {
margin-left:105px;
min-height:100px;
}

/*****affiliates space styles *****/
#linkspace {   /***affiliates holder***/
	background-color: #eeeeee;
	width: 425px;
	margin-top: 5px;
	padding:5px;
}
p.linkspacetext {   /***if you want to affiliated stuff***/
	padding-top:3px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

a.newsLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	padding-left:5px;
	margin-bottom:5px;
}
a.newsLink:hover {
	text-decoration: underline;
}
p.news {
padding-bottom:3px;
margin-bottom:9px;
border-bottom:#dddddd dashed 1px;
}
a.newsLinkAlt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	padding-left:5px;
	margin-bottom:5px;
}
a.newsLinkAlt:hover {
	text-decoration: underline;
}
p.newsAlt {
padding-bottom:3px;
margin-bottom:9px;
border-bottom:#dddddd dashed 1px;
}


.clearFloats {
clear:both;
}

