body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: #4a4a4a;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

#wrapper {

	margin: 10px auto;
	overflow: auto;
	font-size: 95%;
	text-align: left;
	width: 763px;

	}

#sub_wrapper {

	margin: 10px auto;
	overflow: auto;
	font-size: 95%;
	text-align: left;
	background: url(/image/background.gif) repeat-y;
	width: 763px;

	}

#maincontent {

	float: right;
	width: 625px;
	
	}
#maincontent img
{
	margin: 0px;
}


#sidebar {
	width: 138px;
	float: left;
	margin: 0;
	padding: 0;
	
	}

#numbers
{
	height: 435px;
	float: right;
	background: url(/image/front_right.gif) repeat-y;
	width: 42px;

}

#sub_wrapper #maincontent #numbers
{
	background: none !important;
}

#content
{
	background-color: #fff;
	clear: all;
	float: left;
	padding: 10px;
	width: 563px;
	min-height: 385px;
	padding-top: 40px;
}

#sub_wrapper #content
{
	background: none;
	
}
#wrapper #content
{
	padding: 0 !important;
}


#sub_wrapper #content img
{
	
	padding: 10px 0 10px 0;

}

.about
{
	float: left;
	padding-right: 25px;
	padding-top: 10px;

}

.homeimage
{
	float: left;
	margin: -5px 10px 5px 0 !important;
}



#footer
{

	clear: both;
	height: 37px;
	background: url(/image/front_btm.gif) no-repeat;


}

#screenshot_container
{
	width: 450px;
	margin: auto;
}
#screenshot_container + p
{
	clear: both;
}

#tail
{
clear: both;
	text-align: center;
	font-size: .8em;
}
#sub_wrapper #footer
{
	background: url(/image/btm.gif) no-repeat;
}


/*content css*/

.center
{
  text-align: center;
}
p
{
margin-left: 5px;
font-family: Verdana, sans-serif;
line-height: 1.4em;
}



h3+p, p+p
{
	margin-bottom: 25px;
}

ul
	{
		margin: 0px 0px 0px 15px;
		padding: 0px;
		list-style-type: disc;
		list-style-position: outside;
	}
li
	{
		padding-bottom: 5px;
	}
	
h1, h2, h3, h4, h5
	{
		margin: 0px;
	}
h1
	{
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #3956B6;
	margin-top: 3px;
	font-style: italic;
	}
h2
	{
		font-family: georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
	}
h3
	{
		font-family: verdana,helvetica,arial,sans-serif;
		font-weight: bold;
		font-size: 1em;
		
	}
h4
	{
		font-family: verdana,helvetica,arial,sans-serif;
		font-size: .9em;
		font-weight: bold;
	}

address
{
	font-style: normal;
}

h2
{
padding-top: 10px;

}

a
	{
		border: 0px;
		font-weight: bold;
	}
a:link
	{
		text-decoration: none;
		color: #990000;
		border: 0px;
		
	}
a:visited
	{
		text-decoration: none;
		color: #000099;
		border: 0px;
	}
a:hover
	{
		
		text-decoration: none;
		color: #ff9933;
		border: 0px;
	}
a:active
	{
		text-decoration: none;
		color: #900;
		border: 0px;
	}
	
/*form css*/
fieldset
{

	display: block;
	background: #fff url(/image/fieldset_bg.gif) no-repeat;
	width: 450px;
	max-width: 450px;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	border-top: 0;
	border-left: 1px solid #b17155;
	border-right: 1px solid #b17155;
	border-bottom: 1px solid #b17155;
	border: 0;
	-moz-border-radius: 3px;
}
legend
{
	color: #fff;
	background: url(/image/legend_bg.gif) no-repeat;
	border: 0;
	padding: 2px;
	
}
fieldset.checkbox
{
	float: left;
	clear: both;
	background-image: none;
	margin: 1em 0 2em 0;
	width: 400px;
	border: 1px solid #bbb;
}

fieldset.checkbox legend
{
	background: white;
	color: #000;
	font-weight: bold;
}

fieldset.checkbox input
{
	clear: both;
	float: left;
	width: auto;
}

fieldset.checkbox label
{
	font-weight: normal;
}

input
{
	display: block;
	max-width: 25em;
}

input.submit
{
	clear: both;
}

label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
	
}

select
{
	display: block;
}

#screenshot
{
	margin: auto;
	width: 220px;

	text-align: center;
	margin-bottom: 20px;
	
}
#screenshot img
{
	padding: 0 !important;
	margin: 5px;
	
}
#screenshot p
{
	
	margin-top: 0;
	font-weight: bold;
}
#ex_screenshot_l
{
	float: left;
	width: 220px;
	height: 100px;
	border: 0px solid green;
	text-align: left;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
}
#ex_screenshot_r
{
	float: right;
	width: 220px;
	height: 100px;
	border: 0px solid purple;
	text-align: right;
	margin-bottom: 40px;
	padding: 0px;
}

#ex_screenshot_l img, #ex_screenshot_r img
{
	padding: 0 !important;
}

#ex_screenshot_l p, #ex_screenshot_r p
{

	border: 0px solid green;
	width: 100px;
	margin-top: 0;
	font-weight: normal;
	font-size: 0.7em;
	float: left;
}

#ex_screenshot_l p
{
	float: right;
}

#corv_screenshot_l
{
	float: left;
	width: 250px;
	height: 220px;
	border: 0px;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
}

#corv_screenshot_l img
{
	padding: 0 !important;
}



#feature
{
	float: right;
	background-color: #e2e2e2;
	margin: 0;
	padding: 0;
	width: 298px;

}

#feature img
{
	padding: 0 !important;
}

#featuretext
{
	padding: 0 10px 0 10px;
	width: 250px;
	margin: auto;
	font-size: 80%;
	line-height: 14px;
}
ul
{
	 list-style: none;
}
li
{
padding-left: 10px;
background-image: url(/image/bullet1.gif);
background-repeat: no-repeat;
background-position: -15px 1px;

}

.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 
.wrap1
{
	float: left;
	background:url(/image/shadow.gif) right bottom no-repeat;
}
.ex_wrap1
{

	float: right;
	background:url(/image/shadow.gif) right bottom no-repeat;
}

.wrap2
{
background:url(/image/corner_bl.gif) left bottom no-repeat;
}

.wrap3
{
	padding:0 8px 8px 0;
	background:url(/image/corner_tr.gif) right top no-repeat;
}

.wrap3 img
{
	display:block;
	border:1px solid #777;
	border-color:#ababab #777 #777 #ababab;
	margin: 0 !important;
	padding: 0 !important;
}

#game
{
	margin: auto;
}

pre
{
	background: #fff;
	border: 1px solid #000;
	width: 450px;
	margin: auto;
	text-align: left;
}