﻿body {
	background-color: #d7e600;
	margin: 0px;
	padding: 0px;
	font-family: 'Segoe UI', Calibri, Corbel, Tahoma, Sans-Serif;
	font-size: 12px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 0.2em 0;
	color: green;
}

#page {
	width: 800px;
	padding: 0px;
	margin: 0px auto;
	background-color: white;
}

#banner {
	width: 800px;
	height: 224px;
	background-image: url('images/photoclipbanner.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
}

#title {
	width: 144px;
	height: 83px;
	margin-top: 80px;
	margin-left: 62px;
	font-weight: 700;
	font-size: 15pt;
	text-align: center;
	position: absolute;
}

#fbar {
	top: 25px;
	right: 7px;
	width: auto;
	padding: 0.2em;
	color: white;
	background-color: black;
	font-size: 11px;
	text-align: center;
	float: right;
	position: relative;
}

#tab {
	width: auto;
	height: 32px;
	margin: 2px 6px 1px 6px;
	padding: 0.4em 0.5em;
	color: white;
	font-weight: 600;
	font-size: 15px;
	background-image: url('images/bartab.gif');
	background-repeat: repeat-x;
}

#mainframe {
	width: auto;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 12px;
}

#cprght {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}

.item {
	width: 758px;
	height: 240px;
	border: 1px green solid;
	padding: 15px;
	margin-bottom: 18px;
	position: relative;
}

.paneL {
	float: left;
}

.paneR {
	height: 240px;
	width: 430px;
	float: right;
}

