body {
	min-width:750px;
}

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin-left: 0px;
	text-align: left;
	width: 1024px;
	background-image: url('../images/full_bg.jpg');
	background-repeat: repeat-y;
	margin-top: -4px;
}

#wrap {
	border: 0px solid #f00;
	/*background-image: url('../images/full_bg.jpg');
	background-repeat: repeat-y;*/
	margin-left:0;
	width:1024px;
}
	
#header {
	background:#ddd;
}

#left {
	background-image: url('../images/menu_bg2.jpg');
	background-repeat: no-repeat;
	float:left;
	width:242px;
	height: 700px;
	margin-left: -3px;
}

#menu {
	width: 200px;
	border: 0px solid #f00;
	margin-top: 120px;
	margin-left: 0px;
}

#menu ul {
	list-style: none;
}

#menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom: 1px dotted #d89292;
	padding-top: 5px;
}

#menu a {
	color: #4e372f;	
	text-decoration: none;
}

#main {
	border: 0px solid #fff;
	float:left;
	margin-top: 30px;
	margin-left: 20px;
	width:720px;
	color: #fff;
}

#content {
	padding-left:25px;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
}
	
#content a {
	color: #fff;
}
	
#footer {
	clear:both;
	margin-left: 260px;
	border:0px solid #f00;
	margin-bottom:10px;
	height:73px;
	background-image:url('../images/foot.jpg');
	background-repeat:no-repeat;
}

#right_float_image {
	padding-top:20px;
	float: right;
	width: 200px;
	padding-left: 30px;
	height: 270px;
	margin-right:15px;
}

#left_float_image {
	padding-top:0px;
	float: left;
	width: 210px;
	padding-left: 5px;
	height: 91px;
}

.input {
	border: 1px solid #eabdbd;
	width: 200px;
}

.menulink:hover {
	font-weight:bold;
}
