@import "reset.css";
#container {
width:900px;
margin:0 auto;
}

#header {
width: 900px;
height: 100px;
position: relative;
background-image: url(images/casaheader2.jpg);
}
/*Top Navigation*/
#navbartop {
width: 900px;
height: 30px;
position: relative;
background-color: #99CCCC;
border-bottom: 1px solid black;
}
.navlinks {
position:absolute;top:5px;left:285px;
}
.navlinks li {
display:inline;
list-style-type:none;
margin: 0px 18px 0px 0px; 
}
.navlinks a {
color:#FFFFFF;
text-align:center;
/*following padding, compromise between ie and ff*/
padding: 6px 12px 8px;
text-decoration:none;
font-size: 14px;
font-family: verdana;
}
.navlinks a:hover,a:active {background-image: url(images/BGhover.jpg);}

/*Bottom Navigation*/
#navbarbot {
width: 900px;
height: 30px;
position: relative;
background-color: #99CCCC;
border-top: 1px solid black;
}
.navlinksbot{
position:absolute;top:4px;left:300px;
}
.navlinksbot li {
display:inline;
list-style-type:none;
margin: 0px 18px 0px 0px; 
}
.navlinksbot a {
color:black;
text-align:center;
padding: 7px 12px 7px;
font-size: 10px;
font-family: verdana;
}

/*LR Columns
Note to increase page length, increase the height value here and also in the body
section (subtract 20px in the body section)*/
#leftcol {
float: left;
width: 140px;
height: 720px;
font-size: 80%;
color:white;
line-height:175%;
background-color: #3366CC;
border-right: 1px solid #694717;
}
#rightcol {
float: right;
width: 140px;
height: 720px;
font-size: 80%;
color:white;
line-height:175%;
background-color: #3366CC;
border-left: 1px solid #694717;
}
.colbox {
margin:auto;
margin-top:20px;
margin-bottom:20px;
padding-bottom:10px;
width: 135px;
background-color:black;
border:1px solid red;
} 
#leftcol a,#rightcol a{
color:white;
margin-left:7px;
}

/*Main Section*/
#body {
margin: auto;
width: 600px;
/*height seems to be req. tried same as L R Navs but needed to reduce by 20px*/
height: 700px;
padding: 10px 0px 0px 10px;
}
.bodybox {
margin-left:20px;
line-height:150%;
width: 520px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}
#leftcol p,#rightcol p {
margin-left:7px;
}
span{font-weight:bold; }

h2 {
font-size:125%;
color:blue;
margin-top:10px;
margin-bottom:5px;
}


