/* apeptico _styles.css */
/* rot: #e60000;
/* #### general */
* {
 margin:0;
 padding:0;
}
body {
 font-family:Verdana,Arial,sans-serif;
 font-size:76%;
 color:#333;
 background:#f7f8f9;
}
a {
 color:#333;
}
a:hover {
 text-decoration:none;
}
p {
 padding-bottom:12px;
} 
img#print_head {
 display:none;
}
p#print_foot {
 display:none;
}
/* #### main */
div#main {
 width:828px;
 margin:0 auto;
 background:url(_images/main_bgrnd.jpg) repeat-y #fff;
}
/* #### h1 */
h1 {
 text-indent:-5000px;
 height:204px;
 background:url(_images/h1_bgrnd.jpg) no-repeat #fff;
}
/* #### content */
div#content {
 padding:30px 44px 94px 44px;
 background:url(_images/content_bgrnd.jpg) no-repeat left bottom;
}
div#content img {
 float:left;
 margin:0 20px 20px 0;
}
div#content h2 {
 color:#e60000;
 font-size:1.3em;
 padding:3px 0 15px 0;
}
div#content em {
 font-style:normal;
 font-weight:bold;
}
div#content address {
 clear:both;
 font-style:normal;
 line-height:130%;
 background:url(_images/adr_bgrndpic.jpg) no-repeat right bottom;
}
div#content address strong {
 padding:7px 0 7px 0;
 display:block;
 color:#e60000;
 font-size:1.2em;
}






