/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* common */
body {
	background: #ccdae7;
	font-family: "Times New Roman";
	font-size: 12px;
	margin: 0;
}
#widget {
	background-color: #ccdae7;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	width: 1024px;
}
#clear { clear: both; }
/* header */
#header {
  background: #ccdae7 url(../images/01.gif) no-repeat;
  height: 154px;
  width: 1024px;
}
#header h1 {
  font-size: 30px;
  left: 226px;
  position: relative;
  top: 47px;
  width: 420px;
}
#header p {
  font-size: 20px;
  left: 466px;
  position: relative;
  top: 47px;
  width: 320px;
}
/*content*/
#content {
  color: #000;
  font-size: 16px;
  width: 1024px;
}
#leftcol {
  float: left;
  margin-top: 60px;
  width: 224px;
}
#centercol {
  float: left;
  width: 800px;
}
#content p {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
#content h1, #content h2 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
}
#content h1 { font-size: 28px; }
#content ul, #content ol {
  padding: 15px 35px 15px 35px;
}
#content a:link, a:visited { color:#0E5D91; }
#content a:hover { color:#1696E5; }
/* old */
.wer{
  color: #000;
  font-size: 16px;
  padding-left: 10px;
  text-decoration: none;     
}
.wer1 { 
  font-size: 16px;  
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
/*footer*/
#footer {
  background: #ccdae7 url(../images/04.gif) no-repeat;
  height: 98px;
  width: 1024px; 
}
#footer a { color: #0e5d91; text-decoration:none; }
#footer a:hover { color: #0e5d91; text-decoration: underline; }
#footer p {
  color: #0e5d91;
  font-size: 14px;
  padding-left:30px;
  padding-top: 30px;        
}