/* Whoo */

/* === Main === */
body {
	margin: 10px;
	text-align: center;
	font-size: 14px;
	font-family: times, serif;
	background: #fff url(violin_bg.jpg) no-repeat fixed left top;
	color: #333;
	}
#page-container {
	margin: 0 auto;
	text-align: center;
	font-size: 1em;
	}

a, a:link {
	color: #AC9875;
	font-size: 1.1em;
	font-family: georgia, serif;
	}
a:visited {color: #999;}
a:hover {color: #637DFF;}
a:active {color: #FF5C5C;}


/* === Heading === */
#title {text-align: center;}
#title img {
	margin: 0 auto;
	border: 0;
	}
#navigation {
	margin: 20px 0;
	font-size: 1.2em;
	}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	}
#navigation li {
	margin: 0;
	padding: 0 1.4em;
	display: inline;
	}

#navigation a,
#navigation a:link,
#navigation a:visited {color: #AC9875}

#navigation a:hover {color: #637DFF;}
#navigation a:active {color: #FF5C5C;}

/* === Content === */
#all-content {
	margin: 0 auto;
	width: 70%;
	background: url(corner_nw.gif1) no-repeat;
	}
.section {
	background: url(corner_se.gif1) no-repeat right bottom;
	padding: 20px;
	margin: 0 0 15px 0;
	text-align: left;
	}
#taller-content img {
	margin: 30px auto;
	display: block;
	}

#home-content {text-align: center;}
a img {
	margin: 3px;
	border: 1px solid #AC9875;
	padding: 3px;
	}

/* === Footer === */
#footer span {font-size: 0.9em;}

/* =-=-=-=-=-=-= */










/* === images === */
#splash {
	padding: 5px;
	border: 1px solid #999;
	}

/* === headings === */
h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 18px;}
h4 {font-size: 12px;}
h5 {font-size: 11px;}
h6 {font-size: 10px;}

/* === other === */
p {
	text-indent: 2em;
	text-align: left;
	}
hr {display: none;}
pre {
	font-family: courier, monospace;
	}
li {
	list-style: square outside;
	}
ul, ol, dl {text-align: left;}