@charset "utf-8";
body {
	background: url("background.jpg") top center repeat-y;
	background-color:#CCCCCC;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size:13px;
	line-height:18px;
	margin:5px 5px 15px 5px;
}

p a {color:#000066;}

p a:hover {color:#990000;}

h1 {
	padding:0px 0px 0px 20px;
	font-size: 20px;
	color: #000000;
	margin:5px;
}

h2 {font-size:16px; font-weight:normal; padding: 0px 40px 0px 40px;}

.menu {
	font-size:16px;
	font-weight:bold;
	padding-bottom:15px;
}

#container {
	width:800px;
	margin:0px auto;
	padding:0px 17px 0px 25px;
}

.mainPhoto {
	border:#CCCCCC 1px solid;
	width:400px;
	height:441px;
	float:left;
}

.mainBox {
	background:url("box-background.jpg") no-repeat;
	width:360px;
	height:421px;
	float:right;
	margin:0px;
	padding:10px;
}

.videoBox {
	background: #CCCCCC;
	width:380px;
	float:right;
	padding:1px;
	margin:0px 0px 0px 10px;
}

.videoBox p{
	font-size:10px;
	font-style:italic;
	text-align:center;
	margin-bottom:5px;
}

.pressLeft {
	width:260px;
	background-color:#f0f0f0;
	margin-right:8px;
	float:left;
}

.pressCenter {
	width:260px;
	background-color:#f0f0f0;
	margin:0px auto;
}

.pressRight {
	width:260px;
	background-color:#f0f0f0;
	margin-left:8px;
	float:right;
}

.padding {padding: 15px;}

.footer {text-align:center; font-size: 12px;}
