body {
	background: #E4E1DA;
	font-family:  arial, sans-serif;
	font-size: 11px;
	color: #727171;
}                  

h1 {
	font-size: 18px;	
}

h2 {
	font-size: 16px;	
}

h3 {
	font-size: 13px;	
}

a, a:link, a:visited {
	color: #727171;
	text-decoration: none;	
}                            

a:hover {
	text-decoration: underline;	
}

a img {
	border: none;
}

#container {
	width: 800px;
	background: white;
	margin: 20px auto;
	position: relative;   
/*	border: 1px solid red;*/
}               
                    
#content {       
	width: 590px;   
	float: right;
	margin: 10px 0 0 0;
	padding: 0;	
	position: relative;
	border-right: 10px solid white;
}

#navigation {  
	padding:  27px 20px 27px 27px;
	list-style: none;
	width: 140px;
	margin: 0;
	float: left;
}

#navigation li a {
	display: block;
	padding-left: 142px;
	margin-top: 2px;
	height: 19px;	
	overflow: hidden; 	
	border-bottom: 1px solid #abafb2;		
}

#navigation li {
	height: 22px;	
	overflow: hidden; 
	width: 100%;
}           

#navigation #aboutSubnav {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;	
}

#navigation #aboutSubnav li a {	
	background-position: 19px 0;
}

#navigation #homeLink a {
	background: url(../img/nav-home.gif) no-repeat;
}

#navigation #aboutLink a {
	background: url(../img/nav-about.gif) no-repeat;
}

#navigation #whoLink a {
	background: url(../img/nav-who.gif) no-repeat;
}

#navigation #supportLink a {
	background: url(../img/nav-support.gif) no-repeat;
}

#navigation #opportunitiesLink a {
	background: url(../img/nav-opportunities.gif) no-repeat;
}

#navigation #newProjectsLink a {
	background: url(../img/nav-new-projects.gif) no-repeat;
}

#navigation #pastProjectsLink a {
	background: url(../img/nav-past-projects.gif) no-repeat;
}

#navigation #newsLink a {
	background: url(../img/nav-news.gif) no-repeat;
}

#navigation #mailingListLink a {
	background: url(../img/nav-mailing-list.gif) no-repeat;
}

#navigation #linksLink a {
	background: url(../img/nav-links.gif) no-repeat;
}

#navigation #contactLink a {
	background: url(../img/nav-contact.gif) no-repeat;
}

#masthead {         
	width:  800px;
	height: 105px;
	background-color: #8c8573;    
	background-position: top right ;
	background-repeat: no-repeat;
}          

#masthead #logo {
	width: 100%;
	height: 105px;
	background: url(../img/nva.png) top left no-repeat;
}

#leftColumn {
	width: 383px;
	float: left;
	overflow: hidden;
	border-right: 7px solid white;	
}

#rightColumn {
	width: 200px;
	float: right;
}

#footer {   
	position: relative;        
	clear: both;
	height: 100px;
}

#footer div {
	overflow: hidden;
}

#footer a {
	display: block;
	height: 23px;
	overflow: hidden;
}

#footer #lottery {
	position: absolute;
	left: 194px;
	width: 133px;
	top: 60px;
	border-right: 1px solid #6f7276;
}

#footer #scottishArtsCouncil {
	position: absolute;
	left: 328px;
	width: 78px;
	top: 60px;
}

#footer #privacyPolicyLink {
	position: absolute;
	left: 407px;
	width: 70px;
	top: 60px;
}

#footer #lottery a {
	padding-left: 133px;
	background: url(../img/lottery.gif) no-repeat;
}

#footer #scottishArtsCouncil a {
	padding-left: 78px;
	background: url(../img/scottish-arts-council.gif) no-repeat;
}

#footer #privacyPolicyLink a {
	padding-left: 92px;
	background: url(../img/privacy-policy.gif) no-repeat;
}
     
#footer #credits {        
	position: absolute;
	width: 260px;
	right: 10px;
	top: 70px;    
	text-align: right;
	color: #aaa;
}

#footer #credits a { 
	color: #aaa;
	display: inline;
}
