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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	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: 1px;
	padding-right: 10px;
	padding-bottom: 5px;
	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;
}
#footer {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
	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: Georgia, 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: Georgia, serif;
	font-size: 105%;
}
h3 {
	font-family: Georgia, serif;
	margin: 0px;
	font-size: 105%;
	color: #cc6600;
}

.greyBold {
	color: #333333;
	font-weight: bold; 
	font-family: Georgia, serif;
	
}

p {
	margin: 0px;
}
.ref {
	padding-left: 14px;
	text-align: justify;
}


ul {
	margin-top: 0px;
	margin-left: -20px;
}
  
#photo {
	position: relative;
	height: 300px;
	width: 430px;
	visibility: visible;
	margin-left: -65px;
	margin-bottom: 10px;
}    
.bigphoto {
	height: 300px;
	width: 430px;
	border: 2px solid #333333;
}
.load-image {
	height: 55px;
	width: 55px;
	border: 1px solid #000000;
	margin: 4px;
}



.slideshow {
	height: 322px;
	width: 430px;
	border: thin solid #333333;
}
#ajax-panel {
	min-height: 125px;


        -khtml-border-radius: 5px
        -webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Verdana;
	color:#000000;
	font-size: 0.85em;


#twtr ul {

  margin:0;
	line-height: 1em;
	line-height: 20px;
	line-height: 44;
	padding: 20px;
	padding: 10px;
	padding: 10px;
	padding: 10px;
	padding: 10px;
	padding: 10px;
	margin-top: 15px;
  }
/*
	-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; */
}

#ajax-panel  a {
	text-decoration:none;
	color:#0000CC;
}
#ajax-panel  a:hover {
	text-decoration:underline;
	color:#990000;
}



.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: -20px;
	-moz-box-shadow: 4px 4px 4px #666;
	-webkit-box-shadow: 4px 4px 4px #666;
	box-shadow: 4px 4px 4px #666;
	margin-top: -55px;
}


#tweet {
	margin-top: 20px;
	margin-left: 10px;
	min-height: 165px;
}
#twtr {
	font-size: 0.9em;
	padding-top: 4px;
	color: #333333;
}
#twtr li {
	list-style-type: none;
}
.point9 {
	font-size: .9em;
}

#twtr a {
	color: #666666;
}

.publist {
	padding-top: 5px;
	font-size: 0.9em;
	text-indent: -10px;
	padding-left: 10px;
}


#caption {
	position:absolute;
        bottom:0px;
        width:280px;
	height:100px;
	padding:10px;
	background-color:#000;
	color:#fff;
        opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;

}

