* {
	margin:0;
	padding:0;
}
body {
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #506469 url(../img/bg.jpg) top repeat-x;
	color: #5c818a;
}
.clear {
	clear: both;
}
.l {
	float: left;
}
.r {
	float: right;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border:0;
}


#wrapper {
	margin:50px auto 0px auto;
	padding:30px 10px;
	width:800px;
	background:#fff;
	text-align:center;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

h1 {
	margin-bottom:6px;
	font-size:27px;
	font-family:Arial, sans-serif;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:16px;
}

p {
	font-size:12px;
	line-height:18px;
}

ul {
	margin:5px 0 5px 30px;
}

ul li {
/*	color:#555555;*/
	font-size:11px;
	list-style-type:disc;
	padding:2px 0;
}

#footer {
	margin:0 auto 10px auto;
	background: #2a393c;
	width:820px;
	height:40px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.large.button {
font-size:14px;
padding:8px 19px 9px;
}

.button {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	background:#2A393C url(../img/overlay-button.png) repeat-x scroll 0 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.25);
	color:#FFFFFF !important;
	cursor:pointer;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	line-height:1;
	overflow:visible;
	padding:5px 15px 6px;
	position:relative;
	text-decoration:none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	width:auto;
}
.button:hover{
	background-color:#172325;
	color:#fff
}

.button:active{
	-webkit-transform:translateY(1px);
	-moz-transform:translateY(1px)
}