body {
	font-size:80%;
	background:#d8d8d8 url(images/body_bg.jpg) top left repeat-x;
	text-align:center;
	margin-top:1em;
	line-height:1.4em;
	font-family:verdana,arial,sans-serif;
}
h1, h2, h3 {
	font-weight:normal;
}
h1 {
	font-size:2.4em;
	margin:.5em 0 .75em 0;
	line-height:1.3em;
	color:#555;
	font-family:tahoma;
}
#centre_col h2 {
	display:inline;
	margin:0;
	font-size:1.2em;
	color:#333;
}
h3 {
	font-size:1.35em;
	margin:1.5em 0 .5em 0;
}
hr {
	border:0 none;
	border-top:1px solid #d9d9d9;
	height:1px;
	line-height:0;
	clear:both;
}
th, td {
	border:1px solid #ddd;
}
th {
	padding:6px 7px 4px 4px;
	letter-spacing:.05em;
	background-color:#eee;
	font-weight:normal;
	font-family:arial;
	font-size:1.35em;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	text-align:left;
}
td {
	padding:3px 7px 4px 3px;
	border:1px solid;
	border-color:#fff #ccc #ccc #fff;
	background-color:#fff;
}
li {
	margin-bottom:.7em;
}

#main {
	width:770px;
	background-color:#f3f2f7;
	border:1px solid;
	border-color:#888;
	margin:auto;
	text-align:left;
}
#header {
	height:99px;
	background:url(images/top_bg.gif) top left repeat-x;
	position:relative;
}
#b_logo {
	position:absolute;
	top:23px;
	left:90px;
}
#bravura_logo {
	position:absolute;
	top:25px;
	left:170px;
}
#shadow {
	height:9px;
	line-height:0;
	background-color:#f6f5ef;
	border-left:160px solid #eae8e7;
	border-right:160px solid #eae8e7;
	padding:0;
	font-size:.0001%;
}
#footer {
	text-align:center;
	border-left:160px solid #e6e4df;
	border-right:160px solid #e6e4df;
	padding:.6em 0;
	font-size:.8em;
	color:#999;
}
#footer a {
	margin:0 .3em;
}
#cols {
	background-color:#f3f2f7;
}
#left_col, #right_col {
	width:160px;
	float:left;
}

/* Nav */
ul#nav {
	width:160px;
	margin:.5em 0 3em 0;
	padding:0;
	list-style:none;
	font-size:1.1em;
	line-height:1.1em;
}
/* Main nav */
#nav li {
	margin:0;
	width:100%;
	//float:left;
	//clear:left;
}
#nav li a {
	display:block;
	padding:.3em .2em .3em 20px;
}
#nav li.on a {
	background-color:#fff;
	border-bottom:1px solid #e0dee6;
	color:#000;
}
/* 2nd level nested nav */
ul#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:.95em;
}
#nav ul li a {
	display:block;
	padding:.3em .2em .3em 33px;
}
#nav ul li.on a {
	border:none;
	background-color:#f9f9f9;
	color:#000;
}


#centre_col {
	background-color:#fff;
	width:420px;
	padding:0 15px 2em 15px;
	//padding:15px 15px 2em 15px;
	float:left;
}

/* 
	Links
 */
#centre_col a {
	border-bottom:1px dotted #99f;
}
#centre_col a:hover {
	border-bottom:1px solid #e50;
	text-decoration:none;
}
a, a:link {
	color:#00f;
	text-decoration:none;
}
a:visited {
	color:#606;
}
a:hover, a:active {
	color:#e50;
	text-decoration:underline;
}
.on a:hover {
	text-decoration:none;
}

/* 
	Callout boxes
 */
.side_callout {
	margin:1em;
	background:url(images/callout_body_right.gif) bottom right no-repeat;
}
.callout_title h2 {
	font-size:1.2em;
	background:url(images/callout_title_left.gif) top left no-repeat;
	padding:.5em .4em .3em .7em;
	margin:0;
}
.side_callout h3 {
	margin:0 0 .4em 0;
	font-size:1.1em;
}
.side_callout p {
	margin:.2em 0 1em 0;
	font-size:.95em;
	color:#555;
	line-height:1.3em;
}
.callout_title {
	background:url(images/callout_title_right.jpg) top right no-repeat;
}
.callout_body {
	background:url(images/callout_body_left.gif) bottom left no-repeat;
	padding:0;
}
.callout_body p {
	margin:.2em .5em .8em .6em;
	display:block;
}

.inset_picture {
	display:inline;
}
.inset_picture img {
	float:left;
	margin:0 1em .5em 0;
}

a.pdf {
	background:url(images/pdf_icon.gif) 4px 50% no-repeat;
	padding:.3em 0 .3em 25px;
	margin-top:.5em;
}
.side_callout a.pdf {
	display:block;
}
#scratchmedia_logo {
	clear:both;
	text-align:center;
	font-size:.7em;
	padding-top:2em;
}
#scratchmedia_logo a {
	color:#333;
	text-decoration:none;
	margin-top:2em;
}