
/*--------------------------------------------------------------------------------
	
	This style sheet should be used for formatting only. This covers how the
	containers within the page will look (background colours, borders etc.)
	and how other HTML elements will be formatted, e.g. headers, links etc.

--------------------------------------------------------------------------------*/

img {
	border: none;
}

.clear {
	clear: both;
	line-height: 0;
}

.hidden {
	display: none;
}

.selected {
	color: #69644C;
}

/*--------------------------------------------------------------------------------
	Headers
--------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #85C7BE;
}

h1 {
	clear: both;
}

h2 {
	font-size: 1.75em;
	color: #534C39;
}

h3 {
	font-size: 1.5em;
}

div#area3 h3{
	font-size: 1.6em;
}
div.CurrentDesign h3{
	margin: 0px;
	margin-bottom: 0.5em;
}
div.designList .name{
	color: #534C39;
}
div.inner h1{
	font-size: 1.7em;
}
h4 {
}

h5 {

}

h6 {

}

/*--------------------------------------------------------------------------------
	Images
--------------------------------------------------------------------------------*/

img {
	border: 0px;
}

.fLeft {
	float: left;
	margin-right: 10px !important;
}

.fRight {
	float: right;
	margin-left: 10px !important;
}

div.aCenter {
	text-align: center;
}

div.aRight {
	text-align: right;
}

div.image {
	border: 1px solid;
}

div#fontSizeSelector a {
	text-decoration: none;
	margin: 0 0 0 .3em;
}

/*--------------------------------------------------------------------------------
	Tables
--------------------------------------------------------------------------------*/

table {
}

/*--------------------------------------------------------------------------------
	a links
--------------------------------------------------------------------------------*/

a {
}

a:hover {
	text-decoration: none;
}

a:active {
	
}

/*--------------------------------------------------------------------------------
	Paragraphs
--------------------------------------------------------------------------------*/

div#content p {
	margin: 0 0 0.8em 0;
	line-height: 1.4em;
}


-->