html, body, div, ul {
	margin: 0;
	padding: 0;
}

body {
    	color: #262626;
	background: #f4f4f4;
	font: normal 12px/18px Verdana, sans-serif;
}

div#frame {
	background-color:#333333;
	padding:5px 5px 0 5px;
	margin:0 auto 0 auto;
	height:40px;
}

div#footer {
	text-align:center;
	padding:4px 4px 0 4px;
      font-weight:normal;
	position:absolute;
	bottom:10px;
	left:1000px;
}

#content {
	width: 1260px;
	margin: 10px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:1px;
	color:white;
	letter-spacing:3px;
	font-weight:normal;
	padding-bottom:15px;
	font-size:150%
}

h2 {
	margin: 30px 0 15px 0;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial}

h2 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: red;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;
}

a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

a img.last {
	margin-right: 0;	
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}

div#backIndex {
	text-align:left;
	padding:4px 4px 0 4px;
      	font-weight:normal;
	position:absolute;
	bottom:10px;
	right:1200px;
	color:black;
}
