body {
	margin: 0;
	font-size: 10px;
	background-color: rgb(236,236,236);
	background-image: url('background.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

a {
outline: none;
}

.container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

.wrapper {
	float: left;
	width: 930px;
	display: inline;
	margin-left: 30px;
	margin-top: 30px;
}

.breaker {
	float: left;
	width: 920px;
	clear: left;
	margin-left: 10px;
	display: inline;
}

.logo {
	float: left;
	display: inline;
	width: 360px;
	height: 40px;
}

img {border: 0;}

.left {
	float: left;
	display: inline;
	width: 800px;
}

.right {
	float: left;
	display: inline;
	width: 110px;
}

#menu {
	float: left;
	display: inline;
	width: 110px;
	height: 125px;
}

#menu span {
	display: none;
}

#menu1 {
	width: 110px;
	height: 33px;
	float: left;
	clear: left;
}

#menu1 a {
	display: block;
	width: 110px;
	height: 33px;
	background-image: url('menu.gif');
}

#menu1 a:hover {
	background-position: -110px 0px;
}

#menu2 {
	width: 110px;
	height: 21px;
	float: left;
	clear: left;
}

#menu2 a {
	display: block;
	width: 110px;
	height: 21px;
	background-image: url('menu.gif');
	background-position: 0 -33px;
}

#menu2 a:hover {
	background-position: -110px -33px;
}

#menu3 {
	width: 110px;
	height: 25px;
	float: left;
	clear: left;
}

#menu3 a {
	display: block;
	width: 110px;
	height: 25px;
	background-image: url('menu.gif');
	background-position: 0 -54px;
}

#menu3 a:hover {
	background-position: -110px -54px;
}

#menu4 {
	width: 110px;
	height: 21px;
	float: left;
	clear: left;
}

#menu4 a {
	display: block;
	width: 110px;
	height: 21px;
	background-image: url('menu.gif');
	background-position: 0 -79px;
}

#menu4 a:hover {
	background-position: -110px -79px;
}

#menu5 {
	width: 110px;
	height: 22px;
	float: left;
	clear: left;
}

#menu5 a {
	display: block;
	width: 110px;
	height: 22px;
	background-image: url('menu.gif');
	background-position: 0 -100px;
}

#menu5 a:hover {
	background-position: -110px -100px;
}

a:link, a:visited {
	text-decoration: none;
	color: #FF6600;
}

a:hover, a:active {
	text-decoration:none;
	color: #666666;
}

.text {
	float: left;
	display: inline;
	width: 500px;
	margin-right: 25px;
}

.rightimage {
	float: left;
	display: inline;
	width: 250px;
	height: 375px;
}

p {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
}

h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600
}

h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	margin-bottom: 0;
	margin-top: 1em;
}

h3 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
}

p.small {
	font-size: 10px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-type: square;
	letter-spacing: 1px;
	margin-top: 0;
}

li {
	margin-top: 1em;
	margin-bottom: 1em;
}

