* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#container {
	
}

#header {
	height: 175px;
}

#logo {
	height: 172px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

.img_right [
	width: 600px;
}

#menu {

}

#content {
	margin-top: 40px;
	margin-left: 5px;
}

#main {
	text-align: justify;
	margin-right: 5px;
	margin-bottom: 5px;
}

#main td{
	border-style: none;
}

#main table {
	background-color: #cccbbb;
	padding: 10px;
}

#left {
	background-image: url('images/content_bg.jpg');
	background-position: right;
	background-repeat: repeat-y;
	float: left;
	width: 50%;
	padding-right: 20px;
	margin-right: 10px;
}

#left_solid {
	width: 613px;
	background-color: transparent;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}


# right {
	float: right;
	width: 50%;
	margin-left: 10px;
}

ul {
	list-style: none;
}

table.compensate {
	color: #333666;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	text-align: justify;
}

input.count {
	background-color: #cccbbb;
	border-style: none;
	text-align: right;
}

#footer {

}
