/* Start of CMSMS style sheet 'benjaminstyles' */
html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	background: #010830;
}



div#Table_01 {
	position: absolute;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 550px;         /* required - desired height */
	width: 651px;          /* required - desired width */
      	left: 50%;
    	top: 50%;
       	margin-left: -325px; /* half of width */
      	margin-top: -270px;  /* half of height */
}


td	{
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	background: #010830;

}



a{
	color: #ffffff;
	text-decoration: underline;

	}

a:hover{
	
	text-decoration: none;
	}




.sub{
	font-size: 10px;
	color: #dddddd;
	text-decoration: none;

	}


.sublink{
	font-size: 10px;
	color: #dddddd;
	text-decoration: underline;

	}


.sublink:hover{
	color: #ffffff;
	text-decoration: none;

	}



.heading{
	font-family: arial;
	font-size: 20px;
	color: white;
        text-decoration: underline;
        padding-bottom: 12px;
	}




#indexmaster-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:650px;
	height:328px;
}

#indexmaster-02 {
	position:absolute;
	left:0px;
	top:328px;
	width:410px;
	height:272px;
}

#indexmaster-03 {
	position:absolute;
	left:410px;
	top:328px;
	width:240px;
	height:50px;
}

#indexmaster-04 {
	position:absolute;
	left:410px;
	top:378px;
	width:240px;
	height:50px;
}

#indexmaster-05 {
	position:absolute;
	left:410px;
	top:428px;
	width:240px;
	height:50px;
}

#indexmaster-06 {
	position:absolute;
	left:410px;
	top:478px;
	width:240px;
	height:51px;
}

#indexmaster-07 {
	position:absolute;
	left:410px;
	top:529px;
	width:240px;
	height:50px;
}

#indexmaster-08 {
	position:absolute;
	left:410px;
	top:579px;
	width:240px;
	height:21px;
}










#picright	{
	float: right;
	padding: 0px 0px 5px 10px;
	font-size: 0.85em;
	text-align: center;
	}

#picleftpanel {
	font-size: 0.85em;
	text-align: center;
	position: absolute;
	left: 10px;
}


#picleft	{
	float: left;
	padding: 0px 10px 5px 0px;
	font-size: 0.85em;
	text-align: center;
	}

#pad	{
	position: relative;
	text-align:left;
	padding: 7px 10px 0px 10px;
	width: 580px;
	height: 443px;
	}

#picright img,  #picleft img	{
	margin-bottom: 4px;
	}

#top {
	width: 650px;
	height: 32px;
	background: url('http://www.benjamintill.com/top.png');
	margin: 0px auto 0px auto;
}

#newswrapper {
	width: 650px;
        height: 500px;
        background: url('http://www.benjamintill.com/edges.png') repeat-y;
	margin: 0px auto 0px auto;
}

#newsinner {
	position: relative;
	width: 620px;
	height: 430px;
	overflow: auto;
	margin: auto;
}

.scroll {
overflow:auto;
position: absolute; 
}

.scrollinner {
padding-right:10px;
padding-left: 10px;
}

.clear {
clear: both;
}

#newsinner img{
border: 1px solid black;
}

p{
margin: 0;
padding: 0;
}
/* End of 'benjaminstyles' */

