/*Nineteen to the dozen Ltd */
/*Author: Douglas Kirkpatrick */
/* Date: 14th July 2008 */
/* CSS Reset from Eric Meyer http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ */

body{font-size:62.5%;}
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: 1em;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	color:#333;
	font-family: Arial ,Helvetica,"Trebuchet MS", sans-serif; 
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
a{text-decoration:none;}
h1,h1 span,h2,h3,h4,h5,h6{font-weight:bold;color:#677b7b;font-family:Tahoma;}

/********  Holding Page  *********/
#holdingWrap{width:100%;}
#holdingWrap {width:750px;margin:auto;position:relative;}
#holdingWrap p{text-align:left;font-size:1.25em;line-height:1.5em;margin-top:20px;margin-bottom:20px;}
#holdingWrap img{margin-top:3em;}
#holdingWrap a{padding:5px;border:1px dotted #333;}
#holdingWrap a:hover{border:1px solid #333;}
#holdingWrap ul{text-align:center;width:80%; border:1px solid silver;padding:10px 10px  10px 30px;list-style-type:disc;}
#holdingWrap ul li{margin:4px 0 4px 0;font-size:1em;}
#center{text-align:center;margin-left, margin-right:auto;}