html, body, #wrap
{
	font-family:calibri;
	min-width:768px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color:#fff;
}

body
{
	overflow-y:scroll;
}

#main
{
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}  /* must be same height as the footer */

#shadows
{
	position:fixed;
	width:1000px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
}

#shadow_left
{
	position:absolute;
	width:10px;
	top:-111px;
	left:-10px;
	bottom:0px;
	background-image:url('../images/design/shadow-left.png');
	background-repeat:repeat-y;
}

#shadow_right
{
	position:absolute;
	width:10px;
	top:-111px;
	right:-10px;
	bottom:0px;
	background-image:url('../images/design/shadow-right.png');
	background-repeat:repeat-y;
}

.clear{
	clear:both;
	margin:0; padding:0;
}
.center{
	text-align:center;
}
.bold{
	font-weight:bold;
}
.halfwidth{
	width:50%;
}
a{
	text-decoration:none;
	color:#0052a4;
}
a:visited{
	color:#0052a4;
}
a:hover{
	color:red;
}

a img{
	border:none;
}

