BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; line-height: 15px;
	padding: 0px; margin: 0px 0px 20px 0px;
}

UL {
	line-height: 20px;
	list-style: square;
	display: block;
	color: #333;
}

H1 {
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 20px 20px 20px 0px;
}

H2 {
	font-size: 15px;
	line-height: 20px;
	margin: 20px 20px 20px 0px;
}

P {
	margin: 10px 0px 10px 0px; padding: 0px;
	line-height: 20px;
}

OL {
	line-height: 20px;
}

UL {
	line-height: 20px;
}

INPUT {
	border: 1px solid #FF0505;
	background-color: #FFF;
}

TABLE {
	line-height: 20px;
    border-color: #DDD;
    border-width: 0 0 1px 1px;
    border-style: solid;
	margin: 10px 10px 10px 0px;
}

TD {
    border-color: #DDD;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

A {
	padding: 0px 3px 0px 3px;
	background: #FF0505;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	background: #000;
}

A.selected {
	background: #666;
}

UL.no-bullet {
	padding: 10px 20px 10px 20px; margin: 0px;
	list-style: none;
	display: block;
}

UL.no-bullet LI UL {
	padding: 5px 0px 5px 10px; margin: 0px;
	list-style: none;
	display: block;
}

#wrapper {
	width: 960px; min-height: 720px; height: auto; _height: 720px;
	position: relative;
	background: url('images/bg-main.jpg') top left no-repeat;
}

#content {
	width: 600px; height: auto;
	position: absolute;
	top: 290px; left: 260px;
	padding-bottom: 40px;
}

#menu {
	width: 250px; height: auto;
	position: absolute;
	top: 290px; left: 0px;
}

.clear {
	clear: both;
}

/*JP74*/

.wrongQuestion {
	background-color: #df6172;
}

.correctAnswer {
	font-weight: bold;
}

a.button {
	background-color: #fff;
	border: 1px solid #FF0505;
	color: #000;
	font-weight: normal;
	padding: 2px 8px 1px;
}
