@charset "UTF-8";
/* CSS Document */
.hr-dotted {
	background-image: url('/images/bg_dot.gif');
	background-repeat: repeat-x;
}
.body {
	font-family: Geneva, Arial, Helvetica, sans-serif
}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headerblue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #69839E;
}
/* Content Layout */


body {
	width:750px;
	margin:0 auto;
	margin-top:30px;
}
/* FAUX LAYOUT WRAPPER */


#wrapper {
	width:750px;
	background:url(background_4.gif) repeat-y;
	overflow:auto;
}
/* ----- NAVIGATION ----- */

#productimage {
	width:400px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	float:right;
}
/* ----- MAIN CONTENT ----- */

#content {
	width:350px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
}
/* ----- FOOTER ----- */



#footer {
	width:750px;
	height:120px;
	margin-top:40px;
}

#ad {
	width:750px;
	height:120px;
	margin-top:25px;
	float:right;
	
}


