* 
{
	margin:0;
	padding:0;
}

#container {
	width: 848px;
	margin: auto;
}

#header_box {
	height: 50px;
	width: 826px;
	background: #09629e;
	padding: 10px;
	color: #fff;
	text-align: center;
	border: solid;
	border-width: 1px;
	border-color: #888;
}

#nav_box {
	height: 22px;
	width: 836px;
	background: url("img/texture.jpg");
	color: #000;
	padding: 5px;
	border: solid;
	border-width: 1px;
	border-color: #888;
	border-top: none;
	border-bottom: none;
}

#content_box {
	height: 600px;
	width: 850px;
	z-index: 100;
}

#image_rot_box {
	float: left;
	overflow: hidden;
	width: 314px;
	height: 600px;
	background: #fff;
	border: solid;
	border-width: 1px;
	border-color: #888;
	border-right: none;
	
}

#text_box {
	float: left;
	width: 512px;
	height: 580px;
	padding: 10px;
	background: #fff;
	border: solid;
	border-width: 1px;
	border-color: #888;
	border-left: none;
}

#footer_box {
	height: 60px;
	width: 846px;
	text-align: right;
	padding-top: 5px;
}

body {
	font-family: Verdana, Tahoma ,Arial, Serif;	
	font-size: 12px;
	background: #e8e8e8;
}

p {
	margin-top: 12px;
	margin-bottom: 12px;
}

#header_box h1 {
	font-size: 1.8em;
}

#header_box h2 {
	font-size: 1.5em;
}

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

#dd {
  margin-left: 25%;
  padding: 0 0 20px 0;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 11px arial;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #09629e;
  padding: 4px 10px;
  margin: 0 1px 0 0;
  color: #FFF;
  width: 80px;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #49A3FF;
}

.submenu {
  background: #EAEBD8;
  border: 1px solid #5970B2;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #09629e;
}

.submenu a:hover {
  background: #49A3FF;
  color: #FFF;
}

li {
  margin-left: 15px;
}

