* {
	margin: 0;
}
html, body {
	height: 100%;
	color: #000000;
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #fffaf0;
}
a:link {color: #68734d; text-decoration: none}
a:visited {color: #68734d; text-decoration: none}
a:active {color: #8aa645; text-decoration: none}
a:hover {color: #8aa645; text-decoration: none}
#mainBox {
	width: 792px;
	height: 640px;
	margin: 0 auto;
	/*background-color: #bdbdbd;*/
	/*background-color: #f2f1e4;*/
}
#mainImageBox {
	width: 100%;
	margin: 0 auto;
	/*background-color: #ff00ff;*/
	background-image: url(images/twodinos_bkg.jpg);
}
#mainImage {
	width: 792px;
	height: 420px;
	margin: 0 auto;
	/*background-color: #306cab;*/
	background-image: url(images/twodinos_title.jpg);
}
#mainTitle {
	width: 960px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 20px 0px 12px;
}
#subTitle {
	width: 100%;
	padding: 0px 0px 20px 0px;
	text-align: center;
	color: #4a3c22;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#mainDivider {
	width: 100%;
	height: 2px;
	background-color: #f7df9f;
}
#itemsBox {
	width: 518px;
	margin: 0 auto;
	padding: 10px 0px 14px 0px;
	/*background-color: #68734d;*/
}
.dataItem {
	width: 518px;
	margin-left: -12px;
	padding-bottom: 32px;
	text-align: center;
	/*background-color: #306cab;*/
}
.dataImage {
	width: 518px;
	height: 80px;
	border: 1px solid #000000;
}
.dataTitle {
	width: 518px;
	padding: 4px 0px 4px 0px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.dataTitle a:link, .dataTitle a:visited {
	color: #1f366a;
	cursor: pointer;
}
.dataTitle a:hover, .dataTitle a:active {
	color: #2c608a;
}
.dataDesc {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


/* video */
#videoHeader {
	width: 620px;
	height: 100px;
	margin: 0 auto 0 auto;
	text-align: center;
	background-image: url(images/screenroom_title.jpg);
}
#videoFrame {
	width: 620px;
	height: 420px;
	margin: 0 auto 0 auto;
	padding: 10px 10px 16px 10px;
	background-color: #e8e7d3;  /* eeecce  */
	
	-moz-border-radius: 6px; /* FF1+ */
    -ms-border-radius: 6px; /* IE future proofing */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
	border-radius: 6px; /* Opera 10.5, IE 9 */
	
	-moz-box-shadow: 0px 0px 6px 0px #000; /* Firefox */
  	-webkit-box-shadow: 0px 0px 8px 1px #000; /* Safari and Chrome */
  	box-shadow: 0px 0px 8px 1px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}
#videoContainer {
	width: 586px;
	height: 405px;
	margin: 0 auto 0 auto;
	padding: 10px 10px 10px 10px;
	background-color: #000000;
}
#videoFooter {
	width: 600px;
	margin: 0 auto 0 auto;
	/*background-color: #9759a4;*/
}
#videoTitle {
	float: left;
	width: 530px;
	margin: 0 auto 0 auto;
	padding: 12px 0px 0px 0px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#btnHome {
	float: right;
	width: 60px;
	height: 20px;
	margin-top: 12px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #e8e7d3;
	border: 1px solid #000000;
	cursor: pointer;
}
