body {
	text-align: center;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#container {

	width: 768px;
	text-align: left; /* IE hack */
}

#coffeebreak {
	background: url(images/coffeebreak.gif) no-repeat;
	margin-left: -213px; /* Negative margin to push the curve out, while hugging the side */
	width: 213px;
	height: 415px;
	float: left;
	
	/* IE FIX*/
	position:relative;
	margin-right:-213px;
	margin-bottom:-415px;
}


#container {
	background: url(images/border.gif) repeat-y;
	
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 197px;
	background: url(images/header.gif) no-repeat;
}

#centre {
	background: url(images/content.gif) no-repeat;
	min-height: 218px;
}

/*Ie Fix - this only renders in Ie */
/*\*/
*html #centre {
	height: 218px;
}
/**/

#footer {
	height: 22px;
	background: url(images/footer.gif) no-repeat 0 bottom;
	clear: both;
	font-size: 10pt;
}

#content {
	min-height: 218px;
}


/* Top Menu */
#topmenu {
	float: left;
	margin-top: 166px;
	margin-left: 50px;
}

#topmenu li {
	float: left;

	list-style-type: none;
}

#topmenu li a {
	display: block;
	
	/*padding-left: 10px;
	padding-right: 10px;*/
	padding-top: 6px;
	padding-bottom: 6px;
	
	width: 110px;
	
	text-align: center;
	text-decoration: none;
	
	color: white;
	
}

#topmenu li a:hover {
	/*background-color: rgba(255,255,255,0.13); Alpha not supported in firefox, using equivalent colour below*/
	background-color: #e3313e;
}

#content  {
	float: left;
	width: 540px;
}

#leftsidebar {
	float: left;
	width: 200px;
	font-weight: normal;
	font-style: normal;
}

.contentItem {
	/*border: solid;*/
	list-style-type: disc;
	
	padding: 10px;	
}

.contentheading {
	font-weight: bold;
	color:#cc3333;
}

#content a {
	text-decoration: underline;
	color: black;
}

#content a:hover {
	color:#cc3333;
}

#icons {
	padding-left: 35px;
	padding-right: 25px;

	

}

.icon {
	padding: 10px;
	border-style: none;
}


/* Footer Menu */
#footer ul {
	text-decoration: none;
}

#footer ul li {
	float: left;
	list-style-type: none;
	padding-left: 10px;
}

#footer a {
	color: black;
}

#footer a:hover {
	color:#cc3333;
}

/* Curved corners */
.contentItem {
display:block; 
border:0 solid #444; 
border-width:0 1px; 
height:auto;
}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background: white; border-left:1px solid black; border-right:1px solid black;}
.xb1 {margin:0 5px; background: black;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xtop {
	margin-top: 10px;
}