/* Global Style Sheet

orange: #f63; -> #e60;

e60 100%
fb7 50%

fad1b2 30%

fdefe5 10%

fef7f2 5%
fef9f5 4%
fefaf7 3%
fffcfa 2%

*/

.hide {
	display: none;
}

body {
	background: #ccc url(black.gif) repeat;
	font-family: "century gothic", "lucida sans unicode", verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	color: #333;
	text-align: justify;
}

a {
	color: #e60;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

div#title {
	width: 840px;
	margin: auto auto;
	margin-top: 5%;
}

.title {
	color: #fff;
}

.title:hover {
	text-decoration: none;
}

h1 {
	font-size: 20pt;
}

h2 {
	color: #e60;
	font-size: 14pt;
	margin-top: 6px;
}

h3 {
	color: #e60;
	font-size: 12pt;
	margin-top: 6px;
}

#main {
	width: 800px;
	height: 450px;
	margin: 0 auto;
	padding: 0 20px;
	background: #eee url(suit.jpg) bottom right no-repeat;
	border: #333 1px solid;
}

#inner {
	padding: 15px 165px 0 10px;
}

.subtitle {
	font-size: 8pt;
	text-transform: uppercase;
}

#menu ul {
	margin-left: 0px;
	padding-left: 0px;
	border-bottom: #e60 1px solid;
}

#menu li {
	display: inline;
	list-style: none;
	padding-right: 20px;
	font-size: 11pt;
	text-transform: uppercase;
}

#sel {
	color: #333;
}

#menu li a:hover {
	border-top: #e60 1px solid;
	color: #333;
	text-decoration: none;
}

#content {
	height: 360px;
	overflow: auto;
	padding-right: 20px;
}

*:first-child+html #content {
	height: 350px;
}

input, textarea {
	width: 259px;
	font-family: "century gothic", "lucida sans unicode", verdana, tahoma, arial, sans-serif;
	font-size: 100%;
	border: #e60 1px solid;
	border-bottom: #fb7 1px solid;
	border-right: #fb7 1px solid;
	background: #fefaf7;
}

.submit {
	width: 100px;
	color: #e60;
	border-color: #e60;
	border-top: #fb7 1px solid;
	border-left: #fb7 1px solid;
}

.submit:active {
	border-color: #e60;
	border-bottom: #fb7 1px solid;
	border-right: #fb7 1px solid;
}

table {
	margin-left: -3px;
}

td {
	vertical-align: top;
}

hr {
	color: #aaa;
	background-color: #aaa;
	height: 1px;
	border: 0;
}

.as {
	text-align: center;
	margin-top: 10px;
	font-size: 0.8em;
	color: #999;
}
