	body {
		margin-left:20%;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:60%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
		font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	}
	a {
		color:#63f;
	}
	a:hover {
		color:#fff;
		background:#f0f;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	h1 {
		margin-top:15px;
		margin-bottom:15px;	
		color:#f0f;
		text-decoration:underline;
		text-align:center;
		font-size:18px;
		width:100%;
		}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	p.title {
		text-decoration:underline;
		text-align:center;		
		}
		
	p.important{
		color:#FF0000;
		}
		
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header{
		clear:both;
		float:left;
		width:100%;
		height:220px;		
		/*border-bottom:1px solid #000;*/
		background-image:url('images/web logo 2010.jpg');
		background-repeat:no-repeat;
		background-position:center;
	}

	#headerlist p,
	#headerlist h1,
	#headerlist h2,
	#headerlist	
	{
		padding:.4em 15px 5px 5px;
		margin:0;
		font-size:14px;
		width:100%;
		text-align:center;
	}		
	#headerlist ul{
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#headerlist ul li 	{
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
		list-style-type:square;
	}
	#headerlist ul li a {
		border-left: 0.2em solid #AAB;
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding: 0.25em 0.25em;
		text-align:center;
		color:#63f;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#headerlist ul li a:hover {
		background:#f0f;
		color:#fff;
		border-color: #000;				
	}
	#headerlist ul li a.active,
	#headerlist ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
		border-color: #FE3;
		background: #332;		
	}
	#headerlist ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
	.col3 {
		text-align:center;
		padding:0px 20px 0 20px;
	}
	
	.centretext {
		text-align:center;
	}
		
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right:42%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:36%;			/* width of the middle column */
		background:#fff;	/* left column background colour */
	}
	.threecol .col1 {
		width:34%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:20%;			/* Width of left column content (column width minus padding on either side) */
		left:43%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:40%;			/* Width of right column content (column width minus padding on either side) */
		left:82%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	.threecol img.single{
		padding-top:25px;
	}		
	
	/* 2 Column (left menu) settings */
	.twocol {
		background:#fff;		/* right column background colour */
	}
	.twocol .colleft {
		right:60%;			/* right column width */
		background:#fff;	/* left column background colour */
	}
	.twocol .col1 {
		width:56%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.twocol .col2 {
		width:36%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}	
	.twocol img {
		width:200px;
		height:200px;
	}
	.twocol img.right{
		float:right;
	}
	.twocol img.left{
		float:left;
	}		
	/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:90%;			/* page width minus left and right padding */
		left:5%;			/* page left padding */
	}	
	
	
	/*Image Gallery */
	div.img
	  {
	  margin: 2px;
	  height: 200px;
	  width: 165px;
	  float: left;
	  text-align: center;
	  }
	div.img img
	  {
	  display: inline;
	  border: 1px solid #ffffff;
	  }
	div.img a:hover
	  {
	  background:#fff;
	  }
	div.desc
	  {
	  text-align: center;
	  font-weight: normal;
	  width: 165px;
	  height: auto; 
	  }

	/* Left Menu Nav */

	.col2 ul{
		font-size:14px;
		list-style-type:none;
		margin-top:1.5em;
	}
	
	.col2 ul li {
		padding:2px 0 10px 0;
		}	

	.navlist a {
		color:#f0f;
	}
	.navlist a:hover {
		color:#fff;
		background:#63f;
		text-decoration:none;
	}		
	
	/* Price list details */
	
	.col3  table {
		margin-top:1.5em;
		text-align:left;
		padding:2px 0 5px 0;
	}
	.col3 th {
		height:2.5em;
		vertical-align:top;
		}
		
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
		text-align:center;
		color:#63f;
	}
	#footer p {
		padding:10px;
		margin:5px 0 0 0;
		}


/*  FONTS */
p#Architect {
    padding-top: 100px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(images/fonts_Architect.jpg);
    background-repeat: no-repeat;
	background-position:center;
}
p#BradleyHand {
    padding-top: 100px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(images/fonts_BradleyHand.jpg);
    background-repeat: no-repeat;
	background-position:center;
}
p#Calligrapher {
    padding-top: 100px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(images/fonts_Calligrapher.jpg);
    background-repeat: no-repeat;
	background-position:center;
}
p#CenturyGothic {
    padding-top: 100px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(images/fonts_CenturyGothic.jpg);
    background-repeat: no-repeat;
	background-position:center;
}
p#CurlzMT {
    padding-top: 100px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(images/fonts_CurlzMT.jpg);
    background-repeat: no-repeat;
	background-position:center;
}
p#FrenchScriptMT {
    padding-top: 100px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(images/fonts_FrenchScriptMT.jpg);
    background-repeat: no-repeat;
	background-position:center;
}
p#LucidaCalligraphy {
    padding-top: 100px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(images/fonts_LucidaCalligraphy.jpg);
    background-repeat: no-repeat;
	background-position:center;
}
p#MonotypeCorsiva {
    padding-top: 100px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(images/fonts_MonotypeCorsiva.jpg);
    background-repeat: no-repeat;
	background-position:center;
}

p#TempusSansITC {
    padding-top: 100px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(images/fonts_TempusSansITC.jpg);
    background-repeat: no-repeat;
	background-position:center;
}
p#UniversityRoman {
    padding-top: 100px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(images/fonts_UniversityRoman.jpg);
    background-repeat: no-repeat;
	background-position:center;
}
p#VinerHandITC {
    padding-top: 100px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(images/fonts_VinerHandITC.jpg);
    background-repeat: no-repeat;
	background-position:center;
}
p#ZeldaBold {
    padding-top: 100px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(images/fonts_ZeldaBold.jpg);
    background-repeat: no-repeat;
	background-position:center;
}