 /*Eric Meyers CSS Reset Start*/
 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
 /*Eric Meyers CSS Reset End*/

body {
	background:url(images/b.jpg);
	font-size:11px;
	font-family:Verdana, sans-serif;
	color: #000;
}

h1 {
	font-family: Verdana, sans;
	font-size: 14px;
	padding: 0 0 10px 0;
}
h2 {
	font-family: Verdana, sans;
	font-size: 14px;
	padding: 0 0 10px 0;
}

h3 {
	font-family: Verdana, sans;
	font-size: 20px;
	padding: 0 0 10px 0;
}

a {
	text-decoration:none;
	color: black;
	border-bottom: solid 1px #333;
}

a:hover {
	text-decoration:none;
	color: white;
	background-color:#000;
}
#logo {
	margin: 0 20px 0 20px;
	padding: 20px 0 3px 0;
	
	
}	

#logo a {
	display: block;
	width:55px;
	height:55px;
	background: url(images/logo2.png) no-repeat;
	border-bottom: 0px;
}

#logo a:hover {
	display: block;
	width:55px;
	height:55px;
	background: url(images/logo-on2.png) no-repeat;
}
#nav {
	position: absolute;
	font-family: Verdana, sans;
	width: 150px;
}
#nav ul {
	margin: 5px 0 0 20px;
	list-style:none;
}

#spacer {
	margin: 10px 0 10px 0;
}

.navitem {
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
#navitem-sub {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	font-style: italic;
	color: #999;
	padding: 5px 0 0 0;
}


#nav a {
	text-decoration:none;
	color: black;
	border-bottom: 0px;
}

#nav a:hover {
	text-decoration:none;
	color: white;
	background-color:#000;
}

#end-nav {
padding: 20px 0 0 0;
	border-bottom: dotted 1px #666;
}

#content {
	margin: 33px 0 0 200px;
	font-family: Verdana, sans;
	}
#content p {
	font-size: 11px;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	width: 350px;
	border-bottom: 3px solid #000;
	line-height: 16px;
}
#content img {
	margin: 0 0 30px 0;
}
#rule {
	display: block;
	width: 20px;
	height: 35px;
	background: url(images/arrow.png) no-repeat top left;
}

.intro {
	font-size: 16px;
}
.greeting {
	font-family: Verdana, sans;
	font-size: 30px;
}
#greeting-big {
	display: block;
	width: 61px;
	height: 43px;
	background: url(images/hi.png) no-repeat top left; 
}
.big {
	font-size: 30px;
}

#content2 {
	margin: 33px 0 0 200px;
	font
}

#content2 p {
	font-size: 11px;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	width: 350px;
	border-bottom: 3px solid #000;
	line-height: 16px;
}
#content2 img {
	margin: 0 0 5px 0;
}

#content2 ul {
	list-style:none;
	position: relative;
	float: left;
	margin: 0 10px 0 0;
}

#content2 ul li {
	width: 150px;
	height: 120px;
	background: #fff;
	padding: 10px 10px 10px 10px;
	margin: 10px 20px 20px 0;
}

#content2 img {
	margin: 0 0 5px 0;
}

#work1_nav {
	list-style:none;
	position: relative;
	float: left;
	margin: 0 5px 0 0;
}

#work1_nav li {
	width: 75px;
	height: 80px;
	background: #fff;
	padding: 5px 5px 5px 5px;
	margin: 5px 10px 10px 0;
}
.color {
}