html,body 
{
	background-color	:	#fbfbf6;
	color				:	#fbfbf6;
	height				:	100%;
	width				:	100%;
	margin				:	0;
	padding				:	0;
}

a:link 
{
	color              :   #6196b1;
	text-decoration    :   none;
	font-weight		   :   400;
}

a:visited 
{
	color              :   #4d7589;
	text-decoration    :   none;
	font-weight		   :   400;
}

a:hover 
{
	color              :   #6196b1;
	text-decoration    :   underline;
	font-weight		   :   400;
}

img 
{
	margin				:	0px;
	border				:	0px;
}





span.title
{
	font-size			:	18px;
}

span.titlesmall
{
	font-size			:	16px;
}

#header
{
	background-image	:	url(../images/header.gif);
	width				:	1003px;
	height				:	135px;
	text-align			:	left;
}

#descriptionbox
{
	background-color	:	#babcb2;
	width				:	943px;
	max-width			:	923px;
	position			:	relative;
	text-align			:	left;
	padding				:	10px;
	font-family			:	sans-serif, Helvetica, verdana;
	font-size			:	14px;
}

#imagebox
{
	background-color	:	#babcb2;
	width				:	235px;
	height				:	180px;
}

#imagecontent
{
	position			:	relative;
	text-align			:	center;
}

#spacerbox00
{
	width				:	1px;
	height				:	1px;
}

#spacerbox01
{
	height				:	15px;
}

#spacerbox02
{
	height				:	22px;
}

#photo
{
	position			:	relative;
	float				:	right;
	margin				:	-13px 10px 0px 10px; 
}

#emailfield
{
	padding				:	2px;
	width				:	450px;
	height				:	22px;
	border				:	0px;
	background-image	:	url(../images/emailfield.gif);
	background-repeat	:	no-repeat;
	background-color	:	#fbfbf6;
	font-family			:	sans-serif, Helvetica, verdana;
	font-size			:	12px;
	color				:	#50514d;

}

#emailtextarea
{
	padding				:	2px;
	width				:	450px;
	height				:	200px;
	border				:	0px;
	background-image	:	url(../images/emailtextarea.gif);
	background-repeat	:	no-repeat;
	background-color	:	#fbfbf6;
	font-family			:	sans-serif, Helvetica, verdana;
	font-size			:	12px;
	color				:	#50514d;
}

#emailbutton
{
	position			:	relative;
	left				:	330px;
	top					:	-5px;
	border				:	0px;
	background-image	:	url(../images/emailbutton.gif);
	background-repeat	:	no-repeat;
	width				:	120px;
	height				:	22px;
	cursor				:	pointer;
}