/*-----------------------------*/
/*	Standard Elements          */
/*-----------------------------*/
html, body {
	margin		: 0;
	padding		: 0;
	font-size	: 11pt;
	font-family	: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color 		: black;
}

#wrapper {
	min-height 			: 100%;
	height 				: auto !important;
	height 				: 100%;
	height 				: 100%;
	background			: url(../gfx/footerbg.jpg);
}

/* Headers */
h1 {font-size:18pt;font-weight:normal;color:#442574;}
h2 {font-size:16pt;font-weight:normal;color:#442574;}
h3 {font-size:15pt;font-weight:normal;color:#442574;}
h4 {font-size:14pt;font-weight:normal;color:#442574;}
h5 {font-size:13pt;font-weight:normal;color:#442574;}

/* Links */
a:link, a:visited {
	color				: #c30140;
	background			: transparent;
	font-weight			: bold;
	text-decoration		: underline;
	}

/*-----------------------------*/
/*	Hidden Elements            */
/*-----------------------------*/
#top_menu, #rotator, .order_box, #right_column, #left_column, .bannerwrapper,
#top_menu ul li, #top_menu #search, .pollwrapper, .reactionwrapper, 
.mediasharing, .ShowForm, .video, input, label, #footer_wrapper ul li  {
	display:none;
}

/*-----------------------------*/
/*	Printed Elements           */
/*-----------------------------*/
/* Header */
#header_wrapper_large {
	display				: list-item;
	list-style-image	: url(../gfx/Purple/header.jpg);
	list-style-position	: inside;
	letter-spacing		: -1000em;
	font-size			: 1pt;
	color				: #fff;	
}

/* Footer */
#footer_wrapper {
	display				: list-item;
	list-style-image	: url(../gfx/print_footer.jpg);
	height 				: 45px;
}
			
