/* CSS Document by Dieter Schneider for www.csstemplateheaven.com 2007*; adapted by myself/

* {
	margin: 0;
	padding: 0;
}

/*-------------------------------------- SITE STRUCTURE and Stuff-------------------------------*/

body {
	background: #fff url(../images/backgrounds/main_bg.jpg) no-repeat;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#header_left {
	position: absolute;
	width: 189px;
	float: left;
	left: 178px;
	height: 149px;
	top: 89px;
}

#header_right {
	position: absolute;
	float: right;
	width: 295px;
	padding-top: 20px;
	font-size: 1.2em;
	margin-left: 300px;
	left: 397px;
	top: 160px;
	height: 158px;
}

#main_content {
	position: absolute;
	width: 427px;
	margin-top: 75px;
	clear: both;
	margin-left: 100px;
	font-size: 1.2em;
	left: 167px;
	top: 527px;
	height: 99px;
}

#dial {
	position: absolute;
	width: 314px;
	margin-top: 75px;
	clear: both;
	margin-left: 100px;
	font-size: 1.2em;
	left: 78px;
	top: 130px;
	height: 44px;
}

#contact {
	position: absolute;
	left: 411px;
	top: 179px;
	width: 215px;
	height: 509px;
	
	
}

#aboutmain_content {
	position: absolute;
	width: 444px;
	margin-top: 75px;
	clear: both;
	margin-left: 100px;
	font-size: 1.2em;
	left: 78px;
	top: 148px;
	height: 480px;
}

#gallery_content {
	position: absolute;
	width: 507px;
	margin-top: 75px;
	clear: both;
	margin-left: 100px;
	font-size: 1.2em;
	left: 62px;
	top: 166px;
	height: 463px;
}

#main_title {
	position: absolute;
	width: 193px;
	margin-top: 75px;
	clear: both;
	margin-left: 100px;
	font-size: 1.2em;
	left: -84px;
	top: -172px;
	height: 48px;
}

#choccake {
	position: absolute;
	left: 354px;
	top: 177px;

}

#dragonflycookie {
	position: absolute;
	left: 266px;
	top: -425px;
	height: 251px;
	
}

#indexcupcake {
	position: absolute;
	left: 175px;
	top: 177px;
	
}

#smheader {
	position: absolute;
	left: 302px;
	top: 114px;

}

#image_window {
	position: absolute;
	width: 200
	margin-top: 450px;
	clear: both;
	margin-left: 100px;
	font-size: 1.2em;
	left: 302px;
	top: 315px;
	height: 153px;
}
	

#footer {
	width: 580px;
	margin-top: 10px;
	clear: both;
	margin-left: 100px;
	text-align: center;
}

/*-------------------------------------- NAVIGATION -------------------------------*/

#navlist
{
border-bottom: 0px solid #CCCCCC;
width: 175px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.1em;
	border-top: 0px solid #CCCCCC;
}

#navlist li a {
	text-decoration: none;
	color: #999900;
}

/*-------------------------------------- TEXT FORMATTING -------------------------------*/

p {
	margin: 20px;
	color: #666666;
}

h1 {
	font-size: 3em;
	font-style: italic;
	color: #CCCCCC;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
}

h2 {
	margin-left: 20px;
	color: #999900;
	font-size: 1.375em;
	background: url(../images/other/date.gif) no-repeat;
	padding-top: 1px;
	padding-left: 5px;
	height: 26px;
}

h3 {
	margin-left: 20px;
	padding-left: 5px;
}

.heading_color {
	color: #CCCC99;
	font-style: normal;
}

blockquote {
	position: absolute;
	font-size: 1.6em;
	font-style: italic;
	color: #999999;
	background: url(../images/other/quotes.jpg) no-repeat;
	padding-top: 1px;
	padding-left: 10px;
	margin-top: 1px;
	top: 53px;
	left: -1px;
	width: 446px;
	height: 76px;
}

.quote_author {
	text-align: right;
	font-size: 0.7em;
	font-style: italic;
	color: #CCCC99;
	font-weight: bold;
	margin: 0px;
}

.date {
	font-size: 0.6em;
	color: #CCCCCC;
	
}

a:link {color: #999900}     /* unvisited link */
a:visited {color: #999900}  /* visited link */
a:hover {color: #993300}   /* mouse over link */
a:active {color: #999900}   /* selected link */
