@charset "UTF-8";
/* CSS Document */

.splashimage {
	background-attachment: scroll;
	background-image: url(gfx_splash/alsplash200905.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 540px;
	width: 780px;
}
.splashgfxlinks {
	float: left;
	margin-top: 24px;
	margin-right: 25px;
	margin-left: 12px;
	margin-bottom: 20px;
}
.splashgfxlinks img {
	behavior: url(assets/scripts/iepngfix.htc)
}
.logostuff {
	text-align: center;
}
.logostuff img {
	border: 1px solid #333333;
	margin-top: 6px;
	margin-right: 16px;
	margin-bottom: 6px;
	margin-left: 16px;
}

/* RSS BOX STYLES START */

.rssbox {
	margin-top: 15px;
	margin-left: 12px;
	float: right;
	width: 200px;
	background-color: #000000;
	filter: alpha(opacity=80);
	-moz-opacity:0.75;
	opacity: 0.75;
	margin-right: 12px;
	margin-bottom: 50px;
}

.rssbox a, .rssbox a:link, .rssbox a:visited {
	font-weight: bold;
	color: #FCFCFC;
	;
}

.rssbox a:hover {
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}

#andydrumsid {
	padding: 8px;
	border: 1px dashed #990000;
}

#andydrumsid .rsscontainer { /*Style for RSS item body within #cssdriveid box*/
margin-bottom: 8px;
}
.rsscontainer .rsstitle { /*Style for .rsstitle DIV*/
	font-weight: bold;
	font-size: 10.0pt;
	line-height: 10.0pt;
}

.rsscontainer .rssdate { /*Style for .rssdate DIV*/
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 8px;
	color: #999999;
}

.rsscontainer .rssdescription { /*Style for .rssdescription DIV*/
	font-size: 9pt;
	color: #E1E1E1;
	line-height: 10pt;
	margin-top: 4px;
}

/* RSS BOX STYLES END */


