#main #header
{
    text-align: center;
    margin-left: -75px;
}
#main #content
{
    margin-left: 68px;
}
#main .window
{
    float: left;
    vertical-align: top;
    text-align: center;
    width: 188px;
    height: 310px;
}
#main .window a
{
    display: block;
    text-decoration: none;
}
#main .window a:hover
{
    text-decoration: none;
}
#main .title
{
    font-size: x-large;
    font-weight: bold;
}
#main #homehtml
{
    clear: both;
    text-align: justify;
}

#main .scroll_container
{
	clear: both;
	margin: 0 auto;
	float: left;
	margin-bottom: 20px;
	width: 720px;
}

#main .scroll
{
	width: 343px;
	float: left;
	margin-left: 10px;
}

#main .scroll .title
{
	text-align: center;
}

#main .scroll .date
{
	text-align: center;
	margin-bottom: 10px;
}

#main .scroll .top
{
	margin-left: 23px;
	height: 35px;
	background-image: url(http://www.theprioryhalberton.co.uk/themes/priory/images/home/scroll_top.png);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
}

#main .scroll .top a
{
	text-decoration: none;
}

#main .scroll .top a:hover
{
	text-decoration: underline;
}

#main .scroll .middle
{
	margin-left: 23px;
	margin-right: 25px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 1px #ca9a18;
	border-right: solid 1px #ca9a18;
}

#main .scroll .bottom
{
	height: 28px;
	background-image: url(http://www.theprioryhalberton.co.uk/themes/priory/images/home/scroll_bottom.png);
	background-repeat: no-repeat;
}