body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background-color: #ECECEC
}
 #container {
	width: 920px;
	min-height: 550px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	
} 
 #rightSide {
	float: right; /* since this element is floated, a width must be given */
	width: 510px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 25px;
	min-height: 150px;
	z-index: 999;
	
}
 #leftSide {
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0px;
	padding-top: 75px;
	padding-left: 10px;
	width: 375px;
	padding-right: 0px;
} 
#menu {
	float: left;
	height: 35px;
	z-index: 99;
	width: 920px;
	margin-top: 30px;
}
#menu li
{
	font-family: Georgia;
	font-size: 1.3em;
	display: inline;
	list-style-type: none;
	background-color: #FFF;
	margin: 5px;
	padding-left: 20px;
	border-left: 1px dotted #000000;
}
#menu  a {
	text-decoration: none;
	border-bottom-style: none;
	color: #0B0B61;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;

	display: inline;
}
#menu li a:hover {
	color: #661111;
}
.menuOn {
	color:#999999;
	padding-right: 20px;
}

#tweet {
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	padding-right: 20px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 0.8em;
}
#footer a {
	color: #666666;
}

a {
	color: #000066;
}
a:hover {
	text-decoration: none;
	border-bottom-style: none;
}
h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
	font-size: 22px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		letter-spacing: 0.1em;
}

h2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
}
h3 {
	margin: 0px;
	font-size: 100%;
}
p {
	margin: 0px;
}

ul {
	margin-top: 0px;
	margin-left: -20px;
}

#twtr li {
  list-style-type:none;
    margin:0;
  }
  
.pictures {
	position: relative;
	height: 322px;
	width: 430px;
	visibility: visible;
	margin-left: -65px;
	border: thin solid #333333;
	margin-bottom: 5px;
}    
#twtr {
		
		min-height: 150px;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding-left: 10px;
        padding-right: 10px;
#twtr ul {

  margin:0;
  }
/*
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	margin-right: -25px;
	width:500px;
	background: #FFFFFF;
	-moz-box-shadow: 4px 4px 4px #999;
    -webkit-box-shadow: 4px 4px 4px #999;
        box-shadow: 4px 4px 4px #999; */
}
#twtr p {
	padding-bottom: 6px;
	font-family: Georgia;
	font-size: 0.95em;
}

#twtr a {
	text-decoration:none;
	color:#0000CC;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mikezThumb {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECECEC;
	border-right-color: #ECECEC;
	border-bottom-color: #ECECEC;
	border-left-color: #ECECEC;
	z-index: 333;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	margin-right: -15px;
	-moz-box-shadow: 4px 4px 4px #666;
        -webkit-box-shadow: 4px 4px 4px #666;
        box-shadow: 4px 4px 4px #666;
}

.greyBold {
	color: #333333;
	font-weight: bold; 
}
