body
{
	font    : 67.5% "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	margin  : 0 10%;
	position: relative;
	padding : 0;
	background:url(../images/hearts.jpg) repeat;
	background:url(../images/dot_bg.png) repeat;
}

a {
	color: #575757;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#top {
	/*background: url(../images/top.png) no-repeat;*/
	background:url(../images/dot_bg_pink.png) repeat;
	padding:0px;
	margin :0px;
	border    : 1px solid #DFDFDF;
	min-height: 96px;
	height    : 96px;
}

#nav {
	color:#B7B7B7;
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #fff;
	border-bottom: 1px solid #BEBEBE;
	min-height: 25px;
	height: 25px;
	width: 100%;
	font-size: 120%;
	background:url(../images/dot_bg2.png) repeat;
}

#content {
	margin: 0 auto 0 auto;
	margin-top: 50px;	
	border: 4px solid #F3F3F3;
	background: #fff;
	width: 720px;
}
#content_inner {
	background : #F8F8F8;
	padding    : 0px;
	margin     : 0px;	
	border     : 1px solid #DFDFDF;		
	padding    : 15px;
	padding-top: 15px;	
	background : url(../images/dot_bg2.png) repeat;
}

#links {
	margin-top: 10px;
	font-size: 60%;
}
#links a {
	color: #575757;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}
/* Header */
#header
{
	padding: 10px;	
	background:url(../images/dot_bg2.png) repeat;
}
#header img {
	border: 4px solid #FFE1FF;
}
#header .caption {
	margin-top : 0px;
	font-size  : 130%;
	font-weight: bold;
}
/* Content */
/*#content { position : relative; }*/
.poem {
	font-style: italic;
	color     : #aaa;
	text-align: justify;
	width     : 35em;
}
.poem_hover {
	font-style: italic;
	color     : #000;
	text-align: justify;
	width     : 35em;	
}
.box_outer {
	border: 4px solid #F5F5F5;
	border: 4px solid #FFEAFF;
}
.box_inner {
	border : 1px solid #FFBFFF;
}
.service {
	font-size  : 110%;
	font-weight: bold;
}
.service_item {
	margin-left: 15px;
	border-left: 4px solid #FFC4FF;
	padding: 5px;
	padding-left: 15px;
}
.service_item_hover {
	margin-left: 15px;
	background:url(../images/dot_bg_pink.png) repeat;
	border-left: 4px solid #FFC4FF;
	padding: 5px;
	padding-left: 15px;
}
#tag_holder {
	height: 150px;
	text-align:center;
}
.tag1 {display:inline;}
.tag2 {display:inline;}
.tag3 {display:inline;}
.tag4 {display:inline;}
.tag1 a {
	color: #FF80FF;
	font-size: 140%;
	text-decoration: none;
}
.tag1 a:hover {
	color : #FF00FF;
	cursor: pointer;
}
.tag2 a {
	margin-top: 10px;
	color: #FF80FF;
	font-size: 170%;
	text-decoration: none;
}
.tag2 a:hover {
	color: #FF00FF;
	cursor: pointer;
}
.tag3 a {
	margin-top: 10px;
	color: #FF80FF;
	font-size: 200%;
	text-decoration: none;
}
.tag3 a:hover {
	color: #FF00FF;
	cursor: pointer;
}
.tag4 a {
	margin-top: 10px;
	color: #FF80FF;
	font-size: 100%;
	text-decoration: none;
}
.tag4 a:hover {
	color: #FF00FF;
	cursor: pointer;
}

#copy {
	margin: 0 auto 0 auto;
	width: 720px;
	color: #ccc;
}
#copy a {
	color: #ccc;
	text-decoration:none;
}
#copy a:hover {
	color: #000;
}