body {
	paddind: 0px;
	margin: 0px;
	font: 11px/17px verdana, tahoma, arial;
	color: #000;
}

#main {
	background: #fff;
	width: 100%;
	width: expression((documentElement.clientwidth||document.body.clientwidth)<995?'1000px':''); min-width: 1000px;
}

#container {
	width: 100%;
	text-align: left;
	margin-top: 60px;
	border-top: 3px solid #f00;
	border-bottom: 3px solid #f00;
	padding-top: 20px;
	background: #fbf79a;
}

h3 {
	font: bold 16px verdana;
	color: #008;
}


#header {
	position: relative;
	background:  url(images/bg_header.jpg) repeat-x;
	height: 85px;
	text-align: left;
}

#logo {
	width: 468px;
	height: 85px;
	background: url(images/logo.jpg) no-repeat;
}

#logo2 {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 200px;
	height: 85px;
}


#left {
	float: left;
	margin-left: -100%;
	width: 300px;
}

ul {
	list-style: none;
}

#menu {
	width: 100%;
	margin-left: -30px;
}

#menu a {
	width: 85%;
	font: 11px verdana;
	color: #000;
	text-decoration: none;
	padding: 2px 0 3px 10px;
	margin-left: 0px;
}

#menu a:hover {
	text-decoration: underline;
	color: #f00;
}

#menu a#this {
	font-weight: bold;
	padding-left: 15px;
	border-left: 3px solid #f00;
}

p a {
	color: #777;
	text-decoration: none;
}

input, textarea, select {
	border: 1px solid  #b0b0b0;
	font: 11px tahoma;
}

#enter {
	font: 11px tahoma;
	text-align: center;
}

#content {
	float: left;
	width: 100%;
	text-align: justify;
	padding-top: 10px;
}

#text {
	margin: 0px 300px;
}

#content p {
	background: #ffffe8;
	border: 1px solid #c1c1c1;
	padding: 7px;
}

#content b {
	color: #680204;
	font: bold 12px verdana;
}

#right {
	float: left;
	margin-left: -200px;
	width: 200px;
}


#footer {
	position: relative;
	height: 75px;
	padding-top: 10px;
}

.clear {
	clear: both;
	height: 20px;
}


