/*
caroline browne: framework styles
*/

img{
	border: 0; padding: 0;
}
body {
	background-color: #493E2E;
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
}
#container{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0px;
	position: relative;
	width: 772px;
	background: url(../images/pattern.gif);
	background-repeat: repeat;
	

}
.content{
	display:block;
	height:100%;
	background-color:#FFFFFF;
	margin: 0px 30px 0px 30px; 
	padding: 0;
	font-size: 70%
}
.content .leftColumn{
	float: left;
	margin: 0; padding: 0;
	width: 170px;
}
.content .leftColumn ul{
	margin: 165px 0px 0px 20px; padding: 0;
}
.content .leftColumn ul li{
	margin: 0; padding: 0;
	list-style: none;
}
.content .rightColumn{
	float: right;
	margin: 0; padding: 0;
	width: 540px;
}
#header{
	position: absolute;
	width: 510px; height: 170px;
	background: #79C4D8 url(../images/header_bg.gif) bottom right no-repeat;
	left: 200px; top: -10px;
}
#abstract{
	position: absolute;
	width: 510px; height: 175px;
	background: #BFE8EF;
	left: 200px; top: 170px;
}
.footer{
	background: url(../images/footer_border.gif) repeat-y;
	margin: 0px 0px 0px 30px; padding: 0px;
	height: 30px;
}
.clearFloats{
	clear: both;
	height: 0px;
}
/* hr */
hr{
	display: none;
}
.divide{
	width: 480px; height: 36px;
	padding: 0;
}
.wrapper{
	margin: 0; padding: 0;
}
a{
	color: #0099CC;
	text-decoration: none;
}
a:hover{
	color: #0099CC;
	text-decoration: underline;
}
a.white{
	color: white;
	text-decoration: none;
}
a.white:hover{
	color: white;
	text-decoration: underline;
}
.TextRedBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #900;
}

