/* Reset all styles ********************** */
* { margin: 0; padding: 0; } 

hr {
	display: none;
}

body {
	margin: 0px, auto;
	padding: 0px 0px 0px 0px;
	background:#ded6c9 url(../images/toppage_back_text.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

p, h1, h2, h3, li {
	font-family: "Helvetica Neue", Arial, sans-serif, Typist, Courier, "Courier New", sans-serif;
	color: #333;
}

p, li {
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px 11px 0px;
}

a.menu:link, a.menu:visited {
	font-size: 14px;
	color: #615350;
	text-decoration: none;
}

a.menu:hover {
	color: #de3a20;
	text-decoration: none;
}


a:link, a.red:visited {
	font-size: 12px;
	color: #557724;
	text-decoration: none;
}

a:hover {
	color: #68a80b;
	text-decoration: none;
}

/* for otherpages
a.red:link, a.red:visited {
	font-size: 12px;
	color: #557724;
	text-decoration: none;
}

a.red:hover {
	color: #68a80b;
	text-decoration: none;
}

 */

a.under:link, a.under:visited, a.under:active {
	color: #ded6c9;
	text-decoration: none;
}

a.under:hover {
	color: #ded6c9;
	text-decoration: none;
}



h1 {
	font-size: 24px;
	font-weight: bold;
	color: #0b9ec0;
	margin: 0px 0px 10px 0px;
	letter-spacing:1px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0b9ec0;
	margin: 20px 0px 5px 0px;
	letter-spacing:1px;
}

/* additional ********************** */

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #9CA716; margin-bottom:0.5em; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

/* end additional ********************** */


div#page {
	position: relative;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 900px;
	height:auto;

}

div#header {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height: 321px;
	background: url(http://elegantlyiced.com/images/header.gif) no-repeat top left;
}


div#contents {
	clear: both;
	position:absolute;
	top:570px;
	height:auto;
	z-index:1;
	margin: 0px 35px 0px 35px;
	width: 830px;
}


div#contents p {
	font-size: 12px;
	font-weight: normal;
	color: #362a27;
}



div#bottom {
	clear: both;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height: 90px;
	background: url(http://elegantlyiced.com/images/header.gif) no-repeat top left;
}


div.article {
	clear: both;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 900px;
	height:720px;
}

img.alignRight {
	float: right;
	margin: 0px 0px 10px 15px;
}

div#footer {
	clear: both;
	float: left;
	padding: 20px 0px 0px 0px;
	width: 900px;
	background: url(http://elegantlyiced.com/images/header.gif) no-repeat top left;
}

div#footer p {
	font-size: 11px;
	width: 900px;
	text-align: center;
	font-weight: normal;
}

td {
	padding: 10px 10px 10px 10px;
	border: 0;
}

tr {
	border: 0;
}


/* color
---------------------------------------------------- */

#body {
	background-color:#ded6c9;
}


/* The main panels *********************************************************/
ul {
	margin: 5px 0px 15px 0px;
}

li {
	margin: 5px 10px 5px 10px;
	padding: 0;
	list-style: disc;
}

li li {
	list-style: disc;
}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 

DYSKE:
Use this on the container block, not in the content block.
You can apply multiple classes to an element by separating them with a space.
E.g. class="clearfix anotherClass"
clearfix must come first.
*/

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */