body {
	background-image: url(body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding-top: 27px;
}

.wrapper {
	width: 950px;
	margin: auto auto;
	text-align: left;
	background: url(wrapper.gif) repeat-y top center;
}
#header {
	background: url(header-orange.jpg) no-repeat top center;
	height: 153px;
}

#header h1 {
		font-size: 40px;
		font-weight: normal;
		color: #ffffff;
		text-decoration: none;
		position: relative;
		top: 30px; left: 500px;
		float: left;
	}
	
#content {
	width: 943px;
	margin-left: 4px;
	padding: 5px 0 0;
}

.myimg {
	border: 1px solid #F4771B;
	padding: 2px;
	margin: 2px;
}

.myimg:hover {
	border: 1px dashed #F4771B;
}
.mya {
	color: #C2580A;
	font-size: 18px;
	font-weight: bold;
}

.mya:hover {
	color: #C2580A;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.cr {
	color: #000;
	text-decoration: none;
}
