@import url(https://fonts.googleapis.com/css?family=Roboto);

#health a:link {

    color: #308399;

    text-decoration: none;
}

#health a:hover {
    color: #58b2c8;
    text-decoration: underline overline;
}

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background:url("images/squares_background.png");
	height: 100%;
	width: 100%;
}

#header {
    
	background:url("images/header.png") repeat-x;
	background-color: #760015;
	width: 100%;
	float: left;
	text-align: center;
	height: 80px;
	min-width: 1150px;

}

#header_center {
	width: 1210px;
	height: 50px;
	margin: auto;
	margin-bottom: -42px;
}

#header_tab {
	background:url("images/header_tab.png") no-repeat top left;
	width: 410px;
	height: 114px;
	float: left;
	position: relative;
}

#nyee {
    color: yellow;
    margin: 50px;
}

#links {
	float: left;
	margin-top: 30px;
	width: 800px;
	text-align: left;
}

#links .spacer {
	height: 5px;
}

#links span {
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid black;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

#links a:link, #links a:visited {
	text-decoration: none;
	color: white;
}

#links span:hover {
	background:url("images/hover_background.png");
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
}

#links .noborder {
	border: none;	
}

#wrapper {
	background:url("images/grey_background.png");
	margin: auto;
	width: 935px;
	height: auto !important;
	min-height: 100%;
}

#content {
	padding-top: 100px;
	padding-bottom: 60px;
}

#title {
	padding-top: 20px;
	padding-bottom: 20px;
}

#photo {
	margin: auto;
	width: 595px;
	padding-top: 20px;
	padding-bottom: 25px;
}

#wording {
	width: 90%;
	margin: auto;
    font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

.frontpage {
	font-size: 25px;
}

#footer {
	background:url("images/footer.png") repeat-x;
	height: 46px;
	margin-top: -46px;
}

#footer_links {
	background:url("images/footer_center.png") no-repeat;
	width: 811px;
	height: 33px;
	margin: auto;
	text-align: center;
	padding-top: 13px;
}

#footer_links span {
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

#footer_links a:link, #footer_links a:visited {
	text-decoration: none;
	color: white;
}

#footer_links span:hover {
	background:url("images/hover_background.png") no-repeat;
	background-position: center center;
	color: white;
}

#footer_links .noborder {
	border: none;	
}

.work_bullets {
	padding-left: 20px;
}
