@charset "UTF-8";
/* CSS Document */
html, body {
  height: 100%; /* Required */
  width:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#EEEFF3;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
#other-body {
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/bg-shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
	width:100%;
  	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */

}
*a {
	position:relative;
}
/*\*/
* html #other-body {
	width:784px;
	
	background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-shadow.png',sizingMethod='scale');


}
#container {
  	width:750px;
	padding-left:15px;
	padding-right:15px;
	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
	margin-left:auto;
	margin-right:auto;
}
#header {
  	width:750px;
	margin-left:auto;
	margin-right:auto;
}
#menu{
	float:left;
	width:190px;
}
#image-head {
	height:168px;
	margin-bottom:8px;

}
#content {
	padding-bottom:20px;
	line-height:19px;
	padding-left:8px;
	padding-top:8px;
	position:relative;
}
#footer {
	font-size:10px;
	padding-top:4px;
	padding-bottom:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-left:10px;
	margin-right:10px;

}
#footer-left {
	float:left;
	padding-left:70px;

}
#footer-terms {
	float:left;
	padding-left:0px;

}
a {
	color:#0166ff;
	text-decoration:none;

}
a:hover {
	text-decoration:underline;

}
#photos {
	float:right;
	width:560px;

}
#leftside {
	width:185px;
	float:left;
	padding-left:5px;

}
#contents {
	padding-left:200px;
	min-height:360px;
	padding-right:15px;
}
/*\*/
* html #contents {
	height:620px;
}