/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	text-align:center;
	margin-top:0px;
	margin-left:0px;
	background-image: url(images/bg-glow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#container{
	text-align:left;
	width: 806px;
	margin: 0px auto;
}


#top{
	background-image: url(images/dan-id-top.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px auto;
}

#top2{
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	text-align: right;

}

#pics{
	background-image: url(images/pics-main-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;	
}



#bodyMain{
	background-image: url(images/dan-mainLow-bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	padding-left: 40px;
	padding-right: 15px;
	margin-top: 0px;
	padding-bottom: 60px;
}


#bodyArticles{
	background-image: url(images/bigbg2.jpg);
	background-repeat: no-repeat;
	padding-bottom: 80px;
	padding-left: 38px;
	padding-top: 20px;
	padding-right: 32px;
}


#article{
	background-image: url(images/whiteboxbg.gif);
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-top: 14px;
	color: #333333;
	line-height: 1.4;
	font-size: 12px;
}


#smallbox{
	background-image: url(images/box-upcoming-mid.gif);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
}

#widerbox{
	background-image: url(images/box-recordings-mid.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 10px;
}

/*Type*/
.headline{
	font-size: large;
	color: #448493;
	font-weight: bolder;
}

.standard{
	color: #333333;
	font-size: 12px;
	line-height: 1.4;

}

.subheader{
	font-size: 14px;
	color: #666666;
}

/*Links*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #448493;
}
a:active {
	text-decoration: none;
}

#bodyArticles a:link {
	text-decoration: none;
	color: #448493;
}
#bodyArticles a:visited {
	text-decoration: none;
	color: #448493;
}
#bodyArticles a:hover {
	text-decoration: underline;
	color: #448493;
}
#bodyArticles a:active {
	text-decoration: none;
	color: #448493;
}

