/*-- Regular HTML Elements --*/
body {
	background-color:#666666;
	color:#000000;
	margin:5px 0px; 
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h3{
	background-color:#c1cdc1;
	color:#333333;
}
p{
	padding: 5px 20px;
	margin:0px;
	font-size:12px;
	line-height:15px;
}	
a:link, a:active, a:visited{
	background-color:transparent;
	color: #af362d;
	text-decoration:none;
}
a:hover{
	color:#7f5a57;
}

/*-- Divs --*/
#container {
	background-color:#ffffff;
	width:750px;
	margin:0px auto;
	text-align:left;
	padding:0px;
}
#main{
	margin:-2px 0px 0px 0px;
	padding:0px;
}
#mainBg{
	background-image:url(images/rug.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:-2px 0px 0px 0px;
	padding:0px;
	height:235px;
}
#mainNav{
	background-image:url(images/light.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:-2px 0px 0px 0px;
	padding:0px;
	height:235px;
}
#aboutNav{
	background-image:url(images/fruits.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:-2px 0px 0px 0px;
	padding:0px;
	height:235px;
}
#nav{
	background-color:#ffffff;
	float:left;
	margin:0px;
	padding:0px;
	display:block;
	width:136px;
	height:235px;
}
#nav ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0px 0px 0px 0px;
	padding:0px
}
#nav li{
	padding: 14px;
	margin:0px;
	border-bottom:1px solid #ffffff;
	text-align:center;
}
#nav a:link, #nav a:active, #nav a:visited{
	font-size:10px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
#nav a:hover{
	color: #000000;
}
#homeText{
	clear:both;
	background-color:#c1cdc1;
	margin:0px;
	padding: 0px 20px 50px 20px;
	width:710px;
	font-size:12px;
}
#homeText li{
	margin-bottom: 8px;
	list-style-position:inside;
}
#subnav ul{
	margin:0px 0px 0px 180px;
	display:block;
}
#subnav li{
	list-style-image:url(images/bullet.gif);
	list-style-position:inside;
	line-height:20px;
}
#subnav a:link, #subnav a:active, #subnav a:visited {
	color:#e6e6e6;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#subnav a:hover{
	color:#ffffff;
}
#aboutSubnav ul{
	margin-left:180px;
	display:block;
}
#aboutSubnav li{
	list-style-image:url(images/bullet.gif);
	list-style-position:inside;
	line-height:20px;
}
#aboutSubnav a:link, #aboutSubnav a:active, #aboutSubnav a:visited {
	color:#e6e6e6;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#aboutSubnav a:hover{
	color:#ffffff;
}

#footer{
	background-color:#ffffff;
	font-size:10px;
	margin:0px;
	padding:10px 5px 10px 5px;
	width:740px;
	text-align:center;
}
#longLine{
	border-top: 1px dotted #959f95;
	width:100%;
	font-size:10px;
	clear:both;
	text-align:right;
}
#imgBox{
	width:100%;
	height: 200px;
	overflow:auto
}

/*-- Class --*/
.home{
	background-color:#e0efe0;
}
.about{
	background-color:#c1cdc1;
}
.projects{
	background-color:#b3bfb3;
}
.place{
	background-color:#a4afa4;
}
.contact{
	background-color:#959f95;
}
.center{
	text-align:center;
}
.border{
	border:3px double #959f95;
}
.whiteBg{
	background-color:#ffffff;
	width:100%;
	height:100%;
	margin:0px;
	text-align:center;
}
.green{
	background-color:#c1cdc1;
	font-size:10px;
	margin:0px;
	padding:5px;
	text-align:center;
}
.white{
	background-color:#ffffff;
	font-size:10px;
	margin:0px;
	padding:5px;
	text-align:center;
}
.headshot{
	float:left;
	margin:5px 10px 0px 0px;
}