/* CSS Document */

body{
	font-family:"Arial";
	font-size:12px;
	color: #FFFFFF;
	background-color: #3b0c0c;
}

img{
	border:none;
}

a {
	text-decoration:none;
	color:#ACACAC;
}

a:hover {
	color:#FFFFFF;
	}
	
.menusito {
	font-size:14px;
	padding-left:15px;
}

#Main {
	background-color:#670303;
	height:385px;
}

h3 {
	font-size:14px;
}

h2 {
	font-weight:normal;
	font-size:18px;
	letter-spacing:3px;
}

.maintext {
	line-height:300%;
	font-size:14px;
}

.maintext2 {
	line-height:150%;
	font-size:14px;
}