body {
    background-color: #333;
    background-image: url(fcfs2.png);
    background-attachment: fixed;
    background-position: bottom left;
    background-repeat: no-repeat;
    font-family: Calibri, Arial;
    
}

a {
    text-decoration:  none;
    color: #ACF;
}

a:hover {
    text-decoration: underline;
}

em {
    font-style: normal;
    font-weight: bold;
}

#container {
    width: 600px;
   /* margin: auto; */
    position: relative;
    left: 300px;
}

#header {
    font-size: large; 
    text-align: right;
	       
}

#header h1 {
    text-align: right;
    color: #FFF;
    width: 100%;
    border-bottom: 1px dotted #fff;
}

#content {
    /*background-color: #555;
    border: 1px solid #999;*/
    color: #FFF;
}
#content .linkright {
    width:300px;
	float:left;
	height:25px;
   
}
#content .linkrighta {
    width:300px;
	float:right;
	height:25px;
   
}

#content h2 {
    /*background-color: #3af;
    padding-left: 10px;      */
    color: #acf; /* 3af*/
    border-bottom: 1px dotted #acf !important;
}

#content table tr th {
    text-align: left;
    font-size: larger;
    border-bottom: 1px solid #FFF;
    color: #fFF;
}

.table_header {
    border-bottom: 1px solid #FFF;
}

#content table tr td {
    border-bottom: 1px dotted #fff;
    color: #fff;
}

#content table td h3 {
    font-size: larger;
    font-size: larger;
    margin-bottom: 2px;
}

#content table td p {
    margin-top: 0px;
    font-size: small;
}

.cost {
    width: 15%;
}

#content_footer {
	margin-top: 25px;
	font-size: 9px;
	border-top: 1px solid #555;
	text-align: right;
	color: #fff;
}

.block {
    margin-bottom: 35px;
}
