@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background: #000;
}
.page { font-size: 1em; }

h1 { font-size: 2.2em; color: #FF9900; margin: 0px 0px .5em 0px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
h3 { font-size: 1.25em; color: #F60; margin: 0em 0px .25em 0px; }
h4 { margin: 1em 0px 0em 0px; line-height: 120%; font-size: .8em; font-weight: 200; }
h6 { font-size: .1em; color: #FFF; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px .25em 0px; line-height: 100%; font-size: 1em; }

li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #ff9900; font-weight: bold; }
a:hover { color: #fff;  }
figure { display: block; margin: 0px; padding: 0px; }
figure .figure_photo1 {
	background: url("../images/124-800x550wm.jpg") 50% 0px;
	background-repeat: no-repeat;
	float: none;
	display: block;
	width: 100%;
	margin: 20px auto 10px auto;
	height: 550px;
	border: 0px solid #000;
}
/* Full screen monitor layout */

.page { position: relative; margin: 0px auto 0px auto; width: 800px; }
.page header {
	display: block;
	position: relative;
	height: 150px;
	margin:10px 0 0px 0;
	background: #000;

}
.page header a.logo {
	position: absolute;
	top: 20px;
	margin: 0 auto 0 auto;
	display: block;
	width: 465px;
	height: 120px;
	background: url(../artwork/cbp-logo-big.jpg) no-repeat 0 0;
	left: 20%;
}
.page .page_content_top {
	height: 30px;
	background: #000;
	padding: 20px 0 0 0;
	margin-bottom: 10px;
}
.page .page_content { padding: 1px 0px 1px 0px; }

.page .page_content .content {
	margin: 0px;
	padding: 0px;
}
/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 600px) {	
	body { padding: 0px; }
	.page { position: relative; margin: 0px auto 0px auto; font-size: .9em; width: 400px; }
	.page header {
	display: block;
	position: relative;
	height: 60px;
	background: #000;
}
.page header a.logo {
	position: absolute;
	top: 10px;
	left: 25%;
	display: block;
	width: 200px;
	height: 51px;
	background: url(../artwork/cbp-logo-sml.jpg) no-repeat 0px 0px;
}
.page .page_content_top {
	height: 30px;
	background: #000;
	padding: 20px 0 0 0;
	margin-bottom: 10px;
	width: 400px;
}
figure .figure_photo1 {
	background: url("../images/124-400x275wm.jpg") 0px 0px;
	background-repeat: no-repeat;
	left: 50%;
	float: left;
	display: block;
	width: 400px;
	margin: 10px auto 10px auto;
	height: 275px;
	border: 0px solid #000;
}

.clear_both { clear: both; line-height: 1px; }


}
