/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:1220px;/* for mozilla*/
	background-color: #fff;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}


#outer{
	height:100%;
	min-height:100%;
	width:1220px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(bg.png) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:755px;
	padding-left:40px;
	padding-right:40px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:958px;
	height:70px;
	background:#FF0000;
	border:1px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:190px;
	float:left;
	padding-left:10px;
	color:#FFFFFF;
	text-align:center;
	font-size:0.7em;
	padding-top:25px;
}
#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:344px;
	float:right;
	padding-right:28px;
	padding-top:0px;
	font-size:0.6em;
	text-align:center;
	overflow:hidden;
}

#footer {
	width:758px;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #FF8080;
	color: #000000;
	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:500px;
	float:right;
	padding-top:40px;
}
#centrecontent p {
	padding-left:3px;
	font-size:0.8em;
}

#centrecontent h1 {
	font-size: 17.5px;
}

#centrecontent ul li {
	font-size: 0.8em;
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

.menu{
	font-size:1.3em;
	line-height:1.4em;
}
.menu a{
	color:#FFFFFF;
}
.menu a:hover, a:active{
	color:#000000;
}

.square{
	width:10px;
	height:10px;
}

.contact{
	font-size:14px;
}

#outer #innerwrap #left p strong {
	color: #F00;
	font-size: 25px;
}
.red {
	font-size: 16px;
}
.redmiddel {
	font-size: 16px;
}
.speciallink {
}
#outer #innerwrap #left p strong .redmiddel .speciallink .speciallink {
	color: #F00;
}

