@charset "UTF-8";
/* CSS Document */

<style type="text/css">
/*typography
---------------------------------
*/
	h2 {font-family:'helvetica neue', sans-serif;font-size:14px;text-transform:uppercase;}
	h3 {font-family:'helvetica neue', sans-serif;font-size:16px;text-transform:uppercase;}
	p {font-family:'helvetica', sans-serif;font-size:14px;}
	#navbar a {color:#FFCC33;text-decoration:none;outline:none;}
	a:hover {color:#67a;}
	
/*layout
---------------------------------
*/

	#navbar {float: right;background-color:#FFFFFF;}
	.thumbnail {width:100px;height:40px;}
	#header {width:700px;margin-right:auto;margin-left:auto;}
	#container {width:700px;margin-right:auto;margin-left:auto;}
	#wrapper {width:300px;height:120px;float:right;margin-right:20px;}
	#info {width:700px;border-bottom-width: 2px;border-bottom-style: solid;border-bottom-color: #666666;}

</style>
