/* Studio AB • Graphic Design • Truro, Cornwall */

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-family: Courier New, Courier, Georgia, Arial, sans-serif;
font-size: 12px;
line-height: 15px;
color: #000000;
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 252px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #fff;
}

#maincontent{
position: fixed;
top: 0; 
left: 252px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.innertube2{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
width: 800px;
}

* html body{ /*IE6 hack*/
padding: 0 0 0 252px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}


h1 {

}

/* LINK STYLES */

a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #ff256c;
	text-decoration: none;
}

#menu {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
	clear:both;
	background: #fff;
}

#studioablogo a {
	float: left;
	background: url(images/logo.gif) 0 0 no-repeat;
	height: 172px;		
	width: 172px;
	margin-left: 40px;
	margin-bottom: 40px;
	margin-top: 25px;
	text-indent: -9000px;	
	overflow: hidden;
}


#abloglogo a {
	float: left;
	background: url(images/logo_blog.gif) 0 0 no-repeat;
	height: 172px;		
	width: 172px;
	margin-left: 40px;
	margin-bottom: 40px;
	margin-top: 25px;
	text-indent: -9000px;	
	overflow: hidden;
}

.blogdate {
	color: #808080;
}

.bloglink {
	color: #ff256c;
}

.bloglink:hover {
	color: #000000;
	text-decoration: none;
}

.selected {
	color: #ff256c;
}

.textblock2 {
	display: block;
	float: left;
	margin-top: 253px;
	width: 185px;
	background: #fff;
}

.textblock3 {
	display: block;
	float: left;
	width: 185px;
	margin: 0 25px 0 0;
	background: #fff;
}

.spacerblock {
	display: block;
	float: left;
    height: 253px;
	background: #fff;
	width: 600px;
}

.imageblock2 {
	display: block;
	float: left;
	margin-top: 253px;
	margin-left: 40px;
	background: #fff;
	width: 550px;
}

.textblock {
	display: block;
	float: left;
	margin-top: 0px;
	width: 185px;
	background: #fff;
}

.imageblock {
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 40px;
	background: #fff;
	width: 575px;
}




