/*
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,h1,h2,h3,p,td,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
	color:#333333;
}

body{
	margin-top:20px;
	color:white;
	font-size:13px;
	background: #fff url(images/bg.jpg) repeat top left;
}
*/
.clear{
	clear:both;
}
/*
a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#container{
	width:890px;
	margin:20px auto;
}

#heading,#footer{
	border:3px dashed #aaaaaa;
	height:20px;
	padding:6px 0 25px 15px;
	margin: 0px 50px 10px 50px;
	overflow:hidden;
	text-align: center;
}

#footer{
	height:10px;
	margin:20px 0 20px 0;
	padding:6px 0 11px 15px;
}
*/
div.nomargin{
	margin-right:5px;
}

.pic{
	float:left;
	margin:0 15px 15px 0;
	border:5px solid white;
	width:100px;
	height:100px;
	box-shadow:1px 1px 8px rgba(0, 0, 0, 0.3);
}

.pic a{
	width:100px;
	height:100px;
	text-indent:-99999px;
	display:block;
}
/*
h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: rgba(26,89,120,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 0px 0px 5px 0px;
}

h2{
	font-weight:normal;
	font-size:14px;
	
	color: #666666;
}
*/