*{ font-family: Verdana,Arial,sans-serif;}

body {
	font-size: 10px;
	color: #FF8C00;
	background-color: #663333;
	background-image:url(../images/img_100.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	}

p.main {padding: 5px 5px;}

h1.projects{	
	font-size:12px;
	color:#000000;
	}

/* main sections */

div.main {
	text-align: left;
	height: 488px;
	width: 650px;
	margin: 50px 0px 0px 188px;
	/*           top rht bot lef */
	border: 3px solid #663300;
	background-color: #009900;
	background-image:url(../images/heath_650.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	}
	
div.projects {
	text-align: left;
	height: 488px;
	width: 650px;
	margin: 50px 0px 0px 188px;
	border: 3px solid #663300;
	background-color: #66CDAA;
	background-image:url(../projects/images/blue-memorial.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	}

div.flash{
	width: 250px;
	height: 150px;
	margin: 20px 0px 0px 20px;
	padding: 5px;
	background-image:  url(../projects/images/project-bkg.png);
	background-attachment: scroll;
	background-repeat: no-repeat;	
	}

div.photoshop{
	text-align: left;
	height: 488px;
	width: 650px;
	margin: 50px 0px 0px 188px;
	border: 3px solid #663300;
	background-color: #66CDAA;
	background-image:url(../projects/images/red-tree_g.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	}

div.screenshots{
	float:left;
	margin:8px 0px 0px 7px;
	border: 2px solid #663300;
	}
	
#photo1 {
	width: 550px;
	height: 358px;
	margin:8px 0px 0px 50px;
	border: 2px solid #663300;
	}
#photo2 {
	width: 550px;
	height: 415px;
	margin:8px 0px 0px 50px;
	border: 2px solid #663300;
	}
#photo3 {
	width:295px;
	height: 415px;
	margin:8px 0px 0px 50px;
	border: 2px solid #663300;
	}
#photo4 {
	width:500px;
	height: 375px;
	margin:8px 0px 0px 50px;
	border: 2px solid #663300;
	}

/* Navigation + Headings + Footer */

div.topNavigation {
	text-align: left;
	height: 14px;
	width: 100%;
	margin-top: 8px;
	background-color: #663300;
	/*border-bottom: 2px solid Yellow;*/
}

div.projectType{
	font-size:16px;
	text-align:left;
	width:425px;
	margin-top:8px;
	background-color: #663300;
	}

div.footer {
	font-size: 9px;
	text-align: right;
	width: 650px;
	margin:3px 0px 0px 188px;
	background-color: #663300;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 3px solid #663300;
	border-left: 3px solid #663300;
	}


/* links */

.linkItem {}
.currentActive{}

a:link {
	color: #FFCC00;
	text-decoration: none;
	}
	
a:hover {
	color: #FFCC33;
	text-decoration: none;
	background-color: #996633;
	}
a:visited {
	color: #FFCC00;
	text-decoration: none;
	}
