﻿@charset "utf-8";

body {
	background-color: #F1F1F1;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

#main {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

/* This is the div containing the slider. You can also specify these rules directly within the .ir_container CSS class (classic_slider_skin.css or navigation_slider_skin.css). */
#imageSlideshow {
	box-shadow: 0px 0px 3px #a3a4a5;
}