/*	bk-screen.css	Style sheet for Web pages
	Begun 13/08/09
*/

*	{
	margin:		0;
	padding:	0;
}

body	{
	background:		url( media/brockie-girl.gif );
	font-family:	'Trebuchet MS', Helvetica, sans-serif
}

.central	{
	text-align:	center
}

.new-row	{
	clear:	both
}

.column	{
	float:		left;
	margin:		0 20px 0 0
}

/*	divisions	*/

div#info	{
	margin:	60px 40px 0 400px
}

div#main	{
	width:	960px;
	height:	600px;
	margin:	auto;
	border:	1px solid
}

div#message	{
	margin-top:	60px
}

#message h2	{
	margin-top:	30px
}

div.one	{
	width:	355px
}

/*	images	*/

img	{
	border:	0
}

img.outset	{
	float:	right
}

/*	elements	*/

a:link, a:visited	{
	text-decoration:	none
}

a:hover	{
	text-decoration:	underline
}

h1#second	{
	margin-top:	45px
}

p.sub	{
	margin-top:	80px;
	font-size:	75%
}

span.am-pm	{
	font-size:	75%
}

/*	colours	*/

a:link	{
	background-color:	inherit;
	color:				white
}

a:visited	{
	background-color:	inherit;
	color:				#ffc
}

a:hover	{
	background-color:	inherit;
	color:				white
}

a:active	{
	background-color:	inherit;
	color:				red
}

div#main	{
	background-color:	black;
	color:				yellow;
	border-color:		#861BCD
}

h1, h2	{
	color:	#FA611B
}

span.bullet	{
	color:	blue
}

/*	EOF	*/
