@charset "utf-8";
/* CSS Document */

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	line-height: 1.6em;
	font-family: sans-serif;
	font-size: 75%;
	background-image: url(images/wallpaper.gif);
}

hr {
	display: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

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

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	left: +1px;
	top: +1px;
}

#container {
	background-color: #FFFFFF;
	width: 780px;
	border-right-width: 3px;
	border-left-width: 1px;
	border-right-style: groove;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#company #menu #nCompany a,
#contact_us #menu #nContact_Us a,
#content #menu #nContent a,
#result #menu #nResult a,
#order #menu #nOrder a,
#column #menu #nColumn a {
	border-bottom-color: #FF6600;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	color: #FF6600;
}


#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #000099;
	font-style: italic;
	font-weight: 600;
	line-height: 3em;
	text-indent: 194px;
	letter-spacing: 0.04em;
}
