body, html {
	background-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:100%; height:100%;
}


table#header {
	width:100%; height:44px;
	position:fixed;
}
table#header td.logo, table#header td.contact {
	width:50%;
	border-bottom:1px solid #6e6f72;
}
table#header td.contact {
	text-align:right;
	padding-right:25px;
	line-height:44px;	
	color:#6e6f72;
}
table#header td.contact a {
	color:#6e6f72;
	font-size:120%;
	text-decoration:none;
	padding:0px 12px 0px 12px;
}
table#header td.contact a:hover { text-decoration:none; color:#fff; }

table#header td.logo { height:34px; }
table#header td.logo img {
	margin:17px 0px 0px 37px;
}

table#beeson {
	height:100%;
}
div#content {
	margin:65px 0px 0px 32px;
	height:507px;
}
div#content p {
	font-size:75%;
	color:#6e6f72;
}

div#content .intro {
	width:417px; height:485px;
	font-size:200%;
	line-height:36px;
	margin:0px 14px 0px 0px;
	float:left;
	border-right:1px solid #6e6f72;
	font-weight:normal;
}

div#content .item {
	width:496px; height:485px;
	margin:0px 14px 0px 0px;
	float:left;
	border-right:1px solid #6e6f72;
}
div#content .item .img {
	width:480px; height:270px;
	overflow:hidden;
	margin-bottom:10px;
}

div#content .item .header {
	width:480px;
	border-bottom:1px solid #6e6f72;
	padding-bottom:4px; margin-bottom:8px;
}
div#content .item .header .l {
	width:379px;
	float:left;
}
div#content .item .header .l h1 {
	color:#6e6f72;
	font-size:110%; font-weight:normal;
	margin:0px 0px 0px 0px;
}
div#content .item .header .r {
	width:101px;
	float:right;
	text-align:right
}
div#content .item .header .r a {
	font-size:75%;
	text-decoration:none;
	font-style:italic;
	line-height:21px;
}
div#content .item .header .r a:hover {
	text-decoration:none;
	color:#fff !important;
}

div#content .item .copy {
	width:480px;
	float:left;
}
div#content .item .copy .l {
	width:233px;
	float:left;
}
div#content .item .copy .r {
	width:231px;
	float:right;
}
div#content .item .copy .r p {
	margin-bottom:6px;
}
div#content .item .copy .r p a {
	text-decoration:none;
}
div#content .item .copy .r p a:hover {
	text-decoration:none;
	color:#fff;
}
div#content .item .copy .r p span {
	font-style:italic;
}


div#content a {
	color:#6e6f72;
	text-decoration:none;
}
div#content a:hover { color:#fff; }
div#content .item .view {
	width:150px;
	float:right;
	margin-right:14px;
}
div#content .item .view p {
	text-align:right;
	font-size:85%;
}

div#content .item h1 {
	color:#6e6f72;
	font-size:75%; font-weight:bold;
	margin-bottom:6px;
}
div#content .item p {
	color:#6e6f72;
	margin-bottom:6px;
	line-height:16px;
}

.stdCopy { 
	font-size:100%;
	line-height:1.1em;
	width:248px; height:500px;
	margin-right:20px;
	float:left;
}
.stdCopy h1 {
	color:#6e6f72 !important;
	font-size:120%;
}
.stdCopy p, .stdCopy h1 { margin-bottom:15px; color:#6e6f72 !important; }

.col222 {
	float:left;
	margin-right:16px;
	height:366px;
	overflow:hidden;
}

/* helpy classes */
.clearB { clear:both; }
.tCenter { text-align:center; }
.tRight { text-align:right; }
.tLeft { text-align:left; }
.hidden { display:none; }

