<!--
/**Layout Divs**/
div#header{
	background-image: url(template_files/template_header_bg.gif);
	background-repeat: repeat-x;
	background-color: #333333;/*themecolour3;*/
	height: 80px;
}

div#container
{
	background-image:  url(template_files/template_leftcol_bg.gif);
	background-repeat: repeat-y;
	
} 

div#container2
{
    background-repeat: repeat-y;
	background-position: right;
	background-image: url(template_files/template_rightcol_bg.gif);
} 

div#navigation
{
	float: left;
	width: 210px;
	padding-top: 12px;
	padding-left: 8px;
} 

div#rightcolumn
{
	float: right;
	width: 163px;
	margin: 0;
	padding: 10px 10px 0 0;
	
}

div#content
{
	margin-left: 225px;
	margin-right: 190px;
	line-height: 150%;
	color: #333333;/*themecolour5%0;*/
	padding-bottom: 10px;
	
} 

#cleardiv
{
clear: both;

} 

div#footer
{
	clear: both;
	border-top: 2px solid #bf9357;/*themecolour2;*/
	text-align: center;
	background-color: #333333;/*themecolour3;*/
	color: #bf9357;/*themecolour2;*/
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}
 
div#logo {
	float: left;
	height: 80px;
	background-color: #333333;
	background-image: url(template_files/Texturemaker_heading_bg.gif);
}

div#hnavbar {
	height: 25px;
	margin: 0px;
	padding-top: 37px;
}

/**Redefined html tags**/
body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;/*themecolour5;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation p {
	font-size: 80%;
	color: #333333;/*themecolour1%0;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 15px;
	padding-left: 10px;
	line-height: 150%;
}

#rightcolumn p {
	font-size: 80%;
	color: #000000;/*themecolour4%0;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
	padding-right: 2px;
	line-height: 150%;
}
/*defines heading styles*/ 
#rightcolumn h3
{
	margin-top: 6;
	color: #d7d1b4;/*themecolour1;*/
	padding-left: 3px;
	font-weight: normal;
	margin-bottom: 6px;
	padding-right: 2px;
	background-image: url(template_files/template_h3_bgimage_right.gif);
	background-repeat: repeat-y;
	padding-bottom: 3px;
	font-size: 110%;
	margin-right: 4px;
	padding-top: 3px;
}

#navigation h3
{
	margin-top: 0;
	color: #d7d1b4;
	padding-left: 10px;
	font-weight: normal;
	padding-right: 15px;
	padding-top: 5px;
	font-size: 110%;
	line-height: 90%;
	background-image: url(template_files/template_h3_bgimage_right.gif);
	background-repeat: repeat-y;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bf9357;
	margin-right: 13px;
	margin-left: 1px;
	margin-bottom: 0px;
}  
#content h2 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bf9357;/*themecolour2;*/
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 6px;
	color: #666666;
}
#content h3 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bf9357;/*themecolour2;*/
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	padding-bottom: 4px;
	color: #666666;
	font-size: 110%;
}
#content h1 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bf9357;/*themecolour2;*/
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom:10px;
	color: #333333;
	font-size: 170%;
}
/*defines un ordered list*/ 
ul {
	list-style-image: url(template_files/template_bullet.gif);
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
}
/*floats image to the left of text blocks*/ 
.imagefloat {
	float: left;
	vertical-align: middle;
	padding-right: 2px;
}
/*adds border and margin to right coloumn images*/ 
.rightcolimage {
	border: 1px solid #333333;/*themecolour3;*/
	margin-top: 5px;
	margin-bottom: 5px;
}
.leftcolimage {
	border: 1px solid #333333;/*themecolour3;*/
	margin-top: 5px;
	margin-bottom: 5px;
}
/*defines link colors*/ 
a:link {
	color: #0000FF;/*themecolour3;*/
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #000000;/*themecolour2;*/
}

.textbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}