
/**Layout Divs**/
/*this container holds the left-hand text boxes */
#holderdiv {
	width: 190px;
	margin-left: 5px;
	margin-right: 5px;
	

}
/*the individual text boxes in the left-hand column*/
.leftcoldiv {
	margin-top: 10px;
	border: 1px solid #5e5641;/*themecolour1$ 45.8%,-55.3%;*/
	background-color: #f6f4ef;/*themecolour1$ 94.7%,80.6%;*/
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	font-color: #000000
}

.rightcoldiv {
	margin: 10px 0;
	border: 1px solid #5e5641;/*themecolour1$ 45.8%,-55.3%;*/
	background-color: #f6f4ef;/*themecolour1$ 94.7%,80.6%;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	font-color: #000000

}


/*styles the text in the right-hand column */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 8px;
}
/*styles the text in the left-hand column */
.leftcoldiv p {
	margin: 5px 0;
	padding: 5;
	color: #000000;/*themecolour1$ 45.8%,-55.3%;*/
	line-height: 1.3em;
}
/*styles the text in the right-hand column */
.rightcoldiv p {
	margin: 5px 0;
	padding: 5;
	color: #000000;/*themecolour1$ 45.8%,-55.3%;*/
	line-height: 1.3em;
}

.leftcoldivlight p {
	margin: 5px 0;
	padding: 5;
	color: #5e5641;/*themecolour1$ 45.8%,-55.3%;*/
	font-size: 90%;
	line-height: 1.3em;
}
/*style the heading text */
.leftcoldiv h2 {
	margin: 0;
	background-color: #d5cbb0;/*themecolour1$ 69.8%,4.3%;*/
	color: #000000;
	font-size: 13px;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e5641;/*themecolour1$ 45.8%,-55.3%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5dfcd;/*themecolour1$ 81.7%,41.7%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.leftcoldiv h3 {
	margin: 0;
	background-color: #c00420;/*themecolour2;*/
	color: #E5DFCD;
	font-size: 13px;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e5641;/*themecolour1$ 45.8%,-55.3%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bf2a41;/*themecolour2$ 20.5%,-0.4%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.leftcoldiv h4 {
	margin: 0;
	color: #000000;
	font-size: 13px;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e5641;/*themecolour1$ 45.8%,-55.3%;*/
	background-image: url(images/index_h4bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fffdf8;/*themecolour1$ 95.2%,100%;*/
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.rightcoldiv h2 {
	margin: 0;
	background-color: #d5cbb0;/*themecolour1$ 69.8%,4.3%;*/
	color: #000000;
	font-size: 13px;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e5641;/*themecolour1$ 45.8%,-55.3%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5dfcd;/*themecolour1$ 81.7%,41.7%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.rightcoldiv h3 {
	margin: 0;
	background-color: #c00420;/*themecolour2;*/
	color: #000000;
	font-size: 13px;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e5641;/*themecolour1$ 45.8%,-55.3%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bf2a41;/*themecolour2$ 20.5%,-0.4%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.rightcoldiv h4 {
	margin: 0;
	color: #000000;
	font-size: 13px;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e5641;/*themecolour1$ 45.8%,-55.3%;*/
	background-image: url(images/index_h4bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fffdf8;/*themecolour1$ 95.2%,100%;*/
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*defines the style for ordered lists (numbered)
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;/*themecolour1$ -52.9%,-31.3%;*/
	font-size: 12px;
	font-weight: normal;
	margin-left: 0px;
	list-style-type: disc;
}

/*defines the style for unordered lists (bulleted) */
    ul {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;/*themecolour1$ -52.9%,-31.3%;*/
	font-size: 12px;
	font-weight: normal;
	margin-left: 25px;
    list-style-type: disc;*/
	list-style-image: url(http://www.sizzlingstudios.com/images/index_bullet.gif);
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;/*themecolour1$ -52.9%,-31.3%;*/
	font-size: 12px;
	font-weight: normal;
	margin-left: 25px;
	list-style-type: disc;
	list-style-image: url(images/index_bullet.gif);
}

/*link styles*/
a:link {
	color: #2d281e;/*themecolour1$ 45.8%,-55.3%;*/
}
 a:visited {
	color: #2d281e;/*themecolour1$ 45.8%,-55.3%;*/
}
 a:link:hover {
	color: #c00420;/*themecolour2;*/
}
a.specialeffects:hover {
  color: #c00420 ;
}



/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3b259;/*themecolour1$ 52.9%,--31.3%;*/
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*styles the footer*/
.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c00420;/*themecolour2;*/
	background-image: url(images/index_bar.gif);
	background-repeat: repeat-x;
	width: 770px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
	color: #5e5641;/*themecolour1$ 45.8%,-55.3%;*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d5cbb0;/*themecolour1$ 69.8%,4.3%;*/
	border-left-color: #d5cbb0;/*themecolour1$ 69.8%,4.3%;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3b259;/*themecolour1$ 52.9%,--31.3%;*/
	
}
td {
	font-family: verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;


}
/*styles the text in the center column */
.centercoldiv p {
	margin: 0px 0;
	color: #000000;/*themecolour1$ 45.8%,-55.3%;*/
	line-height: 1.3em;
	padding-left: 10px;
	font-size: 12px;
	font-color: #000000
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;


}
.centercoltext {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;/*themecolour4%0;*/
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}




h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C00420;/*themecolour4%0;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 12px;
	padding-left: 10px;


}
h2 {
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 12px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
