body {
  margin: 0;
  padding: 0;
  background: #ffffff url(images/background.jpg);
  text-align: center;
}
p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 18px;
  color: #808080;
	text-align: center;
}
#wrapper {
  margin: 0 auto;
  padding: 0;
	background: #ffffff url(images/swheel.jpg) bottom right no-repeat;
  height: auto;
  width: 784px;
  position: relative;
  text-align: left;
	border-top: 4px solid #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
}
#top {
	padding: 0;
	height: 77px;
	width: 784px;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
#left {
	margin: 0;
	padding: 0;
	height: 77px;
	width: 118px;
	float: left;
}
#left img {
	height: 77px;
	width: 118px;
	border: 0;
}
#right {
	margin: 0;
	padding: 0;
	height: 77px;
	width: 666px;
	float: right;
	text-align: right;
}
#right h1 {
	margin: 20px 10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #4495c8;
	text-align: right;
}
#right p {
	margin: 0 10px 0 0;
	text-align: right;
}
#menu {
	margin: 0;
	padding: 0;
	height: 40px;
	width: 784px;
	/* border-bottom: 1px solid #e2e2e2; */
	border-left: 1px solid #e2e2e2;
}
#menu ul {
	margin: 0;
	padding: 0;
	width: 783px;
	list-style: none;
}
#menu ul li {
	margin: 11px 39px;
	float: left;
}
#menu ul li p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#header {
	margin: 0;
	height: 304px;
	width: 784px;
}
#langbox {
	margin-left: 592px;
	height: 24px;
	width: 191px;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
#langbox p {
	margin: 0;
	padding: 2px 0 0 0px;
	text-align: center;
}
#langbox img {
	height: 11px;
	width: 18px;
	border: 1px solid #e2e2e2;
}
#newsbox form input.text, #newsbox form textarea {
	padding: 2px;
	width: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ff8a00;
}
* html #content {
	height: 170px;
}
#content {
	margin: -10px 0 0 0;
	padding: 0;
	height: auto;
	min-height: 170px;
	width: 784px;
}
#content h2 {
	margin: 0 0 0 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4495c8;
}
#content h2 img.left {
	margin: 0 10px 0 0;
	padding: 0;
	height: 16px;
	width: 16px;
	border: 0;
	float: left;
}
#content p {
	margin: 10px;
	text-align: justify;
}
#content img {
	margin: 10px;
	padding: 1px;
	height: 120px;
	width: 160px;
	float: right;
	border: 1px solid #e2e2e2;
}
#content #gallery {
	margin: 0;
	padding: 0;
	height: auto;
	width: 780px;
	clear: both;
}
#content #gallery ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
#content #gallery ul li {
	margin: 0 6px 6px 0;
	height: 84px;
	width: 104px;
	float: left;
}
#content #gallery ul li img {
	margin: 0;
	padding: 1px;
	height: 80px;
	width: 100px;
	border: 1px solid #e2e2e2;
}
#content #space	{
	height: 4px;
	font-size: 1px;
	padding-bottom: 0px;
	clear: both;
}
#footer {
	margin: 0;
	padding: 0;
	height: 38px;
	width: 784px;
	border-top: 1px solid #e2e2e2;
}
#copyrights {
	margin: 0;
	padding: 0;
	height: 38px;
	width: 392px;
	float: left;
}
#copyrights p {
	margin: 8px 10px;
	text-align: left;
}
#design {
	margin: 0;
	padding: 0;
	height: 38px;
	width: 392px;
	float: right;
}
#design p {
	margin: 8px 10px;
	text-align: right;
}
a:link, a:visited {
	text-decoration: none;
	color: #4495c8;
}
a:hover {
	text-decoration: underline;
	color: #4495c8;
}
