/* v1.0 | 20080212 CSS RESET By Eric Myers*/
/* Start CSS Reset*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS Reset*/


/** {
border:1px solid red !important;
}*/

html{
	font-size: 100.01%;	
	height:100%;
	/*background: url(../images/bg.jpg) repeat-x 50% 100%;
background-attachment: fixed;*/
}

img{border:0;}	

body{
	margin: 0;

	
	height: 100%;
/*background: url(../images/contentbg.gif) repeat-y center;*/
background-color:#ffffff;
	color:#666666;
	font-family: Arial, sans-serif;
	font-size:12px;
}
#page{
	position: relative;	
	height:100%;
	min-height: 100%;
	background: url(pop_bg_w500.jpg) repeat-y;
}

h1{
	color:#FF0000;
}

strong{
	color:#FF0000;
}


#main{
	margin: 0 auto;
	width: 100%px;
	

	
}
#header{
	background-color:#FFFFFF;
	height: 129px;
	overflow: hidden;
}

.title{
	height:20px;
	overflow:hidden;
	background: url(popheadbg_w500.gif) no-repeat;
	font-size:12px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:2px;
	margin-bottom:2px;
	clear:both;
	padding-left:10px;
	padding-top:2px;
}


.logo{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(linbrookelogo.gif) no-repeat;
	height: 80px;
	width: 192px;
	margin: 20px 0 10px 10px;
	float: left;
}



#content{
	clear:both;
	overflow: hidden;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	color:#000000;
	text-align: justify;
}

#content p{
	margin: 0 0 20px 0;
}

* html #content{
	height:1%;
	overflow:visible;
}




