/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

/* Wrapper */

#wrapper_guestbook {
	width: 760px;
	margin: 0;
}
p{
	margin-bottom: 2em;
	line-height: 1.6em;
}
/* Column Two */

#guestbook {
	float: left;
	width: 480px;
}

#guestbook .boxed {
	margin-bottom: 10px;
}

#guestbook .boxed .title_wm {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(../images/bg_red.jpg) repeat-x;
	border-right: 1px solid #b42131;
	border-left: 1px solid #b42131;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #181818;
	font-family: verdana;
}

#guestbook .boxed .content_wm {
	padding: 19px 19px 0 19px;
	border: 1px solid #b42131;
	border-top: none;
	font-family: verdana;
	font-size: 11px;
	background: #b42131 url(../images/wm_bg.gif) repeat-x;
	color: #FFF;
	min-height: 80px;
	height: auto;
}
#guestbook .boxed .title_m {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(../images/bg_blue.jpg) repeat-x;
	border-right: 1px solid #15a4d0;
	border-left: 1px solid #15a4d0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #181818;
	font-family: verdana;
}

#guestbook .boxed .content_m{
	padding: 19px 19px 0 19px;
	border: 1px solid #15a4d0;
	border-top: none;
	font-family: verdana;
	font-size: 11px;
	background: #15a4d0 url(../images/male_bg.gif) repeat-x;
	color: #FFF;
	min-height: 80px;
	height: auto;
}
#guestbook .boxed .title_w{
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(../images/bg_rose.jpg) repeat-x;
	border-right: 1px solid #d957af;
	border-left: 1px solid #d957af;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #181818;
	font-family: verdana;
}

#guestbook .boxed .content_w{
	padding: 19px 19px 0 19px;
	border: 1px solid #d957af;
	border-top: none;
	font-family: verdana;
	font-size: 11px;
	background:#d957af url(../images/female_bg.gif) repeat-x;
	color: #FFF;
	min-height: 80px;
	height: auto;
}
.g_date {
	display: block;
	float: right;
	width: 69px;
	height: 64px;
	margin-top: 0px;
	background: black url(../images/date.gif) no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin-right: 0px;
}

.month {
	display: block;
	height: 16px;
	padding: 1px 0 0 0;
	background: black url(../images/date.gif) no-repeat;
	color: #FFFFFF;
}

.day {
	height: 47px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}
.bottom{
	border-top: 1px dotted #FFF;
	font-family: verdana;
	font-size: 10px;
	padding-top: 5px;
	text-align: right;
	margin-top: 1px;
}
.bottom a:hover{
   	color: #FFF;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.bottom a{
   	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}


