body {
	padding: 0px;
	background: url('images/bg.jpg') top left repeat;
	color: #666666;
	font-family: Arial, Tahoma, "Times New Roman", Times, serif;
	font-size: 11px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	outline: none;
}

a:focus, object:focus {
	-moz-outline-style: none;
}

#content {
	/*width: 650px;
	margin-top: 40px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#left_side {
	width: 252px;
	height: 464px;
	float: left;
	overflow: hidden;
}

#lamp {
	background: url('images/light.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	width: 128px;
	height: 195px;
	position: absolute;
	right: 0px;
	top: 200px;
}

#paper {
	background: url('images/paper.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	width: 58px;
	height: 192px;
	position: absolute;
	right: 0px;
	top: 120px;
}

#logo {
	background: url('images/logo_med.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	width: 246px;
	height: 124px;
	float: left;
}

#body {
	width: 246px;
	background: url('images/trans.png') repeat;
	position: relative;
	margin-top: 464px;
	color: #ffffff;
	padding: 5px;
}

#body h1 {
	color: #ffffff;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
}

#footer {
	position: fixed;
	bottom: 0px;
	right: 0px;
}

#footer a {
	color: #ffffff;
	padding: 3px;
	background: url('images/trans.png') repeat;
	margin-left: 1px;
}

.frame {
	width: 365px;
	height: 468px;
	background: url('images/frame.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	float: right;
	margin-left: 10px;
}

.frame_2 {
	/*background: url('images/frame_2.png') no-repeat !important;*/
}

.wrapper {
	width: 246px;
	height: 373px;
	padding: 53px 0 0 0;
	margin-left: 65px;
}

div.infobox {
	background: url('images/trans.png') repeat;
	padding: 10px;
	color: #ffffff;
	margin-top: 493px;
}

div.infobox h4 {
	color: #ffffff;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
}

div.infobox p {
	margin: 0px;
}

input.submit {
	height: 24px;
	width: 80px;
	background: url('images/bg_submit.gif') repeat-x;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
}

#slider li {
	width: 246px;
	height: 373px;
}

#slider ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

span#prevBtn a, span#nextBtn a {
	color: #ffffff;
	padding: 3px;
	background: url('images/trans.png') repeat;
	visibility: hidden;
}

span#prevBtn {
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	margin-top: -300px;
	margin-left: 64px;
	padding-top: 100px;
}

span#nextBtn {
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	margin-top: -300px;
	margin-left: 211px;
	padding-top: 100px;
	text-align: right;
}

span#prevBtn:hover a, span#nextBtn:hover a {
	visibility: visible;
}