/***** Simon Cooper *****/

body{
	font-family: tahoma, "trebuchet ms", san serif;
	background-color: #FFF;
	color: #333333;
	margin-top: 40px;
}

a:link {
	color: #651566; 
	text-decoration: underline; 
}

a:visited {
	color: #CCCCCC; 
	text-decoration: underline; 
}

a:hover {
	color: #FFF; 
	text-decoration: bold;
	background: #651566; 
}

a:active {
	color: #FF9900; 
	text-decoration: bold;
}


h1 {
	font-size:1.2em;
	color:#651566
}


p {
	font-size:0.8em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}



#irisbugfix {
	position:relative;
	position: top
}

#pageWrapper {
	border:1px solid #ffffff;
	text-align: center;
}


div#outer {
	margin-left:auto;
	margin-right:auto;
	text-align:centre;
	padding-top: 40px;
	padding-bottom: 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 700px;
	min-height: 350px;
	height:auto !important;
	height: 350px;
}

/* height for ie */


html>body #outer{
	height:auto;
}

div#menu{
	margin: 0 0 15px 0;
	background-color:#FFFFFF;
	text-align: center;
}

div#left{
	float: left;
	width: 350px;
	text-align: center;
} 

div#bottom{
	float: bottom;
	margin-top: 210px;
} 

div#right{
	margin: 0;
	float: left;
	width: 350px;
	height: 1% /* hack */

}


#footer{
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #651566;
	clear:both;
	font-family: verdana,tahoma,Trebuchet MS,Arial,san-serif;
	font-size:0.7em;
	color: #FFFFFF;
	text-align: center;

	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

/*FIXES SECTION*/

/*:focus /*removes dotted links specifically for FF*/
/*{
/*  -moz-outline-style: none;
/*}

/*fix to clear floated divs*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*...end fix to clear floated divs*/

/*EOF*/
 

