* {
	margin:0;
	padding:0;
	}

html {
	font-size:62.5%;
	}

body {
	background:#494544;
	font:1.1em Arial;
	color:#494544;
	}

img {
	border:none;
	}

p {
	margin-bottom:10px;
	}

a, a:link, a:visited, a:active {
	color:#494544;
	}
	a:hover {
		color:#f86309;
		}

strong {
	color:#000;
	font-weight:normal;
	}

big  {
	font-size:1.3em;
	}

h1 {
	margin-bottom:10px;
	font-size:1.5em;
	font-weight:bold;
	color:#f86309;
	}

h2 {
	font-size:1.3em;
	font-weight:normal;
	color:#f86309;
	}

table {
	border:0;
	border-collapse:collapse;
	}
	table td {
		padding:0;
		}
	table.form td { padding:0 20px 9px 0; }

.input {
	width:190px;
	font-size:0.8em;
	border:1px inset #000;
	}
	.input.textarea {
		width:300px;
		}
.btn {
	color:#fff;
	background:#fd0000;
	border:none;
	cursor:pointer;
	font-size:0.9em;
	}

#wrapper {
	position:relative;
	width:921px;
	min-height:423px;
	height:expression(this.scrollHeight<423?"423px":"auto");
	margin:4% auto;
	background:#ffffff url(/im/bg.gif) no-repeat;
	}

#logo {
	float:left;
	padding-left:65px;
	}

#home {
	padding:0 0 0 0;
	width:861px;
	height:260px;
	/*background:url(/im/home.jpg) no-repeat;*/
	background:#fff;
	}
	#home .text {
		margin:15px 0 0 80px;
		color:#494544;
		font-size:0.9em;
		}

#content {
	width:483px;
	min-height:248px;
	height:expression(this.scrollHeight<248?"248px":"auto");
	font-size:1.2em;
	color:#494544;
	}
	#content .border {
		max-height:195px;
		height:expression(this.scrollHeight>195?"195px":"auto");
		border:2px solid #494544;
		padding:13px 16px 13px 16px;
		overflow:auto;
		}

.text {
	margin:50px 0 0 65px;
	}
.fb {
	width:100%;
	margin:25px 0 0 65px;
	}

.ctrl {
	padding:3px 0 0 0;
	text-align:right;
	font-size:1.3em;
	}

#footer {
	height:30px;
	margin:13px 58px 0 65px;
	background:#494544;
	}
#copyright {
	margin:2px 58px 0 0;
	text-align:right;
	}
	#copyright a {
		text-decoration:none;
		}

.form {
	padding-top:10px;
	}
	.form label {
		float:left;
		display:block;
		width:145px;
		height:25px;
		}
	.form .input {
		width:272px;
		border:1px solid #595554;
		padding:2px 5px 2px 13px;
		font-size:1em;
		color:#f86309;
		font-family:arial
		}
	.form br {
		clear:left;
		}
.feedback .form { font-size:0.9em; }
.feedback .form .input { width: 150px; font-size:0.8em; }
.feedback .form .input.textarea { width:180px; height: 150px; }
.feedback .text { margin-top:27px; }
.feedback .form { padding-top:0; }

.cleaner { clear:both }

.admin { position:absolute; top:0; left:0; }

.yes { color:#03b400; }
.no { color:#b14100; }

#menu ul li img { float:left; margin-right:1px; background:#fff; }