/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:1000px;/* for mozilla*/
	background-color: #666666;
	color: #666666;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;

}

.style16 {color: #FF9900}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#outer{
	height:100%;
	min-height:600px;
	width:998px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	color: #666666;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(../images/centred2bg.jpg) repeat-y center center;
	
	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:998px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:998px;
	height:100px;
	background: url(images/logo.png) repeat-y center center;
	border:1px solid #999;
	overflow:hidden;
	color: #999999;
	z-index:100;
	background-color: #999999;
}
#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	padding-top:132px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	padding-top:132px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:758px;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #666666;
	color: #666666;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:498px;
	float:left;
	padding-left: 300px;
	padding-top:25px;
	padding-bottom:32px;/* needed to make room for footer */
	
}
#centrecontent p {padding-left:3px}
#questioncontent {
	width:498px;
	float:left;
	padding-left:220px;
	padding-top:25px;
	padding-bottom:32px;/* needed to make room for footer */
	
}
#questioncontent p {padding-left:3px}
#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.thumb1 {
	float: left;
	width: 70px;
	border: 0px solid #cccccc;
	color: #000;
	background: #ffffff;
	margin: 0 15px 15px 0;
	padding-left: 30px;
	font-family: Verdana, sans-serif;
    font-size: x-small;

}


.thumb2 {
	float: left;
	width: 90px;
	border: 0px solid #cccccc;
	color: #000;
	background: #ffffff;
	margin: 0 10px 10px 0;
	padding-left: 0px;
	font-family: Verdana, sans-serif;
    font-size: x-small;
	
}

.thumb p { margin: 0; border:0; padding: 3px; color: #000; background: #ffffff; }

img.c12 {border:0;width:70px;height:70px}
img.specials {border:0;width:250px;height:80px; position: absolute; top: 222px; right: 743px; } 
img.link {border:0;}

