/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code/kbd too */
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img,div
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address,abbr */
address,abbr { font-style:normal }

/* more varnish stripping as necessary... */

*{
	font-size:100%;
}

/*div {outline:1px dashed red;}*/


body{
	font:100%/140% Palatino, Georgia, "Times New Roman", serif;
	text-align:center;
	background:url(images/bg.gif);    
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #EFEFEF;
	
}
#container {
	background-image:url(images/big_logo3.gif);
	background-repeat:no-repeat;
	background-position:290px -110px;
	width:770px;
	margin:0 auto;
	text-align:left;
	}
#big_logo {
	background-image:url(images/big_logo3.gif);
	background-repeat:no-repeat;
	background-position:290px 1px;
}
#top {
height:170px;
background-color:transparent;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:70px 20px;
}	
#strap {
font-size: 16px;
background-color:transparent;
margin-left:80px;
margin-bottom:10px;
}	
#menu {
margin-left:78px;
height:50px;
}
#main_content{
	width:370px;
	display:inline;
	float:left;
	margin-left:200px;
	background-color:transparent;
	margin-bottom:20px;
}
.redline {background-color:#aaa;
padding:3px;}
#main_gallery{
	width:610px;
	display:inline;
	float:left;
	margin-left:80px;
	background-color:transparent;
	margin-bottom:20px;
}

#main_content p{
margin-bottom:10px;
font:90%/140% Palatino, Georgia, "Times New Roman", serif;
}
#right{
	float:left;
	width:200px;
	margin-bottom:20px;	

}
#left{
	width:200px;
	float:left;
	margin-left:-770px;
	margin-bottom:20px;	
}

.pic {
	width:160px;
	height:160px;
	margin:0 auto 10px auto;
	border:3px solid white;
	}

#footer{
clear:both;
width:615px;
border-top:3px solid #666;
margin:0 auto;
}
#footer p{
font-size:12px;
text-align:center;
}
a {
color:#990000;
text-decoration:none;}
h2 {
margin-bottom:10px;
}
h3 {
margin-bottom:15px;
font-size:85%;
}
h4 {
font-size:75%;
}
