@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #5A1200;
}
#header  {
	width: auto;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
}

.header-middle {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
}
.header-title {
	height: 70px;
	width: 400px;
	margin-left: 200px;
	margin-top: 50px;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana;
}
.content {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.main {
	width: 758px;
	margin-right: auto;
	margin-left: auto;
}


.bar-small-dark {
	width: 250px;
	background-image: url(images/debabes/bar-small-dark-top.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 10px;
	margin-right: 5px;
}

.bar-small-dark-top {
	width: 250px;
	background-image: url(images/debabes/bar-small-dark-top.jpg);
	height: 10px;
	background-repeat: no-repeat;
}
#babeslist {
	border: thin dotted #C90;
	height: 50px;
	width: 200px;
	list-style-type: none;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}


.bar-small-dark-middle {
	width: 250px;
	background-image: url(images/debabes/bar-small-dark-middle.jpg);
	height: 90px;
	background-repeat: repeat-y;
}
.bar-small-dark-bottom {
	width: 250px;
	background-image: url(images/debabes/bar-small-dark-bottom.jpg);
	height: 10px;
	background-repeat: no-repeat;
}
.bar-medium-light-top {
	background-image: url(images/debabes/bar-medium-light-top.jpg);
	height: 11px;
	width: 507px;
	background-repeat: no-repeat;
}
.bar-medium-light-middle {
	background-image: url(images/debabes/bar-medium-light-middle.jpg);
	width: 497px;
	background-repeat: repeat-y;
	padding-left: 10px;
}
.bar-medium-light-bottom {
	background-image: url(images/debabes/bar-medium-light-bottom.jpg);
	height: 11px;
	width: 507px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
.bar-big-dark-top {
	width: 762px;
	background-image: url(images/debabes/bar-big-light-top.jpg);
	height: 23px;
	background-repeat: no-repeat;
}
.bar-big-dark-middle {
	width: 762px;
	background-image: url(images/debabes/bar-big-light-middle.jpg);
	background-repeat: repeat-y;
}
.bar-big-dark-bottom {
	width: 762px;
	background-image: url(images/debabes/bar-big-light-bottom.jpg);
	height: 23px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.image-dark {
	height: 82px;
	width: 82px;
	border: 2px solid #EC7A0A;
	float: left;
	margin-right: 3px;
	margin-left: 7px;
}


.image-text {
	float: left;
}
.image-light {
	width: 200px;
	float: left;
	margin-left: 20px;
}
.image-text2 {
	float: left;
	margin-left: 10px;
	width: 390px;
}
.image-text3 {
	float: left;
	margin-left: 10px;
	width: 122px;
}







.footer {
	height: 22px;
	width: auto;
	text-align: center;
	padding-top: 8px;
}


#title {
	color: #CF3;
}
#title-dark {
	font-size: 55px;
	color: #B82601;
	font-family: verdana;
}
#bar-big {
	font-family: Georgia;
	font-size: 20px;
	font-style: italic;
	color: #FFF;
}
#h1-bar {
	font-family: Georgia;
	font-size: 32px;
	font-style: italic;
	color: #5B1201;
	display: inline;
}
#h2-bar {
	font-family: Georgia;
	font-size: 16px;
	font-style: italic;
	color: #5B1201;
	display: inline;
}
#letter {
	font-size: 16px;
	font-weight: bold;
	border: 2px dotted #999;
	height: 20px;
	width: 20px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	display: inline;
}

.roomer {
	margin-top: 20px;
	margin-bottom: -5px;
}
.roomer-dis {
	margin-bottom: 6px;
	margin-top: 20px;
	font-size: 10px;
	font-style: italic;
	width: 380px;
}






a:link {
	color: #B82600;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #B82600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #B82600;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #B82600;
	text-decoration: none;
	font-weight: bold;
}
a.sd:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a.sd:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a.sd:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
a.sd:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#hot {
	color: #A2CA00;
	font-weight: bold;
}

