html, body{
    background-color: #969696;
	font: "Lucida Console", Verdana, Georgia, Serif;
}

.wrapper{
    width: 780px;
	height: 400px;
	min-height: 400px;
	margin: auto;
}

h1{
    margin-left: 10px;
	color: #15204C;
}
 h3{
    margin-left: 10px;
}

.leftColumn{
    width: 68%;
	background-color: #EEE;
	float: left;
	border: 1px solid black;
	height: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.leftColumn div{
	padding: 8px;
}

.rightColumn{
	width: 29%;
	background-color: #A9A9A9;
	float: left;
	border: 1px solid black;
	border-left: 0px;
	height: 100%;
	text-align: center;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}

ul.nav{
    border-top: 1px solid #000;
}

ul.nav, ul.nav li{
	padding: 0px;
	margin: 0px;
}

ul.nav li{
	list-style : none;
}

ul.nav li a{
    display: block;
	width: 100%;
	padding: 7px 0;
    background-color: #B9B9B9;
    border-bottom: 1px #000 solid;
    text-align: center;
    text-decoration: none;
    color: #000;
	font-weight: bold;
}

ul.nav li a:hover{
	background-color: #D9D9D9;
}

ul.nav li a.current,
ul.nav li a.current:hover{
    background-color: #EEE;
	position: relative;
	margin-left: -1px;
}

.peek{
    color: #15204C;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}
ul.twitterFeed {
    height: 300px;
	width: 90%;
	overflow: auto;
    margin: auto;
	margin-left: 5%;
	padding: 0;
	font-size: 1em;
	border: 1px solid black;
	background-color: #EEE;
}
ul.twitterFeed li {
    list-style: nnoe;
    border-bottom: 1px solid #ccc;
    padding: .6em;
    color: #000;
}

div.feedTitle {
  padding-left: .25em;
  background-color: #AAA;
  border: 1px solid black;
  border-bottom: 0;
}
div.twitterLink {
  text-align:right;
  padding-top:1em;
}
div.twitterLink a, div.twitterLink a:visited {
  color: black;
}
div.twitterLink a:hover {
  color: blue;
  background-color: #AAA;
  text-decoration: underline;
}

