
 
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 auto;
	margin-top:0px;
	padding: 0;
	font-size:40px;
	color:#FFF;
	background-color:#e9e9e9;
	/*background-image: url(images/background.jpg);*/
    /*background-repeat: repeat-x;*/
	text-align: center;
	}

 #header { 
    margin-top:20px;	
    width:1177px;
    height:81px;
	background-image:url(images/name.png);
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 30px;
	}


#bar{
	margin-top: -15px;
	width:auto;
	height: 50px;
	text-align:center;
	}
	
a,
a:link,
a:active,
a:visited 
{
color:#cccccc;
text-decoration:none;}

#side {
	float: left; 
	width: 10em; 
	padding-top:120px;
	}

#container {
	background: #000000;
	width: 1114px;  
	height:510px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:0;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}


ul#navigation li {
  list-style: none;
  text-align: left;
  margin-bottom: 10px;
}

a.rollover {
    display: inline-block;
    width: 176px;
    height: 34px;
    background:url(images/people.png) 0 0 no-repeat;
	text-decoration: none;
	margin-right: 25px;
}
 
a:hover.rollover {
    background-position: -180px 0;
}


a.rollover2 {
    display: inline-block;
    width: 175px;
    height: 34px;
    background:url(images/places.png) 0 0 no-repeat;
	text-decoration: none;
	margin-right: 25px;
}
 
a:hover.rollover2 {
    background-position: -180px 0;
}

a.rollover3 {
    display: inline-block;
    width: 169px;
    height: 34px;
    background:url(images/things.png) 0 0 no-repeat;
	text-decoration: none;
	margin-right: 25px;
}
 
a:hover.rollover3 {
    background-position: -173px 0;
}

a.rollover4 {
    display: inline-block;
    width: 120px;
    height: 34px;
    background:url(images/blog.png) 0 0 no-repeat;
    text-decoration: none;
	margin-right: 25px;
}
 
a:hover.rollover4 {
    background-position: -126px 0;
}

a.rollover5 {
    display: inline-block;
    width: 212.5px;
    height: 34px;
    background:url(images/contact.png) 0 0 no-repeat;
    text-decoration: none;
	margin-right: 25px;
}
 
a:hover.rollover5 {
    background-position: -218.5px 0;
}

:focus {
outline: 0;
}
p {
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	text-indent: 0px;
	word-spacing: 5px;
	margin-top: 0px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom:20px;
	text-align: center;
	padding-top: 40px;
}

.tabs{
margin-top:-8px;
padding-left:5px;
padding-top:5px;
padding-right:5px;
width:1100px;
height:527px;
overflow:auto;
white-space: nowrap;
}


