/* CSS for Harp Society of Victoria website */
/* Author: Kristina */



body { 
	margin:0 0 0 0;
	padding:0 0 0 0;
	/* background-color : #f9f9f0; */
	background-color : #f4f1f2;
 }

#wrapper { 
	width: 840px;
	margin: 0 auto;	/* Setting margin to 0 auto will center this div */
	padding: 0; 
} 


#header {
	background: url(images/hsvLogoTextCentred.jpg) no-repeat;
	width: 100%; 
	padding: 0; 
	height: 180px;  
	border-left: 1px #928889 solid;
	border-right: 1px #928889 solid;
	border-top: 0px;
	border-bottom: 0px;
} 



#navbar {
	width: 100%;   /* Change the margin and padding to align, and height as needed */
	margin: 0; 
	padding: 0;
	height: 30px; 

	text-align: left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	color: #ffffff;
	
	background-color: #112a6c;
	border: 1px #928889 solid;

}

#navlist li
{
	display: inline; 
	list-style-type: none;	
	padding-right: 20px;
}


#main {
	width: 826px;    /* Change the height to whatever it needs to be */
	min-height: 600px;
	margin: 0; 
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 0px;

	font-family: Verdana, sans-serif;
	font-size: 8pt;
	line-height: 11pt; 
	background: #ffffff;
	color: #373737;

	border: 1px #928889 solid;


} 

#flyer {
	padding-top: 20px;
	padding-left: 150px;
	padding-bottom: 20px;


}

#standard li {
	list-style-type: none;
		
}


#footer {
	width: 100%;   /* Change the margin and padding to align, and height as needed */
	margin: 0; 
	padding: 0; 

	height: 30px; 

	text-align: left;
	vertical-align: middle;

	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	color: #ffffff;
	
	background-color: #112a6c;
	border: 1px #928889 solid;

} 

h1 {
	font-family: Times, Serif;
	color: #112a6c;
	font-size: 16pt;
	line-height: 11pt; 
}

h2 {
	font-family: Times, Serif;
	color: #112a6c;
	font-size: 14pt;
	line-height: 11pt; 
}

h3 {
	font-family: Times, Serif;
	color: #112a6c;
	font-size: 12pt;
	line-height: 11pt; 
}






b { 
	font-weight: bold; 
	
}

td {
	text-align: left;
	vertical-align: top;
}



/* LINKS */

a:link {
	color: #0066cc; 
	text-decoration:none; 
}

a:visited {
	color: #0066cc; 
	text-decoration:none; 
}

a:active {
	color: #0066cc; 
	text-decoration:none; 
}

a:hover {
	color: #0066cc; 
	text-decoration: underline; 
}


a.navbar:link { 
	color: #ffffff;
	text-decoration: none;
}

a.navbar:visited { 
	color: #ffffff;
	text-decoration: none;	
 }

a.navbar:active {
	 color: #ffffff; 
	text-decoration: none;
} 

a.navbar:hover {
	 color: #ffffff; 
	text-decoration: underline;
} 

a.footer:link { 
	color: #ffffff;
	text-decoration: none;
}

a.footer:visited { 
	color: #ffffff;
	text-decoration: none;	
 }

a.footer:active {
	 color: #ffffff; 
	text-decoration: none;
} 

a.footer:hover {
	 color: #ffffff; 
	text-decoration: underline;
} 



