body {
	background-image: url(../img/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(../img/wrapper.gif) repeat-y top center;
}
#header {
	background: url(../img/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: 430px;
		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;
}

#warning {
	width: 800px;
	margin: auto auto;
}
#warning a {
	font-size: 36px;
	font-weight: bold;
	color: #E25C03;
}

#warning a:hover {
	font-size: 36px;
	font-weight: bold;
	color: #E25C03;
	text-decoration: none;
}
table td {
	background-color: #FBBA66;
	padding: 2px;
}


table a {
	color: #933C02;
	font-weight: bold;
}
