body { font-family: Helvetica, Arial, sans-serif; }
#bg_grid {
    background-image: url("../images/background_grid.gif");
    background-repeat: repeat;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}
#maincontent {
	position: absolute;
	top: 300px;
	left: 0;
	z-index: 50;
	width: 100%;
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	}
#box {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	}
#logo {
    position:relative;
    top: -10px;
    left: -20px;
    z-index: 10;
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
    margin: 0px;
	padding: 0px;
    background-image: url("../images/logocasanova2013.png");
    background-repeat: no-repeat;
    display: inline-block;
}
#main {
    float right;
    width: 680px;
	margin: 0;
	padding: 0px;
    display: inline-block;
}
h1 {
	margin-top: 12px;
    margin-bottom: 5px;
	font-size: 50px;
	text-align: left;
	line-height: 54px;
	font-weight: normal;
	font-family: Georgia,serif;
	color: #222;
	}

h2 {
	margin-top: 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	font-family: Georgia,serif;
	color: #666;
	}
p {
	margin-top: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-family: Arial,serif;
	color: #666;
	}
a {
	text-decoration: none;
	outline: none;
	color: #C52D08;
	}

a:hover {
		text-decoration: underline;
}
