html, 
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body,
input,
textarea,
select,
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
}

img,
table {
    border: none;
}

p {
    padding: 0;
    margin: 0;
}

a {
    color: #505050;
}

a:active {
    outline:none;
}

a:focus {
    -moz-outline-style:none;
}

#container {
	width: 912px;
	margin: 30px auto 0 auto;
}

#container_top {
	width: 912px;
	height: 122px;
	background-image: url(../images/index_top.png);
	background-repeat: no-repeat;
	text-align: center;
}

#container_top #header {
	height: 55px;
	padding: 20px 25px 0 0;
}

#container_top #menu {
	padding-top: 19px;
}

#container_bottom {
	width: 912px;
	height: 19px;
	background-image: url(../images/index_bottom.png);
	background-repeat: no-repeat;
}

#content {
	width: 862px;
	padding: 20px 25px 0 25px;
	background-image: url(../images/index_back.png);
	background-repeat: repeat-y;
}

#content #photo_x {
	min-height: 522px;
}

#content #photo_y {
	min-height: 387px;
}

#content #photo_holder {
	float: right;
	padding-left: 10px;
}

#content #photo_holder img {
	padding: 0 0 10px 10px;
}

#footer {
	width: 912px;
	padding-top: 5px;
	color: #ffffff;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

.grey,
.grey a {
	color: #c6c6c6;
	text-decoration: none;
}

.green,
.green a {
	color: #7ca400;
	text-decoration: none;
}

#form-x,
.list-x {
	border: 1px solid #c6c6c6; 
	padding: 20px 0 20px 20px; 
	width: 415px;
}

.list-x,
.list-y {
	margin-bottom: 10px;
}

#form-y,
.list-y {
	border: 1px solid #c6c6c6; 
	padding: 20px 0 20px 20px; 
	width: 300px;
}

.calender {
	padding: 3px;
	border: 1px solid #c6c6c6;
}

.calender-list {
	width: 100%;
	margin-top: 5px;
}

.calender-list td {
	padding: 3px;
}

.calender-green {
	background-color: #7ba600;
	color: #ffffff;
	cursor: pointer;
}

.calender-red {
	background-color: #a60000;
	color: #ffffff;
}

.calender-green a,
.calender-red a {
	color: #ffffff;
	text-decoration: none;
}
