/* CSS Document */


body {
	background:url('../img/body_bg.gif');
	background-repeat: repeat-x;
	background-color: #0F3157;

	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

	color: #B5D5EB;
}

#main {

}

#wrap {
padding: 40px 0 0 0;
}

#logo {
padding: 0 0 0 50px;
}

#content {
padding: 20px 0 0 122px;
}

#content a {
color:#B5D5EB;
text-decoration:none;
}

.style1 {
	color: #fff;
}

#footer {
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#4481AB;
padding: 30px 0 10px 135px; /*remove to use the absolute setting */
clear:both;
}

#footer a{
color:#4481AB;
text-decoration:none;
}

#footer a:hover
{
color:#A7C7DC;
text-decoration:none;
}

#nav {
float:left;
}

.box {
	width:360px;
	float:left;
	margin-left:50px;
	display:inline;
}

.box_txt {
margin:10px 0 10px 12px;
}

.box_txt2 {
margin:10px 0 10px 120px;
}

.heightFix {
height:auto !important;
}

table#lopezblows {
	background: url('../img/main_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
}
