@charset "UTF-8";

body {
	background: url(../img/bg.gif) 0 0 repeat-x;
	background-color: #E5676B;
	color: #FFFFFF;
}

p, address, ul, ol, dl, table, form {
	font-size: 62.5%;
	line-height: 140%;
}

p {
	margin-bottom: 10px;
}

a{
	color: #FFFFFF;
}

a:active, a:hover {
	color:#333333;
}

h1 {
	font-size: 75%;
	letter-spacing: 0.1em;
}

img {
	vertical-align: top;
}

ul.withArrow {
	margin-bottom: 10px;
	line-height: normal;
}

ul.withArrow li a {
	padding-left: 15px;
	background: url("../img/arrow_r_off.gif") 0 center no-repeat;
}

ul.withArrow li a:active, ul.withArrow li a:hover {
	background: url("../img/arrow_r_on.gif") 0 center no-repeat;
}

ul.withDoc li a {
	padding-left: 15px;
	background: url("../img/doc_off.gif") 0 center no-repeat;
}

ul.withDoc li a:active, ul.withDoc li a:hover {
	background: url("../img/doc_on.gif") 0 center no-repeat;
}

table {
	margin-bottom: 10px;
	margin: 0 15px;
}

table th {
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 15px;
	white-space: nowrap;
}

table td {
	vertical-align: top;
	padding-bottom: 15px;
	margin-left: 15px;
}

.page {
	position: absolute;
	top: -2px;
	height: 800px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: left;
}

 .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	background-color: #FFFFFF;
}

.header {
	position: relative;
	height: 150px;
	margin: 0 0 10px 15px;
	border-bottom: 2px solid #FFFFFF;
	white-space: nowrap;
}

.header * {
	position: absolute;
	bottom: 5px;
}

.header .close {
	position: absolute;
	right: 15px;
	bottom: 0;
	width: 10px;
	height: 10px;
}

.contents {
	position: relative;
	margin: 0 15px;
}

.copy {
	font-size: 50%;
}

/* container */

#container {
	position: absolute;
	top: 48px;
	width: 100%;
	height: 800px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
}

/* contact */

#contact {
	left: 1649px;
	width: 400px;
}

#contact .bg {
	filter: alpha(opacity=10);
	moz-opacity:0.1;
	opacity:0.1;
}

#contact .contents {
	margin: 0 10px 0 15px;
}

#contact #contactform {
	width: 375px;
	height: 600px;
}

/* location */

#location {
	left: 1133px;
	width: 515px;
}

#location .bg {
	filter: alpha(opacity=15);
	moz-opacity:0.15;
	opacity:0.15;
}

#location ol li {
	margin-bottom: 5px;
}

/* profile */

#profile {
	left: 732px;
	width: 400px;
}

#profile .bg {
	filter: alpha(opacity=10);
	moz-opacity:0.1;
	opacity:0.1;
}

#profile ul.withArrow {
	margin-top: 5px;
}

#profile ol li {
	margin-bottom: 5px;
}

/* news */

#news {
	left: 331px;
	width: 400px;
}

#news .bg {
	filter: alpha(opacity=10);
	moz-opacity:0.1;
	opacity:0.1;
}

#news p {
	margin-bottom: 5px;
}

/* topmenu */

#topmenu {
	left: 30px;
	width: 300px;
}

#topmenu .bg {
	filter: alpha(opacity=5);
	moz-opacity:0.05;
	opacity:0.05;
}

#topmenu ul.withArrow {
	margin-top: 20px;
	margin-bottom: 30px;
}

#topmenu ul.withArrow li {
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#NY2008 {
	margin-top: 60px;
	margin-bottom: 60px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	font-weight: bold;
	line-height: 200%;
}
