body
{
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 80%;
	background: #4DA20F;
	color: #000;
	height: 100%;
  height:100%;
  width:100%;
  margin: 2px 0 2px 2px;
}

#wrap
{
	float: left;
	width: 1000px;
	height: 700px;
}

#column1
{
	width: 350px;
	height: 1005px;
	float: left;
	background: #fff;
}

#column2
{
	width: 650px;
	height: 1005px;
	background: #fff;
	float: left;
}

#menu
{
	padding: 20px 10px 20px 10px;
}

#content
{

}

#content_padding
{
	padding: 20px;
	height: 905px;
}

#column2 h1
{
	font-size: 120%;
	color: #4DA20F;
}

#column2 h2
{
	font-size: 100%;
	color: #4DA20F;
}

/* --- LINKS --- */

a:link, a:visited 
{
	color: #4DA20F;
	text-decoration: underline;
}

a:hover, a:active 
{
	color: #f00;
	text-decoration: none;
}

a.picture:link, a.picture:visited, a.picture:hover, a.picture:active 
{
    text-decoration: none;
}

a img 
{
    border: 0;
    text-decoration: none;
}

/* --- CONTENT BORDERS --- */

.l 
{
	background-image: url(./images/left_new.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.r
{
	background-image: url(./images/right_new.gif);
	background-position: 100% 100%;
	background-repeat: repeat-y;
}

.t
{
	background-image: url(./images/top_new.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.b
{
	background-image: url(./images/bottom_new.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
}

.tl
{
	background-image: url(./images/tl_new.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.tr
{
	background-image: url(./images/tr_new.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.bl
{
	background-image: url(./images/bl_new.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.br
{
	background-image: url(./images/br_new.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}