*
{
	padding: 0px;
	margin: 0px;
}

body
{
	background: url(images/fon_03.jpg) #adb1b6 top left repeat-x;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#outerContainer
{
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	width: 1208px;
}

#leftColTop
{
	background: url(images/index_02.jpg) top left no-repeat;
	float: left;
	width: 160px;
	height: 198px;
}

#leftColBottom
{
	background: url(images/index_05.jpg) 0px 198px no-repeat;
	width: 160px;
	height: 469px;
}

#rightColTop
{
	background: url(images/index_04.jpg) top left no-repeat;
	float: left;
	width: 148px;
	height: 198px;
}

#rightColBottom
{
	background: url(images/index_11.jpg) 0px 198px no-repeat;
	width: 148px;
	height: 419px;
}

#container
{
	width: 900px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
} 

#header
{
	background: url(images/index_03.jpg) top left no-repeat;
	width: 900px;
	height: 198px;
} 

#sidebar
{
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
}

#mainContent
{	
	background: url(images/index_17.jpg) #e2e2e2 0px 91px repeat-x;
	width: 693px;
	float: right;
	min-height: 500px;
  height: auto !important;
  height: 500px;
	border-left: 7px solid #313d44;
}

#innerContainer
{
	width: 886px;
	border-width: 0px 7px 0px 7px;
	border-style: solid;
	border-color: #313d44;
	background-color: #adb1b6;
	float: left;
}

#top
{
	background: url(images/index_09.jpg) top left no-repeat;
	width: 693px;
	height: 91px;
}

#pageCaption
{
	background: url(images/index_15.jpg) top left no-repeat;
	height: 30px;
	padding-left: 45px;
}

#pageCaption h1
{
	color: #a00006;
	font-size: 24px;
}

#content
{
	padding: 30px 21px 21px 21px;
	font-size: 14px;
	text-align: justify;
}

#content h2
{
	margin-bottom: 10px;
}

#content h2.imageCaption
{
	text-align: center;
}

#content a
{
	color: #a00006;
}

#prices
{
	padding: 30px 21px 21px 21px;
}

#footer
{
	background-color: #DDDDDD;
	clear: both;
}

#footerTop
{
	background: url(images/index_29.jpg) top left no-repeat;
	width: 900px;
	height: 64px;
}

#footerBottom
{
	background: url(images/index_30.jpg) top left no-repeat;
	width: 900px;
	height: 66px;
}

#contacts
{
	color: #313d44;
	font-size: 11px;
	width: 600px;
	padding-top: 5px;
	float: left;
}

#contacts a,
#copyright a
{
	font-size: 11px;
}

#copyright
{
	clear: both;
	color: #e2e2e2;
	font-size: 11px;
	padding-top: 5px;
}

a
{
	text-decoration: none;
	color: #e2e2e2;
	font-size: 14px;
}

p
{
	margin-bottom: 14px;
}

ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#navMenu li a
{
	display: block;
	background: url(images/index_22.jpg) top left no-repeat;
	width: 186px;
	height: 30px;
}

ul#navMenu li a span
{
	display: block;
	padding-left: 14px;
	padding-top: 7px;
}

ul#navMenu li a:hover,
ul#navMenu li a.active
{
	background-image: url(images/indexOver_24.jpg);
}


ul#navMenu li.innerMenu a
{
	display: block;
	background: url(images/index_14.jpg) top left no-repeat;
	width: 186px;
	height: 30px;
}

ul#navMenu li.innerMenu a span
{
	padding-left: 35px;
}

ul#navMenu li.innerMenu a:hover,
ul#navMenu li.innerMenu a.active
{
	background-image: url(images/indexOver_19.jpg);
}

.fltrt
{/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
}

.fltlft
{/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}

.clearfloat
{/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.caption
{
	margin-bottom: 14px;
	font-weight: bold;
}

.contentImage
{
	border: 1px solid #a4a8ad;
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
}

.red
{
	color: #a00006;
}

.comment
{
}

.commentCaption
{
	border-bottom: 1px solid #313D44;
}

.commentContent
{
	margin: 10px 0px 30px 0px;
}