#photo img {
    width: 30%;
    max-width: 200px;
    height: auto;
    float: right;
}

#banner {
    height: 79px;
    background-image: url("blue-gradient.png");
    background-repeat: repeat-x;
}

#hajim-logo {
    float: left;
    max-width: 36.83%;
}

#urcs-logo {
    float: right;
    max-width: 63.16%
}

#content {
    background: white;
    padding: 0 5em;
}


@media only screen and (max-width: 640px) {

    h1 {
	font-size: 24px;
    }
    #content {
	padding: 0 3em;
    }
}

@media only screen and (max-width: 480px) {

    h1 {
	font-size: 20px;
    }
    #content {
	padding: 0 1em;
    }
    #banner {
	background-image: none;
	text-align: center;
	margin: 0;
	padding: 0;
	height: auto;
    }
    #hajim-logo {
	float: none;
	max-width: 100%;
    }
    #urcs-logo {
	float: none;
	max-width: 100%;
    }
    #urcs-logo img {
	width: 242px;
    }
    #title {
	text-align: center;
    }
    #links .link {
	width: 100%;
	display: block;
	text-align: left;
    }
    #sayings #left-saying, #sayings #right-saying {
	width: 100%;
	float: none;
	margin: 1em;
    }
}
