* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-color: #FFF;
	color: #666;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.skiplink {
	position: absolute;
	left: -1000px;
}
#wrapper {
	margin: 0 auto;
	padding: 13px 20px;
	width: 720px !important;
	width /**/:760px;
	text-align: left;
}
#header, #subnav, #content, #footer {
	width: 720px;
	overflow: hidden;
}
#logo {
	margin-top: 18px;
	width: 150px;
	float: left;
}
#logo h1 {
	overflow: hidden;
	background-image: url(/img/limemusic.gif);
	background-repeat: no-repeat;
	padding-top: 23px;
	height: 0 !important;
	height /**/:23px;
}
#mainnav {
	float: right;
	width: 520px;
	text-align: right;
}
#mainnav p {
	margin-bottom: 12px;
}

.nav ul {
	list-style-type: none;
}
.nav li {
	display: inline;
}
.nav li:before {
	content: "| ";
	color: #B1D801;
}
.nav li:first-child:before {
	content: "";
}
* html #mainnav li {
	padding-left: 5px;
}
* html #subnav li {
	padding-right: 5px;
}
.nav a {
	text-decoration: none;
	color: #666;
}
.nav a:hover, .nav li.active a {
	color: #E47510
}

#content h1 {
	color: #B1D801;
	font-size: 12px;
	line-height: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
}
p, li {
	line-height: 16px;
}
p {
	margin-bottom: 16px;
}
#content ul {
	list-style-image: url(/img/bullet.gif);
	margin-left: 16px;
	margin-bottom: 16px;
}

#index #subnav,#contact #subnav,#sitemap #subnav {background-image: url(/img/lime.jpg);}
#musiccomposition #subnav {background-image: url(/img/piano.jpg);}
#projectmanagement #subnav {background-image: url(/img/projector.jpg);}
#casestudies #subnav {background-image: url(/img/tv.jpg);}
#showreel #subnav {background-image: url(/img/showreel.jpg);}
#about #subnav {background-image: url(/img/score.jpg);}
#contact #subnav {background-image: url(/img/caipirinha.jpg);}

#subnav {
	margin-top: 13px;
	background-repeat: no-repeat;
	padding-top: 197px;
}

#content {
	margin-top: 8px;
	padding-top: 21px;
	background-image: url(/img/dash.gif);
	background-repeat: repeat-x; 
}
#footer {
	margin-top: 50px;
	padding-top: 7px;
	background-image: url(/img/dash.gif);
	background-repeat: repeat-x; 
}

.layout1 .col1 {
	float: left;
	padding: 0 10px;
	width: 180px !important;
	width /**/:200px;
}
.layout1 .col2 {
	float: left;
	padding: 0 15px 0 10px;
	width: 345px !important;
	width /**/:370px;
}
.layout2 .col1 {
	float: left;
	padding: 0 10px;
	width: 250px !important;
	width /**/:270px;
}
.layout2 .col2 {
	float: left;
	padding: 0 10px;
	width: 280px !important;
	width /**/:300px;
}
.layout3 .col1 {
	float: left;
	padding: 0 15px 0 10px;
	width: 545px !important;
	width /**/:570px;
}
.layout1 .col3, .layout2 .col3, .layout3 .col2 {
	float: right;
	width: 140px;
}
#content a {
	color: #0066CC;
}
/* \*/
#content a {
	text-decoration: none;
	border-bottom: 1px dotted #0099FF;
}
/* */

img {
	border: 0;
}
#footer p {
	color: #999;
}