@charset "utf-8";
body {
}
* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}
table tr td {
	border:1px solid white;
	font-size:16px;
	line-height: 24px;
	text-align: left;
	/*background-color: #f2f2f2;*/
}
table tr td strong {
	font-size:16px;
}
#wrapper {
	width:100%;
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	height:1000px;
}
#wrapper div {
	text-align:left;
}
#centered {
	width:900px;
	margin: 0 auto;
}
#content-bg {
	background-image: url(../images/sides.png);
	width: 925px;
}
#content {
	/*width: 730px;*/
	width: 820px;
	/*padding:0 85px 0 85px;
	margin-left: 13px;*/
	margin-left: 75px
}
#content-bottom {
	background-image: url(../images/bottom.png);
	width: 925px;
	height:35px;
	display:block;
}
.left {
	float:left;
	/*width:274px*/
	width:400px
}
.left table {
	/*width:274px;*/
	width:400px;
	border: 1px solid #dbdbdb;
}
.mid {
	float:left;
	width:50px;
	text-align:center;
}
.mid img {
	margin: 0 5px 0 5px;
}
.right {
	float:left;
	/*width:400px;*/
	width:360px;
}
.right table {
	/*width:400px;*/
	width:360px;
	border: 1px solid #dbdbdb;
	float:right;
}
table .title {
	background-color: #68c7e2;
}
table .column-title {
	background-color: #a5dded;
}
.buttons {
	float: right;
	margin-right:6px;
	margin-top:40px;
}
.buttons img {
	width:130px;
}
#header img {
	width: 180px;
	margin-left: -55px;
}
#header {
	margin-left: 30px;
	padding-top: 30px;
}
a img {
	border: none;
}
input {
	border: 1px solid lightgray;
	background-color: #F2F2F2;
}
