/*******************************************************************************
	AUTHOR:		Timothy Higgins
	CONTACT:	timothymichaelhiggins@gmail.com
	
	Main style.
*******************************************************************************/

	/***************************************************************************
		Override.
	***************************************************************************/
	*{
		padding: 0;
		margin: 0;
	}
	a:link, a:visited{
		color: white;
		text-decoration: none;
	}
	a:active, a:hover{
		color: #90a5d7;
	}
	body{
		background-image: url('image/bg.jpg');
		background-position: 0 top;
		background-repeat: repeat-x;
		font-family: sans-serif;
		font-size: 13px;
	}
	h1{
		font-size: 24px;
		padding-top: 10px;
	}
	img{
		border: 0;
	}
	p{
		line-height: 17px;
		padding: 10px 10px 0 10px;
	}
	
	.hide{
		display: none;
	}
