/* css reset (YUI) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* end of css reset */


body {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 8pt;
	background: #774615;
}

h1 {
	font-size: xx-large;
	font-weight: bold;
	padding-top: 20px;
}

h2 {
	clear: both;
	font-size: x-large;
	font-weight: bold;
}

#imagebg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#big {
	z-index: 1;

	width: 100%;
	height: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 700px;
	height: 1220px;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background: transparents;
}

#menu {
	width: 533px;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

#menu_end {
	clear: both;
}

#footer {
	clear: both;
	margin-top: 32px;
}

.slide {
        margin: 8px;
        float: left;
}

.slide a {
        display: table-cell;
        width: 144px;
        height: 144px;
        text-align: center;
        vertical-align: middle;
        background: #BBBBBB;
        -moz-border-radius: 16px;
        border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-box-shadow: 4px 4px #383838; /* no blur for now due to performance hit */
	-webkit-box-shadow: 4px 4px 8px #202020;
	box-shadow: 4px 4px 8px #202020;
}

.slide a:visited {
        background: #998999;
}
.slide a:hover {
        background: #CCCCCC;
       	-moz-transform: rotate(8deg);
 	-webkit-transform: rotate(8deg);
 	-o-transform: rotate(8deg);
}

.slide img {
        vertical-align: middle;
}

img {
	border-style: none;
}

a {
	color: #000000;
	font-weight: bold;
}

a.big {
	color: #000000;
	font-weight: bold;
	font-size: x-large;
}

a:visited {
	color: #00002F;
}

.imageframe {
	padding: 16px;
	background: #BBBBBB;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.imageframe img {
	margin: 8px;
}

div.autosize {
	display: table;
	width: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 32px;
}
div.autosize > div {
	display: table-cell;
}

.desc {
	font-size: 12pt;
	float: left;
	width: 33%;
}

.long {
	width: 100%;
}

/*\*//*/
* html .slide a {
	display: block;
}
* html .slide span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
* html .slide a {
	font-size: 1px;
}
*/
.slide div {
	border-collapse: collapse; /* Op7 */
}

