body {
 font-family: Arial,sans-serif; color: #333333;
}

#master {
	width: 760px;
	margin: 5px auto
}
#top    {
	background-color: #D8BFDB;
	text-align: center;
}
#main   {float: left; width: 550px; paddding: 20px; }
#links   {float: right;  width: 200px; margin: 5px;}
#bottom {clear: both;  width: 750px;}

.table1 {
width:100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.table1 th{
width: 25%;
padding: 4px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.table1 td{
padding: 4px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

h3{
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-left: 7px solid #B92A2C;
    border-bottom: 1px dashed #B92A2C;
    font-size: 1.143em;
    font-weight: bold;
}