﻿/*Author: Trent Kinsey of Otherworlds Publicity: http://www.otherworldspublicity.com*/

a{
	color:black;
	text-decoration:none;
}
a:link{
	color: black;
	text-decoration:none;			
}
body{
	background:#000000;
	font-size:12pt;
}
h1{
	font-family:Charlemagne Std;
	margin-top:5px;
	margin-bottom: 5px;
}
h2{
	font-family:Charlemagne Std;
	margin-top:5px;
	margin-bottom: 5px;

}
h3{
	font-family:Charlemagne Std;
	margin-top:5px;
	margin-bottom: 5px;
}
hr{
	box-shadow: 2px 2px 5px #006666;
	-webkit-box-shadow: 2px 2px 5px #006666;
}
img{
	border:0px;
}


#DBBMTBL{
	box-shadow: 2px 2px 5px #006666;
	-webkit-box-shadow: 2px 2px 5px #006666;
	margin: 15px;

}
#DBBMTBR{
	box-shadow: -2px 2px 5px #006666;
	-webkit-box-shadow: -2px 2px 5px #006666;
	margin: 15px;

}

#DBContent{
	width: 1004px;
	margin-left: auto;
	margin-right:auto;
	background:#307d7e;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding:10px;
	border: 4px #cdcdcd ridge;
}
#DBHeader{
	width:1004px;
	height: 350px;
	text-align:center;
	background-image:url('images/EMPTY_WEBSITEBANNER.jpg');
	box-shadow: 2px 2px 5px #006666;
	-webkit-box-shadow: 2px 2px 5px #006666;
}
#DBBody{
				
}
#DBInBody{
	font-family:Garamond;
	width:100%;	
	box-shadow: -1px 1px 5px #006666;
	-webkit-box-shadow: -1px 1px 5px #006666;
	padding:5px;
				
}


.DBAdInfo{
	font-family:Charlemagne Std;
	font-size:12pt;
	font-weight: bold;	
	width:75%;
	text-align:center;
	margin-left: auto;
	text-shadow: 2px 2px 15px #f0f0f0;	
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
			
}
.DBBookMark{
	font-family:Charlemagne Std;
	font-size:18pt;
	font-weight: bold;	
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	text-decoration: none;
}
.DBBodyText{
	font-family: Garamond;
	font-size: 14pt;
	font-weight:normal;
}
.DBBodyText a:link{
	font-family: Garamond;
	font-size: 14pt;
	font-weight:bold;
	text-decoration:underline;
}
.DBInfoHead{
	font-family: Garamond;
	font-size: 16pt;
	font-weight:bold;
}
.DBNav{
	font-family:Old Script;
	font-size:36pt;
	width:100%;
	vertical-align:bottom;
	text-align:Center;
	margin-top: 7px;
	margin-bottom:7px;
	text-shadow: 5px 5px 15px #f0f0f0;
}
.imgBL{
	border: 0px;
	box-shadow: 10px -10px 5px #006666;
	-webkit-box-shadow: 10px -10px 5px #006666;
	margin-right: 15px;
	margin-top: 15px;
	float:left;

}
.imgBR{
	border: 0px;
	box-shadow: -10px -10px 5px #006666;
	-webkit-box-shadow: -10px -10px 5px #006666;
	margin-left: 15px;
	margin-top: 15px;
	float:right;

}
.imgTL{
	border: 0px;
	box-shadow: 10px 10px 5px #006666;
	-webkit-box-shadow: 10px 10px 5px #006666;
	margin-right: 15px;
	margin-bottom: 15px;
	float:left;

}
.imgTR{
	border: 0px;
	box-shadow: -10px 10px 5px #006666;
	-webkit-box-shadow: -10px 10px 5px #006666;
	margin-left: 15px;
	margin-bottom: 15px;
	float:right;

}