* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#b484da;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}

blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

body {
	margin:0;
	padding:0;
	border:0;		/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
				/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	background:#fff url('../images/background_body.jpg') repeat-x top;
	color:#666;
	font:1.0em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

body.Work {
	margin:0;
	padding:0;
	border:0;		/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
				/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	color:#666;
	background:#fff;
	font:1.0em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* header */
#header {
	background:url('../images/background_header.jpg');
	height:320px;
	margin:0 auto;
	position:relative;
	width:760px;
}
#header a {
	color:#333;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:#333;
	font-size:40px;
	font-weight:400;
	left:0;
	letter-spacing:-2px;
	position:absolute;
	line-height:30px;
	border-bottom: none;
	top:40px;
}
#header p {
	bottom:40px;
	color:#fff;
	font-size:85%;
	position:absolute;
	right:10px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:100px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#fff;
	display:block;
	font-size:1.2em;
	font-weight:700;
	height:20px;
	padding:10px;
	width:190px;
}
#header ul li a:hover {
	background:#b484da;
	color:#eee;
	text-decoration:none;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:75%;			/* right column width */
	background:#f4f4f4;	/* left column background colour */
}
.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}


p {
	color:#555;
	line-height:20px;
	padding:10px;
}

p.NoPadding {
	padding:0 10px;
}

h1 {
	border-bottom:2px solid #7534aa;
	color:#444;
	font-size:300%;
	font-weight:400;
	line-height:56px;
	padding:0 10px;
}

h3 {
	color:#444;
	font-size:200%;
	font-weight:400;
	line-height:46px;
	padding:0 10px;
}

h4 {
	border-bottom:2px solid #7534aa;
	color:#444;
	font-size:125%;
	font-weight:400;
	line-height:36px;
	padding:0 10px;
}

h5 {
	border-bottom:2px solid #7534aa;
	color:#444;
	font-size:125%;
	font-weight:400;
	line-height:36px;
	padding:0 0px;
}

h6 {
	color:#444;
	font-size:125%;
	font-weight:400;
	line-height:24px;
	padding:0 10px;
}

.col1 h2 {
	border-bottom:2px solid #7534aa;
	color:#444;
	font-size:150%;
	font-weight:400;
	line-height:36px;
	padding:0 10px;
}

#col1 body {
	font-size:150%;
}


.title {
    font-size:150%;
    font-weight:bold;
}

.quote {
    color:black;
    font-weight:normal;
    font-style:italic;
    font-size: 85%;
    padding: 0 0 0 10px;
}

.spacer {
    padding: 0 10px 0 0;
}

ol.Work,
ul.Work,
ol.Work li,
ul.Work li
{
    display: inline;
    padding: 0 15px;
}

ol,
ul,
ol li,
ul li
{
    padding: 0 30px;
}

.Instrument {
    font-style: italic;
}

table.Work td {
    padding: 0 20px;
}

table td {
    vertical-align:top;
}
