@charset "utf-8";
/* CSS Document */

/*MAKES ALL TEXT THE SAME*/
body {
font-family:Georgia, "Times New Roman", Times, serif;
}

/*ALLOWS ENTIRE PAGE TO BE CENTERED*/
#wrapper {
	height: 620px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#main{
	height: 663px;
	width: 750px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
}

#infotitle {
	position: absolute;
	width: 120px;
	height: 10px;
	left: 371px;
	top: 94px;
	text-align: left;
	color: #FFFFFF;
	font-size:14px;
	font-weight: bold;
		
}
#EchoTopic{
	left: 446px;
	top: 80px;
	width: 311px;
	height: 90px;
	font-size: 11px;
	float:right;
	padding-top: 10px;
	position:absolute;
	
}

#header{
	height: 130px;
	width: 750px;
	background-color:#000099;
	background-image: url(../images/dcplbanner%20copy.jpg);
}

#image{
	height: 90px;
	width: 138px;
	background-image:url(../images/bridge.jpg);
	margin-left:.2em;
	float: left;
	margin-top: 0.2em;
}

#title{
	height: 65px;
	width: 200px;
	text-align:center;
	font-weight:bold;
	clear: right;
	float: left;
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 10px;
	
}

#headermenu{
	height: 50px;
	width: 300px;
	text-align:center;
	float: right;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 5px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color: #FFFFFF;
}

#find{
	height: 50px;
	width: 300px;
	text-align:center;
	float: right;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 5px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color: #FFFFFF;
}

/*MAKES TITLE LINK REMAIN WHITE AT ALL TIMES*/
a.headertitlelink:link{color:#FFFFFF;text-decoration:none;}
a.headertitlelink:hover {color:#FFFFFF;text-decoration:none;}
a.headertitlelink:active{color:#FFFFFF;text-decoration:none;}
a.headertitlelink:visited{color:#FFFFFF;text-decoration:none;}


/*ROLLOVER LINKS IN HEADERMENU*/
a.headerlink:link{color:#FFFFFF;text-decoration:none;}
a.headerlink:hover{color:#F7E612;text-decoration:none;}
a.headerlink:active{color:#FFFFFF;text-decoration: none;}
a.headerlink:visited{color:#FFFFFF;text-decoration: none;}
a.headerlink:visited:hover{color:#F7E612;text-decoration:none;}

#searchform{
	width:361px;
	height:40px;
	color:#FFFFFF;
	font-size:12px;
	font-weight: bold;
	float: right;
	position: absolute;
	margin-top: 25px;
	left: 418px;
	top: 37px;
		
}

#quote{
	width:340px;
	height:20px;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	font-style: italic;
	margin-top: 5px;
	float: none;
	left: 7px;
	top: 87px;
	position: absolute;
	padding-top:5px;
}

#graybarmenu{
	left:0px;
	top:117px;
	width:750px;
	height:17px;
	background-color: #CCCCCC;
	clear: none;
	text-align: center;
	font-size: 10px;
	float: right;
	padding-top: 5px;
	position: absolute;
}

a.graybarlink:link{	color:#000000;text-decoration:none;font-weight:bold;}
a.graybarlink:hover {color: #0000CC;text-decoration:none;font-weight:bold;}
a.graybarlink:active{color:#000000;text-decoration: none;font-weight:bold;}
a.graybarlink:visited{color:#000000;text-decoration: none;font-weight:bold;}
a.graybarlink:visited:hover{color: #0000CC;text-decoration:none;font-weight:bold;}

a.onpage:link{	color:#0000CC;text-decoration:none;font-weight:bold;}
a.onpage:hover {color: #0000CC;text-decoration:none;font-weight:bold;}
a.onpage:active{color:#0000CC;text-decoration: none;font-weight:bold;}
a.onpage:visited{color:#0000CC;text-decoration: none;font-weight:bold;}
a.onpage:visited:hover{color: #0000CC;text-decoration:none;font-weight:bold;}

#flashmovie {
	position: absolute;
	width: 476px;
	height: 200px;
	left: 27px;
	top: 142px;
	background-color: #CCCCCC;
	
}

#slideshow {
	position: absolute;
	width: 476px;
	height: 200px;
	left: 28px;
	top: 148px;
	background-color: #CCCCCC;
	text-align: left;
	
}

#mainmenu {
	position: absolute;
	width: 200px;
	height: 200px;
	right: 28px;
	top: 147px;
	font-size:10px;
	text-align:left;
	background-color:#CCCCCC;
	
}

a.mainmenu:link{color:#666666;text-decoration:none;font-weight:bold;}
a.mainmenu:hover {color:#FFFFFF;text-decoration:none;font-weight:bold;}
a.mainmenu:active{color:#666666;text-decoration: none;font-weight:bold;}
a.mainmenu:visited{color:#666666;text-decoration: none;font-weight:bold;}
a.mainmenu:visited:hover{color:#FFFFFF;text-decoration:none;font-weight:bold;}

#mostpopular {
	position: absolute;
	width: 102px;
	height: 200px;
	right: 92px;
	top: -2px;
	font-size:10px;
	text-align:left;
	
}

#investigate {
	position: absolute;
	width: 100px;
	height: 200px;
	right: -16px;
	top: -3px;
	font-size:10px;
	text-align:left;
	
}

	
p.maincolor {color:#000066}

#hr {
	position: absolute;
	width: 676px;
	height: 1px;
	right: 1px;
	top: 214px;
	
	
}

#homepagetable {
	position:absolute;
	width:700px;
	height:100px;
	left: -490px;
	top: 239px;
	font-size:12px;
	

}

a.homepagetable:link{color:#000000;text-decoration:none;font-weight:bold; font-size:10px;}
a.homepagetable:hover {color: #0000CC;text-decoration:none;font-weight:bold; font-size:10px;}
a.homepagetable:active{color:#000000;text-decoration: none;font-weight:bold; font-size:10px;}
a.homepagetable:visited{color:#000000;text-decoration: none;font-weight:bold; font-size:10px;}
a.homepagetable:visited:hover{color: #0000CC;text-decoration:none;font-weight:bold; font-size:10px;}

p.homepagetable {font-size: 11px; color:#000066}

#bookimg {

	position:absolute;
	width:50px;
	height:76px;
	left: -493px;
	top: 231px;
	background-image: url(../images/Breaking_Dawn_Cover_by_TranquilitySurreil.png);

}



#footer {
	top:421px;
	width:750px;
	height:96px;
	background-image: url(../images/dcplbanner%20copy.jpg);
	background-color: #000099;
	background-position: right;
	left: -522px;
	position: absolute;
}

#footermenu {
	position:absolute;
	left:0px;
	top:3px;
	width:750px;
	height:26px;
	z-index:5;
	font-size: 12px;
	text-align: center;
}

a.footerlink:link{color: #FF0000 ;text-decoration:none;font-weight:bold;}
a.footerlink:hover {color:#FFFFFF;text-decoration:none;font-weight:bold;}
a.footerlink:active{color:#FF0000;text-decoration: none;font-weight:bold;}
a.footerlink:visited{color:#FF0000;text-decoration: none;font-weight:bold;}
a.footerlink:visited:hover {color:#FFFFFF;text-decoration:none;font-weight:bold;}
#address{
	position:absolute;
	left:181px;
	top:22px;
	width:382px;
	height:52px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}

#link{
	position:absolute;
	width: 250px;
	height: 175px;	
	left: 580px;
	top:0px;
	

}


#links{
	position:absolute;
	width: 250px;
	height: 175px;	
	left: 580px;
	top:0px;
	

}

#add {
	position:absolute;
	left:551px;
	top:3px;
	width:143px;
	height:160px;
	z-index:5;
	font-size: 12px;
	text-align: left;
}

