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



/* Theme */
/* general page elements */

a
{
	text-decoratio			n: none;
}
	a:link { color: #000000; }
	a:visited { color: #000000; }
	a:hover { color: #999999; }
	a:active { color: #999999; }

/* layout */

body {
	margin					: 0;
	BACKGROUND				: #f5f5f5  ; 
	font-family				: 'Trebuchet MS', Verdana, sans-serif;
	font-weight				: normal;
	font-size				: x-small;
	MARGIN-TOP				:10px;
	line-height				: 200%
}


#content {
	BACKGROUND				: #ffffff; 
	TEXT-ALIGN				: center; 
	PADDING-BOTTOM			: 30px; 
	PADDING-LEFT			: 30px; 
	PADDING-RIGHT			: 30px; 
	PADDING-TOP				: 30px;
	BORDER-TOP				: #eeeeee 15px solid; 
	BORDER-BOTTOM			: #eeeeee 15px solid; 
	BORDER-RIGHT			: #eeeeee 15px solid; 
	BORDER-LEFT				: #eeeeee 15px solid;
	width					:722px;
	position				:RELATIVE;
	MARGIN-LEFT				:AUTO;
	MARGIN-RIGHT			:AUTO
}


#content img{
	BACKGROUND				: #ffffff; 
	TEXT-ALIGN				: center; 
	MARGIN-LEFT				:AUTO;
	MARGIN-RIGHT			:AUTO;
		TEXT-DECORATION: none;
		    border-style:none

}



