body {
 background-color: #D3D3D3;
 background-image: url('images/eventures_mainback_01.jpg'); 
 background-repeat: repeat-x;
 margin: 0;
 padding: 0;

  font-family: verdana, arial, times, courier, sans-serif;
 font-weight: normal;
}

p
{
 font-size: 12px;
 margin: 0;
}

p.gray {
	color: #333;
	background-color: #e1dddd;
	padding: 6px;
	display: inline;
}

h1 {
 font-weight: normal;
 font-size: 22pt;
 margin: 0;
}

h2 {
 font-weight: normal;
 font-size: 14pt;
 margin: 0;
}

a:link {
	text-decoration:	none;
}

a:visited {
	text-decoration:	none;
	color: #666;
}

a:hover {
	text-decoration:	underline;	
}

a:active {
	text-decoration:	none;
}

p img {
	padding: 10px;
	border: 1px solid #333;
	background-color: #fff;
}