@charset "utf-8";
html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	background-color:#383838;
	background-image: url(../img/backg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a img, a:link img { border:0; }
input, textarea {
	border: 1px solid #CCCCCC;
}
#topbackg {
	background-image: url(../flash-img/top-left.jpg);
	background-repeat: repeat-x;	
}
#topleft {
	background-image: url(../flash-img/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuebackg {
	background-image: url(../flash-img/m-backg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 41px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
#all-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
	text-decoration: none;
}
