body {
	background-color: #0b0b0b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
#preloadedImages {
width: 0px;
height: 0px;
display: inline;
background-image: url(../images/home.jpg);
background-image: url(../images/hover_home.jpg);
background-image: url(../images/about_me.jpg);
background-image: url(../images/hover_about_me.jpg);
background-image: url(../images/my_work.jpg);
background-image: url(../images/hover_my_work.jpg);
background-image: url(../images/contact.jpg);
background-image: url(../images/hover_contact.jpg);
background-image: url(../images/mission-statement.png);
}
a
{
  outline: none;
}
a:link {
	color: #68b3e7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #68b3e7;
}
a:hover {
	text-decoration: none;
	color: #404040;
}
a:active {
	text-decoration: none;
}
.bodytext {
	font-family: Tahoma, Helvetica, Verdana, Arial;
	font-size: 11px;
	line-height: 20pt;
	color: #FFFFFF;
}
.portfoliotext {
	font-family: Tahoma, Helvetica, Verdana, Arial;
	font-size: 11px;
	line-height: 20pt;
	color: #FFFFFF;
	word-spacing:30px;
}
.copytext {
	background-image: url(../images/index_13.jpg);
	font-family: Tahoma, Helvetica, Verdana, Arial;
	font-size: 11px;
	line-height: 12pt;
	color: #474948;
}
.linktext {
	font-family: Tahoma, Helvetica, Verdana, Arial;
	font-size: 11px;
	color: #68b3e7;
	border-bottom:1px dotted #68b3e7;
}

.bg {
	background-image: url(../images/index_01.jpg);
}
.bg2 {
	background-image: url(../images/index_02.jpg);
}
.bg3 {
	background-image: url(../images/index_03.jpg);
}
.bg4 {
	background-image: url(../images/index_03-05.jpg);
}
.bg5 {
	background-image: url(../images/index_05.jpg);
}
.bg6 {
	background-image: url(../images/index_07.jpg);
}
.bg7 {
	background-image: url(../images/index_12.jpg);
}
.bg8 {
	background-image: url(../images/index_14.jpg);
}
.contentbg {
	background-image: url(../images/background.jpg);
}
.btnHome {
	width: 93px;
	height: 43px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../images/home.jpg);
}

.btnHome:hover {
	background-image:url(../images/hover_home.jpg);
}
.btnAboutMe {
	width: 104px;
	height: 43px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../images/about_me.jpg);
}

.btnAboutMe:hover {
	background-image:url(../images/hover_about_me.jpg);
}
.btnMyWork {
	width: 94px;
	height: 43px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../images/my_work.jpg);
}

.btnMyWork:hover {
	background-image:url(../images/hover_my_work.jpg);
}
.btnContact {
	width: 95px;
	height: 43px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../images/contact.jpg);
}

.btnContact:hover {
	background-image:url(../images/hover_contact.jpg);
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:900px;
		height:500px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */		