@charset "utf-8";
/* CSS Document */


body	{
font-size: 13px;
font-family: Arial,Helvetica,sans-serif;
color:#2D3A44;
}

      A:link {text-decoration:none;color: #263F18}
      A:visited {text-decoration: none;color: #263F18}
      A:active {text-decoration: none;color: #2D3A44}
      A:hover {text-decoration: underline;color: #004000}


#container	{
margin:auto;
width:900px;

}

#header	{
height:113px;
background-color:#5D8C43;
background:url(../images/exhibit.jpg) top left no-repeat;
}


#subheader	{
margin:0;
padding:0;
height:60px;
background-image:url(../images/xmas09/pinkgradbottom.jpg);
background-repeat:repeat;
}

#subheader h3	{
margin:0;
padding-top:20px;
text-align:center;
}

#contentwrapper	{
margin:auto;
position:relative;
width:900px;

}

#leftcolumn	{
float:left;
width:450px;
}

#rightcolumn	{
float:left;
width:450px;
}

.cell	{
width:450px;
height:300px;
margin-bottom:30px;
}
.cell h1, p	{
padding:10px;
}
#rightcolumn h1,#rightcolumn p	{
margin-left:40px;
}

.cellpic	{
float:right;
margin:10px;
}


#footer	{
clear:both;
height:60px;
}


