	/* bialdaleindex.com layout  */
		/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2007 3COG design and may not be reproduced. */

	/* props, as always, to Jeffrey Zeldman [www.zeldman.com], from whom the above, and so much more, was gleaned. is that irony? */ 

/*--------house rules--------*/

body {
background-color: #eaf3da;
margin: 0;
padding: 0;
border: 0;
margin: 0px;
}

a:link {color:#73be1e; text-decoration: none; background-color: transparent;}
a:visited {color:#73be1e; text-decoration: none; background-color: transparent;}
a:hover {color:#ba0000; text-decoration: underline; background-color: transparent;}
a:focus {color:#000; text-decoration: none; background-color: transparent;}


/*--------layout--------*/

#container{
position: absolute;
border: 0px solid #000;
left: 50%;
width: 650px;
height: 3000px;
margin-top: 0px;
margin-left: -325px;
background-color: #fff;
z-index: 0;
}

#mast{
position: relative;
top: 0px;
left: 250px;
border: 0px solid #000;
}

#header{
position: relative;
top: -65px;
left: 159px;
border: 0px solid #000;
font: 25px Minion, Baskerville, Garamond, Georgia, serif;
color: #333;
}

#nav{
position: relative;
top: 80px;
left: 0px;
width: 126px;
border: 0px solid #000;
font: 18px Minion, Baskerville, Garamond, Georgia, serif;
line-height: 22px;
color: #BA0000;
text-align: right;
}

#pics{
position: relative;
top: 20px;
left: 0px;
width: 640px;
border: 0px solid #000;
}


#body{
position: relative;
top: -69px;
left: 160px;
border: 0px solid #000;
font: 12px Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
line-height: 22px;
color: #000;
width: 442px;
}

#subNav{
position: relative;
top: 0px;
left: 159px;
border: 0px solid #000;
font: 12px Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
color: #000;
}

.header2{
border: 0px solid #b8b8b8;
font: 15px Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
color: #73be1e;
}

.credit {
border: 0px solid #b8b8b8;
font: 10px Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
color: #9e9e9e;
}


