@charset "UTF-8";
/*
Theme name: Get Reel
Theme URI: http://www.getreelcompetition.com.au/develop
Description: Get Reel
Version: 1.0
Author: MAD Design
Author URI: http://www.maddesign.com.au
Tags: 
*/

* {
	margin:0;
	padding:0;
		}body {
	background-image: url(images/bgnd_repeat.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #F26A13;
}#content a:hover {
	color: #000000;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/paperrepeat.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#content {
	width: 599px;
	float: right;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 30px;
}
p {
	line-height: 18px;
	padding-bottom: 15px;
}
h1 {
	color: #f26a13;
	padding-bottom: 18px;
	font-size: 18px;
}
h2 {
	color: #00a2ed;
	padding-bottom: 20px;
	font-size: 16px;
}
#footer {
	clear: both;
	height: 354px;
	width: 850px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	padding-top: 0px;
	padding-right: 50px;
}
#footer a {
	color: #C8236F;
	font-weight: bold;
}
#footer a:hover {
	color: #000000;
}
#nav {
	float: left;
	width: 161px;
	background-image: url(images/nav_repeat.jpg);
	background-repeat: repeat-y;
	background-position: top;
	padding-top: 0px;
	padding-right: 0px;
}
#nav a {
	color: #39399b;
	font-weight: bold;
}
#nav a:hover {
	color: #000000;
}
#header {
	width: 739px;
	float: right;
}
#nav ul {
	list-style-type: none;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 105px;
	padding-left: 50px;
}
#nav li {
	padding-bottom: 10px;
	padding-right: 10px;
}

