@charset "utf-8";
/* CSS Document */
body {
	background-color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: large;
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: medium;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: small;
}

h4 {
	padding: 0px;
	font-size: small;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wrp {
	position:relative;
	width:780px;
	z-index:1;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px ridge #999999;
	padding: 0px;
	margin-top: 0px;
}
#top {
	position:relative;
	width:760px;
	background-color: #E2E2E2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: right;
	height: 140px;
	line-height: 120px;
	background-image: url(images/selferect3.jpg);
	padding-right: 20px;
	color: #FFFFFF;
}
#menu {
	position:relative;
	width:780px;
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-weight: bolder;
	color: #666666;
	font-size: small;
}
#content {
	position:relative;
	width:760px;
	padding: 10px;
	font-size: small;
	height: 680px;
}

#content img{
	padding-left: 10px;
}
#foot {
	position:relative;
	width:760px;
	padding: 10px;
	background-color: #EBEBEB;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
img {
	margin-right: 10px;
}

