z html{
    height: 102%;
}

body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
	background-color: #FFF;
	font-size: 12px;
}
#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	min-width: 740px;
	position: relative;
	background-attachment: fixed;
	background-image: url(../images/paper124.jpg);
	background-repeat: repeat-y;
	background-position: 40px top;
	padding-top: 15px;
	padding-bottom: 15px;
}
#header {
	margin-left: 202px;
	margin-top: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#main {
	min-height: 60px;
}
#content {
	min-height: 400px;
	_height: 400px;
	margin-bottom: 10px;
	margin-left: 210px;
}
#main #content ol {
	line-height: 32px;
	font-size: 14px;
	color: #666;
	list-style-position: outside;
	list-style-type: decimal;
}
  
h1 {
	font-size: 18px;
	color: #333;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: 0.02em;
	padding-left: 50px;
	margin-top: 4px;
}
h2 {
	color: #BA4A00;
	font-size: 14px;
	padding-top: 6px;
}

p {
	font-size: 12px;
	line-height: 14px;
	color: #666;
}
.bold {
	font-size: 18px;
	color: #333;
}
z #topnav{
	text-align: right;
	height: 20px;
	font-size: 10px;
}
z #topnav ul{
	list-style: none;
	text-align: right;
	margin-left: 10px;
	margin-right: 20px;
	padding-top: 4px;
	margin-top: 0px;
}
z #topnav li{
	display: inline;
	margin-right: 10px;
}

#leftnav {
	color: #FFF;
	float: left;
	width: 130px;
	font-size: 14px;
	line-height: 60px;
	margin-left: 10px;
}

#leftnav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#leftnav li {
	position: relative;
}

#clearone {
	clear: both;
	height: 1px;	
}


#footer {
	clear: both;
	padding-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	text-align: left;
	margin-left: 202px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}

#footer ul {
	font-size: 12px;
	display: inline;
	letter-spacing: 0.02em;
	list-style-type: none;
	line-height: 20px;
	color: #666;
}

#footer li {
	display: inline;
	list-style-type: none;
	margin-right: 40px;
}

.fltrt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.about {
	padding-left: 20px;
}
.portfolio {
	padding-left: 4px;
}
.contact {
	padding-left: 30px;
}
.top {
	font-size: 14px;
	color: #039;
	text-decoration: underline;
	float: right;
}

