@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
	background-color: #FFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 10;
	padding-right: 18px;
	padding-bottom: 10;
	padding-left: 18px;
	color: #333;
	font-size: 12pt;
	font-style: italic;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	color: #333;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	margin-top: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
	color: #333;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.promo {
	background-image: url(images/promo_bg.png);
	background-repeat: no-repeat;
	height: 302px;
	background-position: center;
}
.promo_arrangment {
	width: 432px;
	margin-left: 430px;
	margin-top: 11px;
}
.promo_container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #da5a9f;
	float: left;
	margin-left: 50px;
	margin-top: 25px;
}
.promo_textbox {
	background-color: #fef1f8;
}
.promo_text {
	padding: 20px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #e24c8c;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: lighter;
}
h2 {
	color: #e24c8c;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: lighter;
}
h3 {
	color: #e24c8c;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: lighter;
}
h4 {
	color: #e24c8c;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: lighter;
}
h5 {
	color: #e24c8c;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: lighter;
}
h6 {
	color: #e24c8c;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: lighter;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #E24C8C;
}
a:active {
	text-decoration: none;
	color: #333;
}


content_container {
	text-align: left;
	width: 861px;
	background: repeat-y url('images/content_bg.jpg');
}

content_container_top {
	height: 13px;
	background: no-repeat url('images/content_top.jpg');
}

content_container_bottom {
	height: 13px;
	background: no-repeat url('images/content_bottom.jpg');
}

.com_gallery_image_link {
	font-size: 10px;
}

.com_gallery_image {
	border: 7px solid #eee;
}

