/* Dublin Lyric Players CSS Style Sheet by DB */

/* ___________________________ Remove all default margin/padding from every element for cross-browser issues ________*/

* {
	margin: 0;
	padding: 0;
}

.style1 {font-weight: bold}
.style2 {font-size: small}
.style3 {font-size: 10px}

h1	{ color: #660000; }
h2	{ color: #660000; }
h3	{ color: #660000; }
h4	{ color: #660000; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFCC;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/beige115.jpg);
	background-repeat: repeat;
}
p {
	font-size: .8em;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	color: #333333;
	line-height: 1.4em ;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

#wrapper {
	width: 901px;
	margin: 0 auto;
}
#header {
	border: 0px solid red;
	padding-top: 0px;
	height: 120px;
	width: 900px;
	float: left;
	background-image: url(../images/dlp_home_header.jpg);
	background-repeat: no-repeat;
	clear: left;
}
#menu {
	border: 1px solid #660000;
	float: left;
	height: 33px;
	width: 900px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	word-spacing: 50px;
	background-image: url(../images/images/Sample-MenuBar_06x.jpg);
	background-repeat: no-repeat;
}
	
#main {
	border: 0px solid green;
	height: auto;
	width: 900px;
	float: left;
}
#leftcol {
	border: 0px solid red;
	font-size: small;
	float: left;
	height: auto;
	width: 300px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#rightcol {
	border: 0px solid blue;
	float: right;
	height: auto;
	width: 500px;
	padding-top: 15px;
	padding-right: 35px;
	margin-right: 0px;
}
#onecol {
	border: 0px solid green;
	float: left;
	height: auto;
	width: 850px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
/*_______________________________________UNORDERED LIST ITEMS IN MAIN TEXT AREA___________*/

#mainlist ul {
    list-style-type: circle; 
    list-style-position: outside; 
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	font-weight: normal;
	border: 0px solid green;
	line-height: 1.4em;
	margin: 5px 0px 5px 15px;
	padding: 0px;
	}
	
#mainlist li {
    /* background: lime; */
	/* display: inline; */
    margin-top: 6px; 
    margin-right: 6px;
    margin-left: 10px; 
    margin-bottom: 6px;
    padding: 0; 
    border: 0px solid black;
	}
	
/*_______________________________________FLOATED IMAGE ON LEFT & RIGHT HAND SIDES___________*/

#img_left {
	float: left;
	padding: 10px;	
	font: 11px/1.4em Arial, sans-serif; 
	text-align: center;	
}

#img_right {
	float: right;
	padding: 10px;	
	font: 11px/1.4em Arial, sans-serif; 
	text-align: center;	
}

#footer {
	border: 0px solid pink;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: right;
	height: 250px;
	width: 900px;
	color: #FF9900;
	background-image: url(../images/dlp_home_footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	padding-top: 5px;
}

a:link,
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #6600FF;
	text-decoration: underline;
}

a.menu:link,
a.menu:visited {
	color: #663300;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.menu:hover {
	color: #FFFFCC;
	background-color: #663300;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}

/*___________________________________________________TOP OF PAGE link___________________________________*/
#top_of_page {
    text-align: center;
    font-size: .7em;
    font-weight: normal;
    font-family: verdana, arial, sans-serif;
    color: #333333;
    line-height: 1.4em ;
    margin-top: 5px; 
    margin-right: 8px;
    margin-left: 0px; 
    margin-bottom: 5px;
    }

