@charset "UTF-8";
/* CSS Document */

/* Copyright Notice: 

Copyright 2011 © Agent Morphe Design

Terms & Conditions

1.  You cannot copy nor change this website (its design, code, artwork and literary work). Should you wish to, please contact Agent Morphe Design (agents@agentmorphedesign.com.au) to obtain written permission, however, Agent Morphe Design is not obligated to provide such permission.
2.	This website (design + code + *artwork + literary work) created by Agent Morphe Design remains the copyright of Agent Morphe Design.
3.	Any photography taken by Agent Morphe Design, for the purpose of the website, remains the copyright of Agent Morphe Design.
4.	Any *artwork created by Agent Morphe Design remains the copyright of Agent Morphe Design and can only be used for the purpose for which it was created. If you wish to use the *artwork for any other purpose, you will need to obtain written permission from Agent Morphe Design. However, Agent Morphe Design is not obligated to provide such permission.
5.  You cannot sell, resell or redistribute this website (code, design, artwork and literary work) as your own. 
6.  Agent Morphe Design remains as the rightful owner of this website (its design, code, artwork and literary work) and has the right to sell and resell this website as a template to other clients. 
7.  You cannot remove the copyright from this notice.

* The term “artwork” referred to in these terms and conditions include but are not limited to: photos, logos and other images.

*/

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

img {
	border: 0px none;
}


#stay {
	color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

#outer_container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 0 30px black;
	-moz-box-shadow: 0 0 30px black;
	-webkit-box-shadow: 0 0 30px black;
	margin-top: 50px;
	margin-bottom: 50px;
}
#header {
	width: 860px;
	height: 323px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
}

#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	clear:both;
	background-image: url(images/container_bg.png);
	background-repeat: repeat;
}

#nav {
	width: 820px;
	height: 50px;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	padding-top: 40px;
	padding-bottom: 10px;
}

#content {
	width: 820px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	width: 860px;
	height: 200px;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#box 	{
	width: 220px;
	height: 54px;
	float: right;
}
