body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #CCC url(images/bars.gif) repeat-x;
}
section, header, aside, footer, #wrapper {
	display: block;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 955px;
}
#wrapper .banner .logo {
	background: url(images/deakin-ca.png) no-repeat right;
	margin: 0px;
	padding: 0px;
	height: 85px;
	width: 100%;
}
.banner header h1 {
	color: #FFF;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px;
	font: 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
}
aside.topNav {
	clear: both;
	height: 30px;
	width: 100%;
	padding-top: 5px;
}
aside.topNav nav p {
	float: left;
	margin: 0px;
	padding: 0px;
}
aside.topNav p a {
	text-decoration: none;
	color: #333;
	font-variant: small-caps;
	display: block;
	margin: 0px;
	padding: 0px 10px;
	border-left: 1px solid #CCC;
}
aside.topNav p a:hover {
	color: #FFF;
	background: #666;
}
#welcome .m1,
#samples .m2,
#bio .m3,
#lessons .m4,
#contact .m5 {
	background-color:black;
	color: white;
}

h2 {
	border-bottom: 1px solid #FFF;
	font-style: oblique;
	font-size: 1.4em;
}
h3 {
	background: #999;
	border: 1px solid #FFF;
	text-align: center;
	padding: 0px;
	font-size: 14px;
	font-style: oblique;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #CCC;
	font-weight: normal;
}
h4 {
	border-bottom: 4px solid #999;
	font-size: 12px;
	font-style: oblique;
	color: #666;
	font-weight: normal;
}
.mainContent {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	height: auto;
}
.mainContent .leftContent {
	float: left;
	width: 68%;
}
#bio .mainContent .leftContent , #contact .mainContent .leftContent{
	width: 100%;
}
.mainContent .leftContent p {
	padding-right: 20px;
	padding-left: 20px;
}
.mainContent .leftContent article {
	font-size: .9em;
}
.mainContent .rightContent {
	float: right;
	width: 30%;
}
.imgBorder {
	border: 4px solid #FFF;
}
.mainContent .rightContent p , .mainContent .rightContent ul{
	font-size: .9em;
	padding-right: 20px;
	padding-left: 20px;
}
.rightContent article {
	color: #666;
}
aside.lowNav {
	clear: both;
	width: 955px;
	border-top: 10px solid #666;
}
.lowNav .social {
	float: right;
	padding-top: 5px;
}
.lowNav .mylinks {
	padding-top: 3px;
	width: 50ex;
}
.lowNav .mylinks a {
	font-size: .7em;
	text-transform: uppercase;
	text-decoration: none;
	color: #069;
}
.lowNav .mylinks a:hover {
	color: #FFF;
	text-decoration: underline;
}
.lowNav footer  {
	text-align: left;
	width: 100%;
	padding: 0ox;
	margin: 0px;
}
.lowNav footer small {
	font-size: 0.5em;
	color: #999;
}
.centre {
	text-align: center;
}
.padRight {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 4px solid #FFF;
}
.formline {
	border-bottom: 2px solid #999;
	font-style: oblique;
}
label {
	font-weight: bold;
}
input, select, textarea {
	color: #666;
	font: normal 14px Arial, Helvetica, sans-serif;
}input#submit, input#reset {
	color: #600;
	text-transform: uppercase;
	font: normal 12px Verdana, Geneva, sans-serif;
}
.mainContent .leftContent a   {
	text-decoration: none;
	color: #06C;
}
.mainContent .leftContent a:hover {
	text-decoration: underline;
	color: #900;
}
.mainContent dl dt {
	font: oblique 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.mainContent dl dd {
	font: .8em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 5px 40px 10px;
	margin: 0px;
	color: #333;
}
