@charset "utf-8";
/* CSS Document */
*{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	color: #eee;
}
body{
	margin:0;
	padding:0 10px 10px 10px;
	
	background: url('../images/bg.jpg') no-repeat  center fixed;
}
ul{
	padding:0 0 0 25px;	
}
a{
	color:#fe0;
	font-weight:normal;
	text-decoration:none;
}
h1{
	font-size: 22px;
	display: block;
	font-weight: normal;
	padding: 0 0 10px 0;
	color: #ccc;	
}
h2, h2 a{
	font-size: 13px;
	display: block;
	padding: 10px 0 1px 0;
	font-weight: bold;
	color: #ccc;	
}
h2 a{
	text-decoration: underline;	
}
#mainContent{
	line-height: 170%;
	padding: 10px 10px 10px 0;
	width: 660px;
	background: url('../images/black.png');
}

#mainContent *{
	line-height: 170%;
}


#left{
	padding: 10px;
	width: 280px;
	background: url('../images/black.png');
	line-height:160%;
}

#outer{
	width: 970px;
	margin: 20px auto 0 auto;
	padding: 15px;
	background: url('../images/trans.png');
}


#menu{
	background-image: url("../images/menu.png");
    background-repeat: no-repeat;
    height: 30px;
    padding:88px 0 0 20px;
    margin: 0 auto;
    width: 1004px;
}
#menu a{
	
	display: block;
	float: left;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bolder;
	color: #000;
	padding: 0 10px;
	
}
#menu a.sel{
	text-decoration: underline;
	
}
#menu a:hover{
	text-decoration: underline;
}


#lngHolder{
	float: right;
	display: block;
	margin:-40px 75px 0 0;
}

table.tbl{
	width: 100%;
	border-left: 1px solid #ccc;
	border-top:  1px solid #ccc;
}
table.tbl td{
	padding: 2px 15px;
	border-right: 1px solid #ccc;
	border-bottom:  1px solid #ccc;
}

table.tbl td input, table.tbl td select{
	border: 1px solid #faa;
	padding: 1px;
	font-size: 12px;
	font-weight: bolder;
	color: #900;
	width: 280px;
	margin: 3px 0;
}
table.tbl td input.sm{
	width: 80px;
	font-weight: normal;
}

table.tbl td textarea{
	border: 1px solid #faa;
	padding: 1px;
	font-size: 12px;
	font-weight: bolder;
	color: #900;
	width: 280px;
	height: 80px;
	margin: 3px 0;
}
table.tbl td input.button{
	border: 1px solid #aaa;
	background: #efefef;
	padding: 1px;
	font-size: 12px;
	font-weight: bolder;
	color: #a00;
	width: 180px;
	margin: 3px 0;
}

div.error{
	display: inline;
	border: 1px solid #900;
	background: #faa;
	padding: 0 5px;
	margin: 0 5px;
	
}
