html{
     background:url('img/background_bottom.gif') bottom fixed repeat-x;
}
body{
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    margin-bottom:0px;
    font-family:verdana,arial,sans-serif;
    font-size:12px;
    color:#383530;
    background-color:#FFFFFF;
    background:url('img/background_top.gif') top fixed repeat-x;
}
a{
    color:#a8225e;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
    color:#a8225e;
}
a.menu{
    font-family:verdana,arial,sans-serif;
    font-size:12px;
    color:#a4998e;
    text-decoration:none;
}
a.menu:hover{
	color:#a8225e;
    text-decoration:underline;
}
img{
	border-style:none;
}
h1{
    font-size:16px;
    font-weight:bold;
}
h2{
	margin:40px 0 0 0;
    font-size:14px;
    font-weight:bold;
}
p.eventdetail_date{
	margin:0;
	font-size:10px;
	font-style:italic;
}
a.event_date{
	line-height:13px;
	font-family:verdana,arial,sans-serif;
    font-size:12px;
    color:#f3dca0;
    text-decoration:none;
}
a.event_date:hover{
    line-height:13px;
    font-family:verdana,arial,sans-serif;
    font-size:12px;
    color:#f3dca0;
    text-decoration:underline;
}
a.event_title{
    line-height:13px;
    font-family:verdana,arial,sans-serif;
    font-size:12px;
    color:#d2c2be;
    text-decoration:none;
}
a.event_title:hover{
    line-height:13px;
    font-family:verdana,arial,sans-serif;
    font-size:12px;
    color:#d2c2be;
    text-decoration:underline;
}
.product_title{
	margin:0;
    font-family:verdana,arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
    color:#a9a8a8;
}
.product_text{
    margin:0;
    font-family:verdana,arial,sans-serif;
    font-size:10px;
    text-decoration:none;
    color:#bcb4b2;
}
p.form_mail{
    margin:10px 0 0 0;
    font-size:12px;
    font-weight:bold;
    vertical-align:top;
    width:90px;
    float:left;
}
input.mail{
    position:relative;
    top:10px;
	background-color:#f7efe7;
	border-style:solid;
	border-width:1px;
	border-color:#a8225e;
	color:#383530;
	display:block;
	width:230px;
}
textarea.mail{
	margin:10px 0 0 0;
    background-color:#f7efe7;
    border-style:ridge;
    border-color:#a8225e;
    border-width:1px;
    color:#383530;
    display:block;
    width:290px;
    height:90px;
}
input.submit{
	margin:10px 0 0 90px;
	border-style:solid;
	border-width:1px;
	border-color:#a8225e;
	background-color:#a8225e;
    color:#FFFFFF;
    height:25px;
    width:90px;
}
