/*
Stylesheet for tildahosting.com.au holding page.
*/

body {
	background: #fff;
	font-family: Helvetica, Verdana, Arial Narrow, Arial, sans-serif;
	margin: 0 auto;
	width: 960px;
}

a {
	color: #69B2D9;
	text-decoration: none;
}

#container {
	background: #EDEDEE;
	margin-top: 25px;
}

#header {
	background: #fff;
	margin: 0 auto;
}

#content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0px;
	height: 450px;
}

#content .left {
	float: left;
	padding-bottom: 20px;
	padding-left: 65px;
	padding-right: 20px;
	height: 450px;
	width: 595px;
}

#content .right {
	background: #e2eaf5;
	border-left: 1px solid #ddd;
	color: #0177BD;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	width: 241px;
}

#content .left h3.headline {
	color: #1C7FBD;
	font-size: 23px;
	font-weight: normal;
	text-align: center;
}

#content .left p {
	color: #1377B8;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

#content .left p span.mono {
	font-family: monospace;
}

#content .right p {
	color: #3a9dcf;
	font-size: 17px;
	font-style: italic;
	padding-top: 60px;
	text-align: center;
}

#content .right p span.accent-url a {
	color: #1377B8;
	font-size: 20px;
}

#footer {
	background: url(footer.png) bottom center no-repeat transparent;
	height: 12px;
	padding: 0px 20px 0px;

}

#footer p {
	color: #1377B8;
	margin: 0px;
	padding: 0px;
}

#footer p.links {
	color: #aaa;
	float: left;
	font-size: 15px;
	text-align: left;
	width: 500px;
}

#footer p.links a {
	color: #1377B8;
}

#footer p.copyright {
	float: right;
	font-size: 12px;
	text-align: right;
	width: 300px;
}
