@CHARSET "UTF-8";

a:focus{ outline-style: none; }

*{padding: 0; margin: 0;}

body { background: url(bg_01.png) repeat center center; text-align: center;  margin: 80px;}
	
#second {
	 	font: 0.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
	 	color: #1D1D1B;
	 	text-transform: uppercase;
	 	font-weight: bold;
	 	text-shadow: 0px 1px 0px #444;
	 	margin-top: 10px;
	}
	
#line {width: 500px; border-top: 1px dashed #1d1d1b; border-bottom: 1px dashed #1d1d1b; margin-left: auto; margin-right: auto; height: 40px; margin-top: 30px; margin-bottom: 30px;}	
	
ul {padding: 0; line-height: 40px;}

li {display: inline; }

a:link, a:visited {color: #1D1D1B; font: 0.9em "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-decoration: none; text-shadow: 0px 1px 0px #404850;padding: 4px 10px 3px;}

a:hover, a:active {color: #1D1D1B; font: "Helvetica Neue", Helvetica, Arial, sans-serif; text-decoration: none; text-shadow: 0 0 0; 
		border-bottom: 1px dotted #fff; -moz-border-radius: 15px; -webkit-border-radius: 15px; padding: 4px 10px 3px;
	-moz-box-shadow: white 0 0 15px; -webkit-box-shadow: white 0 0 15px; background-color: white; line-height: 14px;}


.mail, .mail a:link, .mail a:visited { margin-bottom: 20px; margin-top: 30px; font: 0.95em white Helvetica, Arial, sans-serif; color: #1D1D1B;
	text-align: center; text-decoration: none; text-shadow: 0px 1px 0px #404850; letter-spacing: 0.03em; line-height: 14px; }

.mail a:hover, .mail a:active { font: inherit Helvetica, Arial, sans-serif; color: #1D1D1B; text-shadow: 0 0 0; text-align: center; text-decoration: none; letter-spacing: 0.03em; line-height: 14px; background-color: white; padding: 4px 40px 3px; margin: 50px 0 20px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
	-moz-box-shadow: white 0 0 15px; -webkit-box-shadow: white 0 0 15px; }
	

