﻿@charset "utf-8";

/* ===================================================================

	body.page
	pagetitle
	
	maincolumn
		
	sidebar

=================================================================== */

/*	body
----------------------------------------------------*/

body.page {
	background:url(../common/images/page_body_bg.gif) repeat-x #fff;
	}

/*	maincolumn
----------------------------------------------------*/

.page #maincolumn {
	position:relative;
	}

/* pagetitle */

h2 {
	height:72px;
	background:url(images/pagetitle.gif) no-repeat 0 30px;
	}

h2 span {
	visibility:hidden;
	}

.pagetitle_bg {
	position:absolute;
	left: 250px;
	top: 17px;
	z-index:-1;
	}

/* section */

.section {
	width:600px;
	margin:0 auto 15px auto;
	}

h3 {
	margin:30px 0 15px 0;
	padding:5px;
	border-bottom:1px #ccc solid;
	}



h4 {
	margin:15px;
	}

.section p {
	margin:5px;
	}	

/*	sidebar
----------------------------------------------------*/

.page #sidebar {
	float:left;
	width:228px;
	margin-top:0;
	padding-top:7px;
	background:url(../common/images/page_sidebar_bg.gif) no-repeat;
	}
	
