html,body{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	background-image: url(bodybg.png);
	background-color: #ededed;
	background-repeat: repeat-x;
	min-width: 700px;
	text-align: center;
}
div,h1,h2,h3,h4,h5,h6,p,img,span{
	margin: 0;
	padding: 0;
	border: none;
}
a{
	color: inherit;
	text-decoration: none;
}
#wrapper{
	margin: 0 auto;
	width: 700px;
	border: none;
	text-align: left;
}
.header{
	background-image: url(header.png);
	background-repeat: no-repeat;
	height: 150px;
	margin-top: 11px;
}
.main{
	background-image: url(main.png);
	background-repeat: repeat-y;
}
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu{
	width: 200px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;
	margin: 0;
}
#menu li a{
	height: 24px;
	text-decoration: none;
}
#menu li a:link, #menu li a:visited{
	color: #9E3C02;
	display: block;
	background: url(menu.gif);
	padding: 8px 0 0 30px;
}
#menu li a:hover {
	color: #fff;
	background: url(menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
}
#menu li a:active {
	color: #fff;
	background: url(menu.gif) 0 -64px;
	padding: 8px 0 0 30px;
}
.left-col {
	width: 200px;
	float: left;
}
.right-col {
	width: 460px;
	float: right;
	padding: 0 20px;
	color: #fff;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.footer{
	background-image: url(footer.png);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 0.7em;
}
.footer span{
	position: relative;
	top: 19px;
	left: 215px;
}
h1{ 
	font-family: serif;
	font-weight: normal;
	font-size: 2em;
	border-bottom: 2px solid #eb9130;
	margin-bottom: 10px;
}
h2, h3{ 
	font-family: serif;
	font-weight: normal;
	font-size: 1.5em;
	border-bottom: 1px dashed #eb9130;
	margin: 20px 0 5px;
}
h3{
	border-bottom: 1px solid #eb9130;
}
.note{
	font-size: 0.8em;
	margin: 20px;
	display: block;
}
.portfolio{
	width: 250px;
}
.portfolio a{
	color: orange;
}
.right-col img{
	width: 200px;
}

label{
	display: block;
	margin-top: 10px;
	border-left: 5px solid #eb9130;
	padding-left: 5px;
}
input, textarea{
	display: block;
	margin: 5px;
	margin-left: 10px;
	width: 400px;
}
textarea{
	height: 50px;
}

button{
	margin: 10px 0px 10px 360px;
	background-color: #eb9130;
	color: #000;
	border: 1px solid #fff;
	padding: 2px 10px;
}