@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
}

body
{
	background-image:url(images/newimg_01.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	background-color:#e7e7e7;
}
a:link, a:visited {
	color: #68a15c; 
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #68a15c;	
	text-decoration: underline;
	font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

div, p,  table, td, th {
	font-family: Lucida Grande, Verdana,Helvetica,Arial,sans-serif;
	color: #333;
	line-height:130%;
}

h1 {
	font:"Arial Black", Gadget, sans-serif;
	font-size:22px;
	color:#68a15c;
}

h2 {
	font:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#68a15c;
}

.table
{line-height:150%;
font-size:14px;
}


#container
{
	width:780px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
}
	


#header
{
	float-left;
	background-image:url(images/newimg_03.jpg);
	background-repeat:no-repeat;
	height:74px;
	margin-top:15px;
}


#picture
{
	height:197px;
	background-image:url(images/newimg_06.jpg);
	background-repeat:no-repeat;
	margin-top:12px;
	border-left:#d0d0d0 1px solid;
	border-right:#d0d0d0 1px solid;
}

#nav
{
	height:41px;
	background-image:url(images/newimg_07.jpg);
	background-repeat:repeat-x;
	border-left:#d0d0d0 1px solid;
	border-right:#d0d0d0 1px solid;

	
}

#content
{
	width:738px;
	height:100%;
	padding:20px;
	background-color:#FFF;
	border-left:#d0d0d0 1px solid;
	border-right:#d0d0d0 1px solid;
	border-bottom:#d0d0d0 1px solid;
}

.image
{
	padding-left:20px;
}