body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/assets/templates/dramaqld/20original.gif);
	background-repeat: repeat;
}
#wrapper {
	width: 805px;
	min-height: 100%;
	background-image: url(/assets/templates/dramaqld/bgstrip.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin: auto;
	overflow: auto;
	background-position: left;
}
#banner {
	float: left;
	height: 184px;
	width: 800px;
	background-color: #FFFFFF;
}
#menu {
	float: left;
	width: 155px;
	background-image: url(/assets/templates/dramaqld/rough_menu_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-bottom: 40px;
}
#content {
	float: left;
	width: 410px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 25px;
	background-repeat: repeat-x;
	background-position: center top;
	/*background-color: #a3b6b7;
	background-image: url(/assets/templates/dramaqld/content-bg.png);*/
	padding-right: 30px;
	padding-left: 20px;
}
#content strong {
	color: #6c0a00;
}
#content a {
	color: #d1550d;
	text-decoration: none;
}
#content a:hover {
	color: #333333;
	text-decoration: underline;
}
#content hr {
	border: 0;
	color: #B5B5B5;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
	background-color: #CCCCCC;
}
#content h1 {
	color: #d1550d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: oblique;
	margin-bottom: 5px;
	background-image: url(/assets/templates/dramaqld/underline.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 40px;
	letter-spacing: -1px;
}
#content h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #d1550d;
}
#content img {
	margin-bottom: 5px;
	margin-right: 5px;
}
#rightCol {
	float: left;
	width: 165px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 30px;
	background-image: url(/assets/templates/dramaqld/content-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 5px;
	padding-bottom: 20px;
}
#rightCol strong {
	color: #780f00;
}
#rightCol #ajaxSearch_form #ajaxSearch_input {
	font-size: 11px;
	width: 120px;
}
#rightCol a {
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #d1550d;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 3px;
}
#rightCol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #780f00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: -1px;
}
#WebLoginLayer0 input {
	padding: 2px;
	border: 1px solid #999999;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#logon {
	margin-top: 5px;
}
#logon input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 5px;
}
#footer {
	float: left;
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #660d00;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-image: url(/assets/templates/dramaqld/footer-bg.jpg);
	height: 35px;
	background-repeat: repeat-x;
	background-position: center top;
}
#footer a {
	float: right;
	text-decoration: none;
	color: #ff9900;
}
#footer a:hover {
	float: right;
	text-decoration: none;
	color: #660d00;
}
#footer strong {
	margin-left: 10px;
}

/*----- MENU ----- */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 153px;
	}

#menu ul li {
	position: relative;
	}
	
#menu li ul {
	position: absolute;
	left: 152px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#menu ul li a {
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D1550D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d1550d;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	}
#menu ul li a:hover {
	color: #FFFFFF;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
		
#menu li:hover ul {
	display: block;
	background-color: #510900;
	color: #FFFFFF;
} /*  The magic */
	
	
/*----- Right MENU ----- */

#rightCol ul {
	margin: 0;
	list-style: none;
	width: 123px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}

#rightCol ul li {
	position: relative;
	}
	
#rightCol li ul {
	position: absolute;
	left: 122px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#rightCol ul li a {
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d1550d;
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	}
#rightCol ul li a:hover {
	color: #666666;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
	
.spacer {
clear: both !important;
}	