/*---- main components ----*/

body{
	text-align: center;
	background: url(../images/mainBG.jpg) repeat-x;
	background-color: #66CBFF;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-family: verdana, serif;
	color: #777;
}

#wrapper{
	width: 600px;
	/* undoes the above IE hack */
	text-align: left;
	/* the correct way to center the wrapper div */
	margin: auto;
	margin-top: 0px;
	padding-top: 0px;
	border: 4px solid black;
	background: url(../images/wrapperBG.gif) repeat-y;
}

#topAreaNew{
background-color: #66CBFF;
}

#topArea{
	height: 284px;
	background: url(../images/topAreaBG.gif) repeat-x;
}

#topArea img{
float: right;
}

#topArea #searchForm{
float: left;
}

#content{
	width: 425px;
	background-color: white;
	padding-top: 0px;
	margin-top: 0px;
	float: left;
	font-size: 90%;
	line-height: 1.5em;
}

a:hover{
background-color: white;
}

/*--- links ---*/

/*a:link{
	color: #777;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}

a:visited{
	color: #777;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}

a:hover{
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
*/
/* --- navigation ---*/

#navigate{
	background-color: #C2DAE7;
	padding-top: 0px;
	margin-top: 0px;
	width: 170px;
	float: right;
	font-size: 80%;
	margin-bottom: 20px;
}

#navigate ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigate ul li{
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

* html #navigate ul{
	right: 0px;
}

#navigate ul li img{
	margin-right: 5px;
}

#navigate ul li a:hover{
	background-color: white;
}

#navigate h3{
	font-size: 100%;
margin: 10px;
margin-left: 0px;
padding: 0px;
}

#navigate ul, #navigate p, #navigate h3{
	position: relative;
	left: 10px;
}

#navigate ul{
	left: 20px;
}

#navigate ul li a:link, #navigate ul li a:visited{
	color: black;
	text-decoration: none;
}

#portNav a{
	position: relative;
	left: 20px;
}

#navigate form{
padding: 3px;
background-color: #eee;
border: 1px solid black;
}

/*--- end navigation ---*/

.text{
	font-size: 80%;
	text-align: justify;
	padding: 0em 0.5em 0.5em 0.5em;
}

.text img{
	padding: 5px;
	margin: 5px;
	border: 1px solid #777;
	background-color: #D7F2FF;
	float: left;
	height: 90px;
}

/*--- portfolio ---*/

.portfolioItem{
	background-color: #D7F2FF;
	margin: 5px;
	padding: 5px;
	clear: left;
}

.portfolioItem2{
	background-color: #EDF5E2;
	margin: 5px;
	padding: 5px;
	clear: left;
}

.portClear{
clear: both;
height: 1px;
}

.portfolioItem3{
	background-color: #F8E9EF;
	margin: 5px;
	padding: 5px;
	clear: left;

}

.portImage{
	float: left;
	margin: 5px;
}

.portText{
	float: left;
	width: 230px;
	color: #777;
	text-align: justify;
	font-size: 80%;
}

/*--- templates ---*/

.tempImage{
	float: left;
	margin: 5px 10px;
	width: 160px;
	text-align: center;
}

#text{
	width: 400px;
	float: left;
}

.tempImage img{
	border: 0px;
}

/*--- resources ---*/

#imageTable{
	float: left;
}

.link{
	float: left;
}

.link img{
	border: none;
}

/*--- tutorials ---*/

pre{
	font-size: 120%;
	color: black;
}

* html pre{
	font-size: 100%;
}

/*------ photos -----*/

.horizontalPhoto{
	float: left;
	background-image: url(../images/frameHorizontalWhite.jpg);
	width: 160px;
	height: 160px;
	margin:5px;
}

.horizontalPhoto img{
	position: relative;
	top: 31px;
	left: 16px;
}

.verticalPhoto{
	float: left;
	background-image: url(../images/frameVerticalWhite.jpg);
	width: 160px;
	height: 160px;
	margin:5px;
}

.verticalPhoto img{
	position: relative;
	top: 16px;
	left: 32px;
}


#flashShow{
width: 100%;
text-align: center;
margin-top: 20px;
}

























