body {
	margin: 0;
	padding: 0;
	background: #000 url(images/bg3.jpg);
	text-align: center;
}

#container {
	margin:0px auto;
	width: 800px;
	text-align:left;
	padding:0px;
	background: #000;
}

#nav {
	background: #EDEDED repeat-x;
	border-bottom: 4px solid #000;
	height: 24px;
	line-height: 22px;
	border-top: 4px solid #000;
}


#sidebarleft {
float: left;
width: 173px;
margin: 3px;
}

#sidebarright {
float: left;
width: 190px;
margin: 3px;
}

#site {
	color: #ffffff;
	background: #000000 url(images/header1.jpg) no-repeat;
	border-bottom: 6px none #000000;
	font-family: Century Gothic;
	font-size: 36px;
	line-height: 40px;
	padding: 5px 5px 0px;
	text-align: left;
	text-transform: lowercase;
	height: 268px;
}


.content b, strong {
	color: #068DAA;
}

.content i, em {
	color: #1274B3;
}

b, strong, i, em {
color: #000000;
}
a:link,a:visited,a:active
{
color: #000000;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}


h1 {
	font-family: "Trebuchet Ms";
	font-weight: bold;
	font-size:18px;
	background: #000002;
	border:1px solid #dbdbdb;
	color: #FFF;
	text-align:left;
	text-transform: uppercase;
	letter-spacing:-0.5px;
	word-spacing:3px;
	line-height: 22px;
	margin-bottom: 1px;
	padding-left: 10px;
}

h2 {
margin-bottom: 2px;
margin-top: 0px;
line-height:13px;
font-size:12px;
font-family: Century Gothic;
text-transform: lowercase;
font-weight: normal;
color: #000000;
text-align: left;
}

h3 {
font-family: Century Gothic;
font-weight: normal;
font-size:24px;
color: #000000;
text-align:center;
text-transform: lowercase;
letter-spacing:-1px;
word-spacing:3px;
line-height: 28px;
margin:0px;
}

h4 {
	font-family: Verdana, sans-serif;
}

h5 {
	font-size: 30px;
	line-height: 35px;
	letter-spacing:-1px;
	margin: 0px;
	padding: 0px;
	color: #0B5586;
}
	
.content {
	padding:0px;
	float:left;
	width:100%;
	background: #ffffff;
	font-size: 14px;
	font-family: "Verdana";
	color: #000;
	line-height:17px;
	text-align:left;
	text-transform: none;
	font-weight:normal;
}

a.navi, a.navi:active, a.navi:link, a.navi:visited {
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode";
	font-size: 11px;
	line-height:12px;
	font-weight: normal;
	text-decoration:none;
	border: 1px solid #bbbbbb;
	color: #FFF;
	text-transform: lowercase;
	letter-spacing: 2px;
	text-align: left;
	padding:3px;
	word-spacing:2px;
	margin-bottom:1px;
	background: #062A53;
}

a.navi:hover {
	background: #044F6F;
}

a.nav, a.nav:active, a.nav:link, a.nav:visited {
	background: transparent;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	color: #04284B;
	text-decoration: none;
	padding: 2px 16px 8px;
}

a.nav:hover {
	color: #FFF;
	background: #000;
}

/** Style the tweets */
.twitters {
	padding: 5px;
	overflow: auto;
	margin: 0px;
	background: #000 url(images/twitterbg3.jpg);
  }

.twitters ul {
	list-style: none;
	margin: auto;
	padding: 0px;
	white-space: nowrap;
	color: #FFF;
	font-family: Verdana;
	font-size: 20px;
	text-align: right;
}
.twitters a:link{
	color: #0A5582;
	font-size: 14px;
	text-decoration: underline;
}
.twitters a:hover{
	color: #fff
}
.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}

/* slide show */

#slider {
    width: 750px; /* important to be same as image width */
    height: 500px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 800px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 800px;
    background-color: #000;
   /* filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7; */
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

/* roll over */

a.rollover {
	position: absolute;
	 left:10px; 
	 top:10px; 
	 border:none;
	display: block;
	width: 166px;
	height: 145px;
	text-decoration: none;
	background: url("images/resume_roll.png");
	}

a.rollover:hover {
	background-position: 0 165px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
p.small {
	margin: -2px 0 0 10px;
	color: #333;
	font-size: 10px;
	
}
p.small a:hover {
	color: #15507E;
}

ul.bullets{
	color:black;
	list-style: disc;
}
	
