html {
	overflow-y:scroll;
}

body {
	font-family: "century gothic", Courier, monospace;
text-transform:uppercase;

	margin: 20px;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	border:1px dotted #F1CF84;
}

#header {
	height: 242px;
	width: 800px;
	background: url('http://renee-anne.com.au/blog/wp-content/uploads/2011/12/header_pencil1.jpg') center no-repeat;
}

#bar {	
	background:#A3CFD9 none repeat scroll 0 0;
	overflow:hidden;
	height: 9px;
}
	
#nav {
	display: block;
	float: left;
	width: 800px;
}

#nav ul {
	float: left;
	padding: 0;
	height: 48px;
	margin: 0;
}

#nav li {
	list-style: none;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.margin {
	margin-right: 10px;
}

.margin-2 {
	margin-right: 1px;
}

.margin-3 {
	margin-left: 10px;
}

.margin-4 {
	margin-left: 8px;
}

.padding {
	padding: 0 60px 20px;
}

p {
	text-align: center;
	color: #c6bfb3;
	font-size: 10px;
	margin: 0 0 10px;
}

.left {
	width: 330px;
	float: left;
	padding: 20px 0 0 60px;
}

.right {
	width: 350px;
	float: left;
	padding: 20px 0 0 60px;
}

h4, h1 {margin:0;padding:0;}

h1.heading {margin: 0 0 15px;border-bottom: 1px dotted #000; display: inline-block; font-family: "century gothic", Courier, monospace;
text-transform:uppercase; font-size: 12px; color: #484649;}

h4.contact-msg  {
	height: 357px;
	margin-bottom: 14px;
	position: relative;
	width: 350px;
}

h4.contact-msg span {
	background: url("http://renee-anne.com.au/blog/wp-content/uploads/2011/12/contact_image.jpg") repeat scroll 0 0 transparent;
	height: 100%;
	position: absolute;
	width: 100%;
}


#contact-form div {
	margin-bottom: 10px;
}

#contact-form label {
	width:66px;
	font-size: small;
	float: left;
	margin-right: 20px;
}

#contact-form input {
	margin-right: 20px;
	font-size: small;
}

#contact-form p, .left p {
	font-size: 12px; float: left; color: #000;
}

select {
	width:187px;
	border:1px solid #DDDDDD;
}

textarea {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	font:13px/100% Verdana,Tahoma,sans-serif;
	height:100px;
	line-height:150%;
	width: 222px;
	padding: 4px 0 0 4px;
}

input {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	font:13px/100% Verdana,Tahoma,sans-serif;
	outline:0 none;
	padding:4px;
	width:177px;
}
input:hover, textarea:hover,
input:focus, textarea:focus {
	border:1px solid #A3CFD9;
	-moz-box-shadow:0 0 4px #A3CFD9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

#submit-but {
	width: 100px;
}

.error {
	color: #930 !important;
}

.error-1 {
	display: none;
}

#extra-img {
	clear: both;
	background: url("http://renee-anne.com.au/blog/wp-content/uploads/2011/12/contact_extraimage.jpg") left no-repeat;
	min-height: 89px;
	height: auto !important;
	width: 800px;
}
