/* STOV-GOARMA-CSS */
body
{
	margin: 0;
	padding: 0;
	font: 75% arial, hevetica, sans-serif;
	text-align: center;
	background-color: #000000;
}

#page
{
	margin: 1em auto;
	width: 763px;
	background-color: #000000;
}

#lightbar
{
	height: 10px;
	width: 763px;
	background-color: #343432;
}

#banner
{
	height: 176px;
	width: 763px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}

#inner_up
{
	float:right;
	height: 129px;
	width: 560px;
	background-image: url(../images/inner_up.jpg);
	background-repeat: no-repeat;
}

#inner_down
{
	float:right;
	height: 177px;
	width: 560px;
	background-image: url(../images/inner_down.jpg);
	background-repeat: no-repeat;
	text-align:right;
}

#inner_down_wo
{
	float: right;
	height: 72px;
	width: 560px;
	background-image: url(../images/inner_down_wo.jpg);
	background-repeat: no-repeat;
	text-align:right;
}

#content
{
	width: 560px;
	float:right;
	text-align:left;
	background-color: #ffffff;
}

#agree
{
	text-align:center;
}

#content p
{
	margin-top: 20px;
	margin-left:20px;
	margin-right:20px;
}

#content ul
{
	list-style-type:disc;
}

#menu_container_all
{
	float: right;
	width: 182px;
	height:600px;
	background-image: url(../images/shadow.jpg);
}

#menu_container_control
{
	text-align:left;
	width: 182px;
	height: 55px;
}

#menu_up
{
	width: 182px;
	height: 29px;
	background-image: url(../images/menu_up.jpg);
	background-repeat: no-repeat;
}

#menu_down
{
	width: 182px;
	height: 502px;
	background-image: url(../images/menu_down.jpg);
	background-repeat: no-repeat;
}

#menu_buttons_between
{
	width: 102px;
	height: 55px;
	background-image: url(../images/button_one.jpg);
}

#menu_buttons_home
{
	width: 102px;
	height: 14px;
	background-image: url(../images/button_home.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}


#menu_buttons_download
{
	width: 102px;
	height: 14px;
	margin-top: 3px;
	background-image: url(../images/button_download.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
	border: 1pix solid black;
}


#menu_buttons_support
{
	width: 102px;
	height: 14px;
	margin-top: 3px;
	background-image: url(../images/button_support.jpg);
	background-repeat: no-repeat;
	cursor:pointer;	
	border: 1pix solid black;	
}

#menu_buttons_home_h
{
	width: 102px;
	height: 14px;
	background-image: url(../images/button_home_h.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}


#menu_buttons_download_h
{
	width: 102px;
	height: 14px;
	margin-top: 3px;
	background-image: url(../images/button_download_h.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
	border: 1pix solid black;
}


#menu_buttons_support_h
{
	width: 102px;
	height: 14px;
	margin-top: 3px;
	background-image: url(../images/button_support_h.jpg);
	background-repeat: no-repeat;
	cursor:pointer;	
	border: 1pix solid black;	
}


#menu_buttons_right
{
	float: right;
	width: 80px;
	height: 55px;
	background-image: url(../images/menu_mid_right.jpg);
	background-repeat: no-repeat;
}

#img
{
	border:0px;
}

#mail
{
	text-align:center;
}

A.wo:ACTIVE, A.wo:FOCUS, A.wo:LINK, A.wo:VISITED {
	color: Black;
	font-family: Tahoma;
	font-size: 11;
	font-weight: bold;
	text-decoration: none;
}
A.wo:HOVER {
	color: #c0c0c0;
	font-family: Tahoma;
	font-size: 11;
	font-weight: bold;
	text-decoration: none;
}