/* ----------------------------------------
   Base
   ---------------------------------------- */
body {
	background: url(../img/bg_m_w620.gif) repeat-y;
	background-color: #e3e3e3;
}
img {
	border: none;
}
a {
	color: #454545;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #333;
	font-size: 13px;
	line-height: 18px;
}

/* ----------------------------------------
   Layout
   ---------------------------------------- */
#content,
#header,
#main,
#footer {
	width: 620px;
	text-align: left;
}
#header {
	background: url(../img/h_w610.gif) no-repeat;
	height: 55px;
	text-align: right;
	vertical-align: top;
}
#main {
	margin-left: 10px;
	width: 590px;
	text-align: left;
}
#footer {
	margin-right: 10px;
	height: 30px;
	text-align: right;
	vertical-align: bottom;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/* ----------------------------------------
   Header
   ---------------------------------------- */
#close {
	padding-top: 10px;
	padding-right: 20px;
}


/* ----------------------------------------
   Main
   ---------------------------------------- */
h2.title {
	margin-top: 10px;
	padding-top: 3px;
	padding-left: 10px;
	background: url(../img/bg_t_w580.gif) no-repeat;
	width: 580px;
	height: 30px;
	font-size: 16px;
	color: #fff;
}
h3.subtit {
	margin-top: 10px;
	padding-top: 3px;
	padding-left: 10px;
	background-color: #ccdff3;
	width: 580px;
	height: 20px;
	font-size: 12px;
	color: #333;
}
p.cap {
	margin-top: 10px;
}
p.line {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #efefef;
	width: 580px;
}



/* ----------------------------------------
   Footer
   ---------------------------------------- */
#copy {
	padding-top: 10px;
	padding-right: 15px;
	font-size: 11px;
}