body
	{
		background-image: URL(http://www.tristanscott.co.uk/img/2bg.jpg);
		background-attachment: fixed;
		font-size: 14pt;
		padding: 0px;
		margin: 0px;
	}

a
	{
		color: #00007c;
	}

a:link
	{
		color: #00007c;
	}

a:visited
	{
		color: #7c0076;
	}

a:active
	{
		color: #7c0000;
	}

div.sitetitle
	{
		color: black;
		/*width: 100%;*/
		padding: 10px;
		margin: 20px;
		margin-left: 330px;
		text-align: center;
	}
	
h1 /*page title*/
	{
		font-size: 25px;
		color: #000000;
		margin: 0px;
		padding: 0px;
		background-image: URL(http://www.tristanscott.co.uk/img/trans-70.png);
	}

h2 /*page subtitle*/
	{
		font-size: 20px;
		text-align: center;
		color: #000000;
		margin: 0px;
		padding: 10px;
		background-image: URL(http://www.tristanscott.co.uk/img/trans-70.png);
	}

h3 /*page subtitle*/
	{
		font-size: 20px;
		text-align: center;
		color: #000000;
		margin: 0px;
		padding: 10px;
		background-image: URL(http://www.tristanscott.co.uk/img/trans-70.png);
	}
	
div.menu
	{
		padding: 10px;
		float: left;
		width: 305px;
		height: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		background-image: URL(http://www.tristanscott.co.uk/img/2trees.jpg);
		background-repeat: no-repeat;
	}
	
div.menu ul
	{
		border: 0px;
		margin: 0px;
		padding:0px;
		list-style-type: none;
	}

div.menu ul li
	{
		margin: 10px;
		margin-left: 30px;
		margin-right: 30px;
		background-image: URL(http://www.tristanscott.co.uk/img/trans-70.png);
		width: 260px;
		text-align: center;
	}
	
div.menu li a
	{
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	
div.menu li a:link
	{
		color: #000000;
		font-weight: bold;
	}
	
div.menu li a:active
	{
		color: #000000;
		font-weight: bold;
	}
	
div.menu li a:visited
	{
		color: #000000;
		font-weight: bold;
	}

div.article /*article body div*/
	{
		border: 2px solid white;
		padding: 10px;
		margin: 20px;
		margin-left: 330px;
		background-image: URL(http://www.tristanscott.co.uk/img/trans-70.png);
	}

div.feeder /*feeder body div*/
	{
		border: 2px solid white;
		padding: 10px;
		margin-left: 330px;
		margin: 20px;
	}

div.feeder p
	{
		margin: 0px;
		padding: 0px;
		padding-top: 10px;
	}

div.feeder a
	{
	color: #00005c;
	}

div.feeder a:link
	{
	color: #00005c;
	}

div.feeder a:visited
	{
	color: #5c0056;
	}

div.feeder a:active
	{
	color: #5c0000;
	}

.floatleft
	{
		padding: 5px;
		padding-left: 0px;
		float: left;
	}
	
.floatright
	{
		padding: 5px;
		padding-right: 0px;
		float: right;
	}

