/* CSS Document */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2004, stopphysics photographic, llc.*/

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */

body {
	background-color: #330000;
	padding: 0;
	margin: 0;
}
.trixy {
	background-image: url(/graphics/BDSW_hm_05.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* HOME NAVIGATION style controls */
.hm-nav {
	background-color: #090202;
	padding: 3px 0px 3px 33px;
}
.hm-nav a {
	padding-right: 15px;
	border: none;
}


/* MAIN style controls */
.main {
	background-image: url(/graphics/BDSW_hm_mainbkg.jpg);
	background-repeat: no-repeat;
	padding: 10px 25px 10px 40px;
}
.main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	line-height: 16px;
	color: #FFFFFF;
}
.main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

.main a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #FFDC88;
}
.main a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #FFDC88;
}
.main a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFDC88;
}




/* NEWS BOX style controls */

.newsfade {
	background-image: url(/graphics/BDSW_hm_news02.gif);
	background-repeat: repeat-y;
}
.news {
	background-color: #E4E4E4;
	padding: 5px 5px 5px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.news a:visited {
	text-align: right;
	text-decoration: underline;
	font-weight: bold;
	color: #CC0000;
}
.news a:link {
	text-align: right;
	text-decoration: underline;
	font-weight: bold;
	color: #CC0000;
}
.news a:hover {
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}

/* Base Pinline style controls */
.pinline {
	background-color: #FFDC88;
	background-image: url(/graphics/BDSW_hm_06.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* FOOTER style controls */
.footer {
	padding: 5px 50px 20px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #8F8888;
}
.footer a:visited {
	background-color: #330000;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFDC88;
}
.footer a:link {
	background-color: #330000;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFDC88;
}
.footer a:hover {
	background-color: #565151;
	padding: 3px;
	text-decoration: none;
	color: #FFDC88;
}



