/*
	Dogwhistle.com.au master css
	by Evolved Websites, July 2008
*/

/* General */

body {
	margin: 0;
	font: 73%/1.5em Verdana, Arial, Times, san-serif;
	color: #888;
}

a {
	color: #b1ca4b;
	text-decoration: underline;
}
a:hover, a:visited {
	color: #777;
}

h1 {
	float: right;
	display: block;
	width: 380px;
	height: 150px;
	margin: 215px 0 10px 0;
	text-indent: -9000px;
	background: url(../images/logo_dogwhistle.png) no-repeat;
}

p {
	margin: 0 0 1em 0;
}

i {
	color: #b1ca4b;
}


/* Layout */

#wrap {
	width: 700px;
	margin: 50px auto;
	position: relative;
}

#left {
	float: left;
	width: 475px;
	text-align: right;
	line-height: 1.9em;
}

#right {
	float: right;
	width: 205px;
	margin: 0 0 0 20px;
	font-size: 14px;
	line-height: 1.5em;
}


/* Style content */

#wrap h2 {
	position: absolute;
	top: 100px;
	right: 251px;
	font-size: 18px;
	font-weight: normal;
}

#right i {
	margin-right: 10px;
}
#right a {
	color: #888;
	text-decoration: none;
}

