/*
This CSS is coded specifically for this website.
You may not copy, redistribute, or use for your own purposes.
Stylesheet coded and designed by Tableauxx Media.

EMAIL: contact@tableauxx.com
URL: http://tableauxx.com
*/

body {
	background: #ebebeb url(http://jennyashby.com.au/images/tableauxx_bg.jpg) repeat-x;
	margin: 0px;
	text-align: center;
	font: 10pt Arial;
	color: #111111;
}

/*
IMPORTANT ELEMENTS
*/

#wrap {
	background: url(http://jennyashby.com.au/images/tableauxx_bg_wrap.jpg) repeat-y;
	margin: 0px auto;
	width: 831px;
	height: auto;
}
#header {
	background:  url(http://jennyashby.com.au/images/tableauxx_01.jpg) no-repeat;
	width: 831px;
	height: 176px;
	clear: both;
}
#left {
	background:  url(http://jennyashby.com.au/images/tableauxx_02.jpg) no-repeat;
	width: 43px;
	height: 50px;
	float: left;
}
#contents {
	background: #fbfbfb;
	width: 745px;
	height: auto;
	float: left;
}
#right {
	background:  url(http://jennyashby.com.au/images/tableauxx_04.jpg) no-repeat;
	width: 43px;
	height: 50px;
	float: left;
}
#footer {
	background:  url(http://jennyashby.com.au/images/tableauxx_05.jpg) no-repeat;
	width: 831px;
	height: 49px;
	clear: both;
}

/*
CONTENTS
*/

#contents h2 {
	font: 18pt Georgia;
	text-align: left;
	color: #0f0d57;
	margin: 20px 0px 10px 0px;
}
#contents div.main {
	margin: 0px 30px 30px 30px;
}
#contents div.maintext {
	text-align: left;
	font: 11pt Arial;
	line-height: 160%;
	padding: 0px 15px 15px 15px;
}

/*
FOOTER (ONE LINE ONLY)
*/

#footer div.maintext {
	text-align: center;
	font: 9pt Trebuchet MS;
	color: #444444;
}

/*
BASIC ELEMENTS
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #5263b7;
}
a:hover {
	color: #000000;
}
a img {
	border: 3px solid #cccccc;
}
a:hover img {
	border: 3px solid #2e3c80;
}
b, strong {
	color: #2e3c80;
}
em, i, u {
	color: #5d5d5d;
}
textarea, input, select, button {
	background: #d7d7d7;
	border: 0px;
	font: 9pt Trebuchet MS;
	color: #000000;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}