@charset "UTF-8";
/* CSS Document */

*{ margin: 0; padding: 0; }*

body {
	font: 74% Arial, Helvetica, Sans-Serif; 
	color: #FFFFFF; 
	background: #0000ff url(../images/bg.gif) repeat;
	line-height: 1.6em; }
	
a { 
	text-decoration: none; 
	color: #FFFFFF; 
	background: inherit; 
	}
	
img {
 border: 0;
 }
 


h2 {
	padding-bottom: 5px;
}

a:hover { 
	color: #CCCCCC ; 
	background: inherit; 
	}

	
#wrapper {
	margin: 0 auto;
	width: 850px;
	}

#logo {
	background: url(../images/logo.gif) no-repeat center;
	margin: 0 auto;
	width: 850px;
	height: 143px;
	margin-bottom: -3px;
	clear: both;
	}



ul.navigation {
    list-style: none;
    margin: 0;
	margin-left: 580px;
    padding: 0px;
    padding-bottom: 3px;
}

ul.navigation li {
    display: inline;
    margin-right: 8px;
}

#slider {
    width: 827px;
    margin: 0 auto;
    position: relative;
}

.scroll {
   
    height: 424px;
    width: 827px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: url(../images/scroll_bg.gif) no-repeat top left;
}

.scrollContainer div.panel {
    padding: 12px;
    height: 400px;
    width: 803px;
	color: #000000;
}

#home {
	background: url(../images/home.gif) no-repeat center;
	}
	
	
#aboutText {
	height: 400px;
	width: 395px;
	float: left;
	padding-right: 5px;
	
}

	
#aboutText ul {
	list-style: none;
}	
	
.callout {
	float: right;
	width: 185px;
	padding: 5px;
	
}	

#about {
background: url(../images/scroll_bg.gif) no-repeat top left;
}

#projects {
background: url(../images/scroll_bg.gif) no-repeat top left;
}

#contact {
background: url(../images/scroll_bg.gif) no-repeat top left;
}

#aboutText2 {
	height: 400px;
	width: 395px;
	float: left;
	padding-right: 5px;
	
}

.callout2 {
	float: left;
	width: 180px;
	padding: 5px;
	
}

#aboutText2 a {
	color: #0000FF;
	
}

#aboutText2 a:hover {
	color: #000000;
}

#aboutText2 a:visited {
	color:#0000FF;
	
}

#aboutText2 ul{
	list-style: none;
	}




	
#proText {
	height: 400px;
	width: 395px;
	float: left;
	padding-right: 5px;
	
}


#proText a {
	color: #0000FF;
	
}

#proText a:hover {
	color: #000000;
}

#proText a:visited {
	color: #0000FF;
}

#proText ul {
	list-style: none;
}

#picsCont {
	float: left;
	height: 400px;
	width: 390px;
	border-left: #999999 1px solid;
	padding-left: 10px;
}

#picsCont a {
	color: #000000;
}

.pics {
	list-style: none;
	border: 0;
}

.pics li {
	display: inline;
	padding-left: 2px;
	padding-bottom: 2px;
}

#proText {
	height: 400px;
	width: 395px;
	float: left;
	padding-right: 5px;
	
}


#conText a {
	color: #0000FF;
	
}

#conText a:hover {
	color: #000000;
}

#conText a:visited {
	color: #0000FF;
}

#conText ul {
	list-style: none;
}


#footer {
width: 850px;
text-align: left;
margin-left: 260px;
}


