/* This template was created by Eric Paljieg. Portions of this code may be copied and used on other sites. I ask that you please do not
copy the entire contents of the file as it will not benefit you in the least.*/

.title{
	margin-left:-5000px;
}

body{
	margin:0;
	text-align:center;
	height:100%;
	background:url(images/background.jpg) repeat-y top center;
	background-color:#EDEBEB;
}

#container{
	margin:auto;
	text-align:left;
	width:708px;
}

#content{
	font-family:Garamond;
	font-size:1em;
}

#flower{
	float:right;
	padding:0 15px 0 0;
}

#header{
	height:181px;
	background:url(images/header.jpg) no-repeat;
	margin-bottom:-1em;
}

#headere{
	height:17px;
	background:url(images/headere.jpg) no-repeat;
}

#headerp{
	height:17px;
	background:url(images/headerp.jpg) no-repeat;
}

#inner{
	margin:auto;
	width:548px;

}

#main{
	padding:0 0 0 20px;
	width:60%;
}

#main ul{
	list-style-image:url(images/bullet.jpg);
}

#nav li{
	display:inline;
	padding:0 5px 0 5px;
}

#nav ul{
	margin-left:40px;
}

#nav{
	background:#454545;
}

#nav a{
	color:#FFF;
	font-family:Palatino Linotype;
	font-weight:bold;
	text-decoration:none;
	padding:10px 10px 0 10px;
}

#nav a:hover{
	background:#C05980;
}


