body {
	background: #CACACA url(images/fondo_fantasma.gif) repeat;
	font-family: "Trebuchet MS", Verdana, serif
}
#container {
	margin: 0 auto;
	width: 750px
}
#header {
    background: #fff;
	width: 100%;
	border:1px solid #A40008;
	font-size:2em;

}
img {
    border:0px;
}
#sub_header {
	text-align: right;
    background: #A40008;
    color: #fff;
	font-weight: bold;
	font-size: 20px;
	color: red;
}
#sub_header a {
    color: #fff;
}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF url('images/background_content.gif');
	background-repeat: repeat-y
} 
#main_content_top {
	height: 30px;
	background: #FFFFFF url('images/background_top.gif');
} 
#main_content_bottom {
	height: 30px;
	background: #FFFFFF url('images/background_bottom.gif');
}
#footer {
    background: #a40008;
	text-align: center;
	font-size: 12px;
}
#footer a {
    color: #fff;
}
.content {
	float: left;
	font-size: 12px;
	padding-left:5px;
	padding-right:5px;
}
.content a {
}
#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #A40008
}
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
a {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: underline
}
