/* CSS Document */

body {
	margin: auto;
	padding: 50px 0 0;
	/*text-align: center;*/
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	color: silver;
	background: url(../images/bg_stripes.png);
}

a {color: #fff; text-decoration: underline; }
a:hover { color: #970F00; text-decoration: none;}
a:visited { color: #625a5a; text-decoration: none;}

#main {margin: auto; max-width: 800px; }
#header {text-align: center;}
#title { margin-left: 17%; padding-top: 10px; padding-bottom: 10px; letter-spacing: 0.35em; }
#subtitle { margin-left: 22%; padding-bottom: 30px;}
#text {margin-left: 40%; text-align: left; }
#ref {margin-left: 34%; padding-top: 30px; }
#ref1 {margin-left: 6%; padding-bottom: 5px; padding-top: 10px; }
#ref2 {margin-left: 8%; padding-bottom: 5px; }
#ref3 {margin-left: 10%; padding-bottom: 5px; }
#ref4 {margin-left: 12%; padding-bottom: 5px; }
#ref5 {margin-left: 14%; padding-bottom: 5px; }
#ref6 {margin-left: 16%; padding-bottom: 5px; }
#ref7 {margin-left: 18%; padding-bottom: 5px; }
#ref8 {margin-left: 20%; padding-bottom: 5px; }
#ref9 {margin-left: 22%; }

	
	.text_bigger { font-size: 1.2em; font-family: Helvetica, Verdana, Arial ; letter-spacing: 0.25em; line-height: 1.5em; }
	.text_big { font-size: 1.3em; letter-spacing: 0.3em; }
	.text_smaller { font-size: 0.8em; line-height: 1.5em; }
	.text_small { font-size: 0.7em;}
	.text_red { color: #970F00;}
