/* CSS Document */

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #BCC658;
	color:#C15BA2;
	width: 400px;
	text-align: center;
	margin: 0px;
}
a:link{
	color: #C15BA2;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #D8ABCC;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #F2A433;
	text-decoration: none;
	font-weight: bold;
}

#container{
	background: #FFFFFF url(images/border-sides.gif) top center repeat-y;
	width: 616px;
	text-align: left;
	margin-left: 100px;
	margin-top: 30px;
}
#header h1.title{
	background: url(images/border-top.gif) top center no-repeat;
	text-indent: -5000px;
	height: 20px;
}

#header h2.subtitle{
	background: url(images/title.gif) top center no-repeat;
	height: 94px;
	margin-left: 20px;
	margin-top: 120px;
	text-indent: -5000px;
}

#menu{
	width: 150px;
	float: left;
	margin-left: 50px;
}
#menu ul{
	list-style-type: none;
	font-size: .8em;
	line-height: 1.7em;
	font-weight: bold;
	text-align: right;
}
#content{
	border-left: #E29C2B solid 2px;
	width: 320px;
	margin-left: 230px;
	margin-right: 0px;
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: .9em;
}
#content h1 {
	font-size: 1em;
	font-weight: bold;
}
.quote {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color:#660066;
	font-variant: small-caps;
}
#footer{
	clear: both;
	background: url(images/border-bottom.gif) bottom center no-repeat;
	padding-bottom: 40px;
	padding-top: 10px;
	margin-bottom: 0px;
	font-size: .8em;
	text-align: center;
}
#cakeimage{
	background: url(images/cake.gif) top left no-repeat;
	width: 108px;
	height: 157px;
	position: absolute;
	top: 65px;
	left: 200px;
}

/* Form stuff */

#name, #email, #howfound {
	width: 250px;
}
#message {
	width: 250px;
	height: 100px;
}
.warning {
	font-weight: bold;
	color: #FF9900;
}
.thumb {
	padding: 5px;
	margin: 8px;
	border: solid 1px #ADB540;
}