@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700|Gabriela);


html, body, div, br, span, ul, li, ol, h1, h2, h3, h4, p {
	margin: 0; 
	padding: 0; 
	}
	
html, body{
	width: 100%;
	height: 100%;
	font-size: 18px;
	}
	
body{
	background-color: #eee;
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
	color:#111;
	margin: 0px 0px 0px 0px;
	background-image: url('images/clean.jpg');
	}

h1{
color:#555;
font-size: 3em;
font-family: 'Gabriela', serif;
}

h2{
color:#222;
font-size: 1.8em;
font-family: 'Gabriela', serif;
}

h3{
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	color:#222;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

a{
text-decoration: none;
font-size:20px;
color:#111;
border-style:none;
border:0px;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}


#global { 
position:relative;
top: 160px;
width: 1024px;
height: 768px;
}

#container{
position:relative;
margin-left: auto;
margin-right:auto;
width:960px;
padding-bottom:250px;
}

#header{
margin: 20px;
}
#header h1 img{
	display: block;
	margin: 0 auto;
}
#links{
position:relative;
top:50px;
width: 1120px;
height: 20px;

}

#test{
height:200px;
width:800px;
background-color:red;
}

.border{
border-color:#999;
border-style:solid;
border:4px;
}

.noborder{
border-color:#999;
border-style:none;
border:0px;
}

.small_link{
font-size:14px;
}

.pdf{
position:relative;
margin: 0px 50px 0px 0px;
}

.padding_bottom{
padding: 0px 0px 18px 0px;
}

.column {
	width: 300px;	
	height: 20px;
	float: left;
	margin-left: 20px;
}

.img_wrapper {
	position: relative;
	margin-bottom: 17px;
	cursor: pointer;
	height: 300px;
	width: 300px;
	border: 4px solid #FBF5EF;
}

.description {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 280px;
	height: 280px;
	background-color: #fff;
	padding: 10px;
	opacity: .85;
}
