html {
	height: 100%;
}

.clear {
	clear:both;
}

body {
	background: url(bg_news_box.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
}


#main {
	width:640px;
	margin:20px auto 0 auto;
	text-align:left;
	border-top: 1px dotted #4D4D4D;
	border-bottom: 1px dotted #4D4D4D;
}

#top {	
  text-align:right;
	margin: 10px 0;
}

#middle {}

#content {
	background-color: #FFF;
	padding: 30px;
}

#content #logo {
	background-color: #4D4D4D;
}

#logo a.logo {
  width: 700px;
  height: 80px;
  display: block;
  background: url(logo_sm.png) no-repeat 220px -100px;
}

#bottom {}

#footer_left, #footer_right  {
	float: left;
	width:260px;
	background-color: #4D4D4D;
	margin: 10px 0;
	padding: 15px 30px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer_left a, #footer_right a {
	color: #fff;
	text-decoration: none;
}

#footer_left p, #footer_right p {
		line-height: 1.3;
}

#content h1 {
	font-size: 14px;
  text-transform: uppercase;
}

#content h2 {
	margin: 50px 0;
	text-align: center;
	font-weight: bold;
	font-style: italic;
  font-size: 12px;
}

#content h3 {
	font-size: 12px;
  color: #bca973;
  font-style: italic; 
}

#content p {
	line-height: 1.6;
}

#content a {
	color: blue;
	text-decoration: none;
}

#navi {
	width:640px;
	margin: 5px auto 0 auto;
	text-align:right;
}

#navi a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
}
