/* ---------------------------
	body, site, p, div, td
--------------------------- */
body {
	margin: 0px;
	background-color: #EDEDED;
}

#site {
	width: 758px;
	height: 100%;

	font-family: Trebuchet MS;
	color: #000000;
}

div, p {
	margin: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

td {
	font-size: 12px;
}

/* ---------------------------
	gradient
--------------------------- */
#gradient-left {
	width: 15px;
	background: url(img/gradient-left.png) repeat-y right;
}

#gradient-right {
	width: 15px;
	background: url(img/gradient-right.png) repeat-y left;
}

/* ---------------------------
	content
--------------------------- */
#content {
	width: 728px;
	height: 100%;
	vertical-align: top;
	background-color: #FFFFFF;
}

/* ---------------------------
	meta
--------------------------- */
#meta {
	height: 32px;
	padding-right: 20px;
	text-align: right;
	vertical-align: bottom;
	line-height: 32px;

	font-size: 12px;
}

#meta a {
	text-decoration: none;
	color: #BB000E;
}

#meta a:hover {
	text-decoration: underline;
	color: #BB000E;
}

/* ---------------------------
	head
--------------------------- */
#head {
}

/* ---------------------------
	*-logo, nav1
--------------------------- */
#drm-logo {
	width: 165px;
	height: 167px;
	vertical-align: top;
}

#pcm-logo {
	width: 543px;
	height: 145px;
	padding-top: 12px;
	padding-right: 20px;
	text-align: right;
	vertical-align: top;
	background-color: #BB000E;
}

#nav1 {
	width: 543px;
	height: 22px;
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
	vertical-align: bottom;
	line-height: 13px; /* 12+1 because a:hover is underlined, IE of darkness */

	font-size: 12px;
	font-weight: bold;
}

#nav1 a {
	text-decoration: none;
	color: #BB000E;
}

#nav1 a:hover {
	text-decoration: underline;
	color: #BB000E;
}

/* ---------------------------
	main
--------------------------- */
#main {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;

	font-size: 12px;
}

#main a {
	text-decoration: none;
	color: #BB000E;
}

#main a:hover {
	text-decoration: underline;
	color: #BB000E;
}

/* ---------------------------
	main-left, ...
--------------------------- */
#main-left {
	width: 514px;
	float: left;
}

#main-left h1 {
	clear: both;
	/* height: 19px; */
	border-bottom: 1px solid #808080;
	margin: 0px;
	margin-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #D0D0D0;
	line-height: 19px;

	font-size: 14px;
	color: #BB000E;
}

.phpbb {
	clear: both;
	/* height: 19px; */
	border-bottom: 1px solid #808080;
	margin: 0px;
	/* margin-bottom: 7px; */
	padding-left: 7px;
	padding-right: 7px;
	background-color: #D0D0D0;
	line-height: 19px;

	font-size: 14px;
	color: #BB000E;
}

#main-left h2 {
	clear: both;
	margin: 0px;
	margin-bottom: 12px;

	font-size: 12px;
	color: #BB000E;
}

#main-left h3 {
	clear: both;
	margin: 0px;

	font-size: 12px;
	color: #BB000E;
}

#main-left .text {
}

#main-left .text p {
	margin-bottom: 12px;
}

#main-left .hr {
	height: 20px;
}

#main-left .column-left {
	width: 247px;
	float: left;
}

#main-left .column-right {
	width: 247px;
	float: right;
}

#main-left .column-left h2, #main-left .column-right h2 {
	/* height: 19px; */
	border-bottom: 1px solid #808080;
	margin: 0px;
	margin-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #D0D0D0;
	line-height: 19px;

	font-size: 14px;
	color: #BB000E;
}

#main-left .column-left h3, #main-left .column-right h3 {
	clear: both;
	margin: 0px;
	margin-bottom: 12px;

	font-size: 12px;
	color: #BB000E;
}

/* ---------------------------
	main-right, ...
--------------------------- */
#main-right {
	width: 154px;
	float: right;
}

#main-right .head {
	/* height: 20px; */
	margin: 0px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #D0D0D0;
	line-height: 20px;

	font-weight: bold;
	color: #BB000E;
}

#main-right .text {
	margin: 0px;
	margin-bottom: 12px;
	padding: 7px;
	background-color: #EDEDED;
}

#main-right .text p {
	margin-bottom: 7px;
}

/* ---------------------------
	foot
--------------------------- */
#foot {
	clear: both;
	margin-top: 32px;
	margin-bottom: 20px;
	text-align: center;

	font-size: 10px;
}

/* ---------------------------
	forms
--------------------------- */
.form {
	margin: 0px;
}

.text, .textarea, .select, .button, .submit {
	font-family: Trebuchet MS;
	font-size: 12px;
}

.error {
	font-weight: bold;
	color: #BB000E;
}

/* ---------------------------
	for page... :-/
--------------------------- */
img.img_border {
	border:1px;
	border-style:solid;
	border-color:black;
	margin-top:3px;
	margin-left:5px;
}
