/*Layout Divs*/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	color: #333333;
	line-height: 1.3em;
	background-color: #ffffff;/*themecolour2;*/
	border: 1px solid #CCC;
}
/* this coantainer holds the individual text boxes */
#holderdiv2 {
	width: 100%;
	padding-top: 20px;
}
/* this coantainer holds the heading graphic*/
#header {
	background: #f887fc;/*themecolour3;*/
	height: 110px;
	margin: 0px;
	}
/*this container holds the horizontal navigation */	
#navbar {
	background-color: #000000;/*themecolour4;*/
	width: 100%;
	top: 50px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #007212;/*themecolour5;*/
	background-repeat: repeat;
}
/*the individual text boxes  */
.rightcoldiv {
	margin: 5px 20;
	border: 1px solid #000000;
	text-align: left;
	width: 95%;
}
/*this container holds the logo graphic */
#logo {
	background-repeat: no-repeat;
	height: 80px;
	top: 0px;
	right: 0px;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}
/*styles the footer */
.footer {
	font-size: 70%;
	color: #937095;/*themecolour1$ 0.6%,-40.3%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f8c5fa;/*themecolour1$ 13.0%,15.2%;*/
	padding-bottom: 10px;
	text-align: center;
}

/*HTML tag styles*/
/*this defines the font style and color*/
    body {
	font: 100%/1.5em georgia, times, serif;
	color: #333331;
	text-align: center;
	background-color: #000000;/*themecolour4;*/
	padding-top: 5px;
	padding-bottom: 20px;
	background-repeat: repeat;	
}
/*paragraph styles*/
    p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 80%;
}
.rightcoldiv p {
	margin: 5px 0;
	padding: 5;
	font-size: 90%;
	color: #333333;
	line-height: 1.3em;
} 
/*Styles the heading text*/
h1 {
	font-size: 90%;
	margin: 0px;
	color: #000000;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 3px;
}

.rightcoldiv h2 {
	margin: 0;
	background-color: #f7bcf9;/*themecolour1;*/
	color: #ffffff;
	font-size: 90%;
	padding: 3px 5px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-repeat: no-repeat;
	font-weight: bolder;
	background-image: url(nails-in-preston_files/nails-in-preston_h2bg.gif);
}
.rightcoldiv h3 {
	font-size: 80%;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-left: 6px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;/*themecolour4;*/
	background-image: url(nails-in-preston_files/nails-in-preston_columnbg2.gif);
	background-repeat: repeat;
}
/*defines the style for ordered lists (numbered) */ 
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #000000;/*themecolour4;*/
}
/*defines the style for unordered lists (bulleted) */ 
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: none;
	color: #333333;
	font-size: 80%;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 25px;
}
/*floats element to the left*/
   .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*defines the style for horizontal dividers */
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4d2f4e;/*themecolour1$ -21%,-68.6%;*/
}

 
/*defines the style for horizontal dividers */
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;/*themecolour4;*/
}    
.nav {
	color: #FFF;
	background-color: #906;
	text-align: center;
	height: 22px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 5px;
	width: auto;
	padding-bottom: 3px;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
}