/*	Desc: *title* Screen Style Sheet
	Author: *www.awdesign.co.uk*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)

Colours	+ CV
		- #4a4339 light brown (bg)
		- #fa0 ornage (links)
		- #fff white (text)

		+ PORTFOLIO
		- #000 black (bg)
		- #f0a magenta (links)
		- #fff white (text)

http://www.awdesign.co.uk
=== === === === === === === === === === */


/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {

}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	line-height: 150%
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
a {

}
/*=MASTHEAD
=== === === === === === === === === === */
#masthead {

}

#masthead h1 a {
	width: 320px;
	height: 63px;

}
#masthead h1 a:hover {
	background-position: -321px
}


/*=NAVIGATION
=== === === === === === === === === === */
#navigation {

}
/*=CONTENT
=== === === === === === === === === === */
#content {

}
/*=FOOTER
=== === === === === === === === === === */
#footer {

}