* {margin:0; padding:0}
/* body style - font, background and text color */
body {font: 0.75em/1.3em Arial, Helvetica, Verdana, sans-serif; background-color: #cacaca; color: #333;}

/* link style */
a {color: #0065a4; text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border: none;}

/* wrapper - layout width and center display with white background */
#wrapper {width: 900px; margin: 10px auto; border: 1px solid #969696; background-color: #fff;}

/* header container with logo and masthead graphic */
#header {height: 131px; overflow: hidden;}
 #header #logo {float: left; display: inline;}
 #header #masthead {float: right; display: inline;}

/* navigation container - nav is right justified */
#navigation {text-align: right; width: 100%; margin-top: 5px;}
 #navigation ul {list-style:none; margin-right: 10px;}
 #navigation ul li {display: inline;}

/* page container */
#page {margin: 50px 10px 40px 176px; overflow: hidden;}

/* video container - left column */
#video-container {width: 425px; float: left; display: inline;}

/* right column */
#right-column {width: 238px; float: right; display: inline; margin: 0 10px 0 40px;}
 #right-column h2 {margin: 0 0 15px; font-size: 1.6em; padding: 5px 0 0 0; }
 #right-column ul {list-style: none; line-height: 1.3em; font-size: 1.3em; margin-bottom: 15px;}
 #right-column ul li {padding: 0 0 5px 0;}
 #right-column address {font-style: normal; color: #666;}
 #right-column address p {margin-bottom: 10px;}

/* footer container */
#footer {clear: both; text-align: center; color: #777; padding: 10px;}
 #footer p {margin: 10px 0;}