body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/design/bg_green.png);
	background-color: green;
}

img {
	border: none;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}

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

#white_box_top {
         width: 922px;
         height: 15px;
         background-image: url(../images/design/bg_white_top.png);
         margin: auto;
}

#white_box_middle {
         width: 922px;
         background-image: url(../images/design/bg_white_middle.png);
         margin: auto;
         padding-top: 30px;
         padding-bottom: 15px;
}
	
#language {
	position: relative;
	top: -32px;
	right: 15px;
	float: right;
}

#language_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#language_list li {
	display: inline;
}

#white_box_bottom {
         width: 922px;
         height: 15px;
         background-image: url(../images/design/bg_white_bottom.png);
         margin: auto;
}

#headline {
         width: 900px;
         height: 53px;
         background-image: url(../images/design/headline.png);
         margin: auto;
         background-position: center 13px;
         background-repeat: repeat-x;
}

img[alt = "#start{css}"] {
         margin-left: 30px;
}

#lightgreen_box_top {
         width: 852px;
         height: 5px;
         background-image: url(../images/design/bg_lightgreen_top.png);
		 background-repeat: no-repeat;
         margin: auto;
         margin-top: 40px;
}

#lightgreen_box_middle {
         width: 770px;
		 min-height: 392px;
		 background-color: #93d970;
         background-image: url(../images/design/bg_lightgreen_middle.png);
		 background-repeat: repeat-x;
         margin: auto;
         border: 1px #cdcdcd solid;
         border-top: none;
         border-bottom: none;
		 padding: 40px 40px;
}

.text_box {
	float: left;
	text-align: justify;
	width: 770px;
	margin-bottom: 15px;
}

.text_box_div {
	margin-top: -30px;
	margin-left: 42px;
	background-color: #FFFFFF;
	padding: 9px 15px;
	padding-top: 5px;
	min-height: 16px;
}

#bookmarks {
	margin: 0px;
	float: right;
}

#bookmarks li {
	display: inline;
	margin-right: 20px;
}

.double_box {
	text-align: justify;
	width: 375px;
	margin-bottom: 15px;
}

.double_box_div {
	margin-top: -30px;
	margin-left: 42px;
	background-color: #FFFFFF;
	padding: 7px 15px;
	min-height: 16px;
}

h4 {
	margin: 0px;
	padding: 0px;
}

#left_edge {
	width: 42px;
	height: 27px;
	background-image: url(../images/design/left_edge.png);
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	min-height: 0px;
	background-color: transparent;
}

#lightgreen_box_bottom {
	width: 852px;
	height: 5px;
	background-image: url(../images/design/bg_lightgreen_bottom.png);
	background-repeat: no-repeat;
	margin: auto;
}

#yellow_box_bottom {
	width: 900px;
	height: 140px;
	background-image: url(../images/design/bg_yellow.png);
	background-repeat: repeat-x;
	background-position: center;
	margin: auto;
	margin-top: 30px;
}

#footer_box {
	width: 202px;
	height: 122px;
	background-image: url(../images/design/box_footer.png);
	margin-left: 80px;
	padding-top: 10px;
	float: left;
}

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

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

#footer_box ul {
	list-style-type: none;
	color: #666666;
	padding-left: 30px;
}

#footer_box ul li {
	margin-bottom: 5px;
}

#search {
	float: right;
	margin-top: 20px;
	margin-right: 30px;
}

#search * input[type = "text"] {
	width: 154px;
	height: 24px;
	background: transparent;
	background-image: url(../images/design/search_field.png);
	background-repeat: no-repeat;
	border: none;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	color: #666666;
	vertical-align: super;
}

h3 {
	margin-top: 0px;
	padding-top: 0px;
}

#yellow_box {
	background-color: #FFFFCC;
	padding: 15px;
	border: solid gray 1px;
}

.answere {
	background-color: #EEEEEE;
	padding: 15px;
	padding-bottom: 5px;
	border: solid gray 1px;
	margin-top: 5px;
}

.even {
	background-color: #FFFFEE;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 5px;
}

.even:hover {
	background-color: #DDFFDD;
}

.uneven:hover {
	background-color: #DDFFDD;
}

.uneven {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 5px;
}

#match_table {
	border-collapse: collapse;
	width: 100%;
}

#match_table td {
	border: 1px solid #000000;
	text-align: center;
}