*{
  font-family: verdana,arial,helvetica;
}

html{
  margin: 0;
  padding: 0;
}

body{
  margin:;
  padding: 0;
  font-size: 0.7em;
}

#container{
	width: 960px;
	width: 1011px;
	margin: auto;
}
#container-top{
	background-image: url(../images/bg-topright-corner.jpg);
	background-repeat: no-repeat;
	background-position: 940px 64px;
	background-position: 993px 64px;
	height: 96px;
}
#container-middle{
	background-image: url(../images/bg-border-right.jpg);
	background-repeat: repeat-y;
	background-position: 996px;
	clear: both;
	padding: 0 20px;
	margin: 0;
}
#container-bottom{
	background-image: url(../images/bg-bottom.jpg);
	/*background-repeat: no-repeat;*/
	background-position: bottom left;
	height: 290px;
	padding: 0 12px 0 0;
	margin: 0;
}

#header{
	padding: 0 10px;
}
#header > * {
	float: left;
}

#header > h2 {
	color: #6699cc;
	margin: 38px auto auto 35px;
	font-size: 14px;
}

#header > ul {
	margin: 38px auto auto 150px;
	font-size: 14px;
}
#header > ul a{
	text-decoration: none;
	color: #6699cc;
	font-weight: bold;
	margin-left: 20px;
}
#header > ul a:hover{
	color: #336699;
}

#banner{
	border: 1px solid #292929;
	width: 720px;
	height: 242px;
}

#footer{
	padding-top: 5px;
	text-align: center;
	color: #8A724A;
	clear: both;
}
#footer a{
	color: #292929;
}

div.box{
	float: left;
	width: 31%;
	margin: 20px 0 0 2%;
	padding-left: 0.3ex;
}
div.box h2{
	background-color: #333333;
	font-size: 13px;
	color: #fff;
	padding: 3px 6px;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	margin-left: -0.3ex;
}

h3 {
	font-size: 12px;
	margin: 1em 0 0 0;
}
p{
	margin: 0.5em 0 1em 0;
}