/* CSS Document */

/** global definitions **/
a, a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #E17A2F;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/bg_image_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/** end global **/

/** Main Div **/
#footer {
	background-image: url(../images/ademowebsite_hvr_24.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
}
#page {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/ademowebsite_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
}
#global_nav {
}
#center_page {
	background-color: #000000;
	padding: 10px;
}
#contact_info {
	height: 23px;
	background-image: url(../images/contactbar_10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*End Main Div*/


.page_intro {
	padding: 1px;

}
.intro_image {
	width: 400px;
	float: left;
}
.intro_article {
	margin-left: 410px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3C3837;
	font-size: 95%;
	font-weight: normal;
}

.clear {
	clear: both;
	width: 0px;
}
.title_box {
	margin-top: 10px;
}
.title_box_l {
	background-color: #703106;
	text-align: center;
	font-weight: bold;
	color: #DC7727;
}
.title_box_r {
	width: 64px;
}
.title_box_r a, .tilte_box_r a:link {
	width: 71px;
	display: block;
	height: 30px;
	text-decoration: none;
}
.title_box_r a:hover,.title_box_r a:visited {
	width: 71px;
	display: block;
	height: 30px;
	text-decoration: none;
}
.tb_bg_grey {
	background-color: #3C3837;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ser_title {
}
.ser_img_l {
	width: 23px;
	float: left;
}
.ser_text {
	margin-left: 23px;
	font-size: 150%;
	color: #3C3837;
	font-weight: bold;
}
.ser_img_r {
	width: 24px;
	float: left;
}
.album_list table {
	background-color: #6C300B;
}

.album_list {
}
.alb_img_td {
	width: 250px;
	padding: 10px;
	background-color: #E47732;
}
.alb_title {
	font-size: 130%;
	font-weight: bold;
	padding-left: 10px;
	background-color: #231F20;
}
.alb_date {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.alb_view {
	background-color: #000000;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 28px;
}
.alb_view a, .alb_view a:link {
	display: block;
	height: 28px;
	width: 60px;
	font-size: 0%;
	float: right;
}
.alb_view a:hover, .alb_view a:visited {
	display: block;
	height: 28px;
	width: 60px;
	font-size: 0%;
	float: right;
}

.alb_info {
	padding: 10px;
}
.album_admin {
	color: #000000;
}
.admin_lnks {
}

.contact_form {
}
.tb_spacer {
	background-color: #E47732;
	height: 50px;
}
.tb_spacer a, .tb_spacer a:link {
	color: #000000;
	font-size: 80%;
	text-decoration: none;
}
.tb_spacer a:hover {
	color: #999999;
	font-size: 80%;
	text-decoration: none;
}
.warning {
	color: #FF0000;
	font-size: 18px;
}
