/* colours used (from business card):
	h1 pink: ff66cc
	h2 purple: 9933ff
	h3 green: 99cc00
	
	link orange: ff9102
	outline brown: 8f6662
*/

/* other suggested colours:
	light blue (bg): 0f89dc
	orange: ff9102;
	lighter orange: ffac41
	darker orange, almost brown: #a65e01
	light purple 8083f0
	pale red cf727c
	orchid d762cb
*/

* {
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image:url('img/bubbles.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-color:#0f89dc;
	text-align:center;
}

p {
	margin-bottom:10px;
}

a {
	color:#ff9102;
	text-decoration:none;
}
a:hover {
	color: #8f6662;
}

#maindiv{
	display:inline-block;
	background-color:#fff;
	width:950px;
	margin-top:25px;
	padding-top:25px;
	border-top:1px solid #8f6662;
	border-right:1px solid #8f6662;
	border-left:1px solid #8f6662;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#header{
	border-bottom:1px solid #8f6662;
	padding:0 0 15px 100px;
	background-image:url(img/bubble.png);
	background-position:25px 10px;
	background-repeat:no-repeat;
}
#mainleft{
	float:left;
	position:relative;
	width:565px;
	clear:left;
	padding:25px 0 0 25px;
}

#mainright{
	float:left;
	position:relative;
	width:360px;
	clear:right;
}
.clear{
	float:left;
	clear:both;
}
#footer{
	float:left;
	clear:both;
	padding:3px 0 3px 0;
	width:948px;
	border:1px solid #8f6662;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color:#e4deea;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

h1{
	font-size:32px;
	margin-bottom:10px;
	color:#ff66cc;
	font-style:italic;
}
h2{
	font-size:26px;
	margin-bottom:10px;
	color:#9933ff;
	font-style:italic;
}
h3{
	font-size:20px;
	margin-bottom:10px;
	color:#99cc00;
}

.tdh {
	font-weight:bold;
}
td {
	padding:0 8px 8px 0;
}
ul {
	margin-left:25px;
}
li {
	padding-top:4px;
}
.b {
	font-weight:bold;
}