@charset "utf-8";

/* formatting style

--------------------------*/

* {

	font-style: normal;

	margin: 0px;

	padding: 0px;

}

body {

	font-size: 75%;

	line-height: 1.6;

	color: #666666;

	font-family: sans-serif;

	background-color: #CCCCCC;

}





/* link style

--------------------------*/



a img {

	border-style: none;

}

a:link {

	color: #666666;

	text-decoration: underline;

}

a:visited {

	color: #333333;

	text-decoration: underline;

}

a:hover {

	color: #CCCCCC;

	text-decoration: none;

}

a:active {

	text-decoration: none;

	position: relative;

	left: +1px;

	top: +1px;

}



/* basic layout

--------------------------*/





#wrapper {

	width: 818px;

	margin-right: auto;

	margin-left: auto;

	background-image: url(../imagelib/screen1300.jpg);

	background-repeat: no-repeat;

	background-position: center top;

	height: 1280px;

}

#header {

	position: relative;

	height: 165px;

	width: 100%;

}



#header h1 {

	float: left;

	padding-left: 30px;

	padding-top: 40px;

}

#header h2 {

	float: right;

	margin-right: 31px;

	margin-top: -15px;

}

#header ul {

	clear: both;

	width: 600px;

	position: absolute;

	right: 20px;

	top: 94px;

}

#header ul li {

	list-style-type: none;

	float: left;

}

#main {

	height: auto;

	width: 100%;

}



#main p {

	color: #FFFFFF;

	padding-left: 25px;

	margin-bottom: 7px;

	clear: both;

}



#main h3 {

	float: left;

	height: 75px;

	width: 100px;

	background-color: #FFFFFF;

	margin-right: 4px;

	margin-left: 4px;

	padding: 2px;

}

#main   .imageSet {

	width: 795px;

	height: 78px;

	padding-bottom: 20px;

	margin-left: 15px;



}

#main .imageSet2 {

	height: 78px;

	width: 795px;

	margin-left: 15px;

	padding-bottom: 10px;

}



#main p#backTop {

	text-align: right;

	margin-right: 15px;

}

#main p#backTop a {

	color: #CCCCCC;

	text-decoration: none;

	display: block;

	width: 140px;

	text-align: center;

	background-color: #333333;

	font-size: 0.9em;

	border: 1.5px solid #FFFFFF;

}

#main #backTop a:hover {

	color: #FFFFFF;

	text-decoration: none;

	background-color: #999999;

}

#main p#prev {

	text-align: right;

	margin-right: 15px;

	margin-top: 20px;

}

#main p#prev a {

	color: #333333;

}

#main p#prev a:hover {

	color: #FF6600;

	text-decoration: none;

}

* html #header h2 {

	margin-right: 15px;

}

