/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{
	background:url(../img/bg.gif);
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 14px;
}

#page-wrap		    {
	width: 720px;
	margin: 0 auto;
	padding:0 10px 0 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

h1                  {
	text-transform: uppercase;
	letter-spacing: 3px;
	background-image: url(../img/main_img.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 720px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	text-indent:-9999px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 14px;
}

#quiz input {
    vertical-align: middle;
}

#quiz ol {
   margin: 0 0 10px 20px;
}

#quiz ol li {
   margin: 0 0 20px 0;
}

#quiz ol li div {
   padding: 4px 0;
}

#quiz h3 {
   font-size: 14px; margin: 0 0 1px 0; color: #333;
}

#results {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 20px;
	text-align: center;
	height: auto;
	width: auto;
	margin-bottom: 20px;
}
input.result{width:150px;height:30px;text-align:center;font-size:14px;font-weight:bold;margin-left:280px;}
form{margin-bottom:10px;}
#Close{text-align:center;display:block;margin-bottom:20px;}
#More{margin:0 auto 10px auto;text-align:center;}
#More img{border:none;}

#Footer{width:720px;background:url(../img/footer.gif) no-repeat;height:45px;text-indent:-9999px;}