@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#barabout {
	width: inherit;
	height: 176px;
	margin: 0 10px;
	background-image: url(images/bar_about_me.jpg);
	background-repeat: no-repeat;
}

#barwork {
	width: inherit;
	height: 176px;
	margin: 0 10px;
	background-image: url(images/bar_work.jpg);
	background-repeat: no-repeat;
}

#barservices {
	width: inherit;
	height: 176px;
	margin: 0 10px;
	background-image: url(images/bar_services.jpg);
	background-repeat: no-repeat;
}

#barcontact {
	width: inherit;
	height: 176px;
	margin: 0 10px;
	background-image: url(images/bar_contact.jpg);
	background-repeat: no-repeat;
}

#header {
	width: inherit;
	height: 95px;
	margin: 0 10px;
	background-image: url(images/mattpettit_logo.jpg);
	background-repeat: no-repeat;
}

#menuitem {
	height: 30px;
	width: auto;
	font-size: 24px;
	font-weight: bold;
	float: left;
	margin-left: 25px;
	margin-top: 49px;
}

#menuitem a{
	color: #FFFFFF;
	text-decoration: none;
}

#menuitem a:hover{
	color: #7cd300;
	text-decoration: underline;
}

.websites {
	width: 700px;
	height: 500px;
	overflow: hidden;
	position: relative; 
}

.websites ul {
    position: absolute;    
	list-style: none;    
	overflow: hidden; 
	white-space: normal; 
	padding: 0;    
	margin: 0;
	
}

.websites ul li {    
	display: inline;
	width: 700px;
	height: 500px;
}

#websiteframe {
	width: 700px;
	height: 500px;
	float: left;
}

#clear {
	float: none;
	clear: both;
}

#leftbar {
	width: 700px;
	height: 500px;
	float: left;
	margin: 10px;
	overflow: hidden;
}

#rightbar {
	width: 220px;
	height: 500px;
	float: left;
	padding-left: 10px;
	border-left: solid 3px #353535;
	margin: 10px 0;
}

#wrapper {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

#footer {
	width: 940px;
	height: 50px;
	border-top: solid 3px #353535;
	margin: 0 10px;
	text-align: center;
}

#bodywrapper a:link {
	color: #7cd300;
	font-style: italic;
}
#bodywrapper a:visited {
	color: #7cd300;
	font-style: italic;
}
#bodywrapper a:hover {
	color: #7cd300;
	font-style: italic;
}
#bodywrapper a:active {
	color: #7cd300;
	font-style: italic;
}

