@charset "UTF-8";
/* CSS Document */

body { background-color:#000; color:#FFF; font-size: 14px; }
h1, h2, h3 {
	color:#f38c1d;
	font-weight: normal;
	margin-top: 0px;
}
img {border:none;}
ul, li {list-style:none; margin:0px; padding:4px }
a:link, a:visited, a:hover {
	color:#f38c1d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}
.wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	background-color:#000;
	margin:auto;
	width:900px;
}
.header { text-align:center; }
.dots { background-image:url(media/dots.jpg); background-repeat:repeat-x; height:33px; width:860px; margin-left:20px; margin-right:20px; margin-bottom:20px }
.left { float:left; width:485px; background-image:url(media/splitter-dots.jpg); background-position:right; background-repeat:repeat-y }
.right { float:left; padding-left:10px; padding-right:10px; width:390px}
.split { height:7px; width:97%; background-image:url(media/splitter-dots.jpg); background-position:left; margin-top:20px; margin-bottom:20px; background-repeat:repeat-x}
.association { text-align:center; padding:10px }
.footer { padding:10px;}
