html, body, div, h1, h2, h3, p, ul, ol, li, address, form, fieldset, img, iframe {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #ffffff url(skin/default/side-bg.jpg) repeat-x top center;
	color:#2c2b2b;
	font-family: Tahoma, sans-serif;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #2c2b2b;
}
a:visited {
	text-decoration: none;
	color: #2c2b2b;
}
a:hover {
	color: #009fef;
}
.tmenu a {
	text-decoration: none;
	color: #2c2b2b;
	font-size: 80%;
}
.tmenu a:visited {
	text-decoration: none;
	color: #2c2b2b;
}
.tmenu a:hover {
	color: #fff;
	background: #009fef;
	padding: 0.4em 0 0.3em 0;
}

h1 {
	color: #009fef;
	font-size: 90%;
	font-weight: bold;
	padding: 0 0 0.8em 0;
	line-height: 0.9em;
}
h2 {
	color: #A00B17;
	font-size: 80%;
	font-weight: bold;
	padding: 0 0 .5em 0;
}
h3 {
	color: #4c9fc2;
	font-size: 110%;
	padding: 0 0 1.0em 0;
}
p, ul, ol {
	font-style: normal;
	line-height: 160%;
	padding: 0 0 1.5em 0;
}
p strong {
	color: #2c2b2b;
}
ul li {
	color: #2c2b2b;
	font-size: 75%;
	background: transparent url(skin/default/list-bullet.gif) 0 1em no-repeat;
	padding: 0 0 .05em 15px;
	list-style: none;
}
.tnormal {
	font-size: 80%;
	line-height: 1.2em;
}

.tsmall {
	font-size: 65%;
	line-height: 1.1em;
}
.tbig {
	font-size: 130%;
	line-height: 1.2em;
}
.tmenu {
	font-size: 90%;
}
.cleaner {
	clear: both;
}
/* ----------------------------------------------------------- */
#page {
	width: 770px;
	border:none;
	margin: 0 auto 0 auto;
}
#top-menu {
	width: 770px;
	height: 104px;
	border: none;
}
#top-menuleft {
	width: 432px;
	height: 104px;
	background:  transparent url(skin/default/top_menu-left.jpg) no-repeat;
	border: none;
	float: left;
}
#top-menuleft02 {
	width: 432px;
	height: 104px;
	background:  transparent url(skin/default/top_menu-left-02.jpg) no-repeat;
	border: none;
	float: left;
}
#top-menuright {
	width: 338px;
	background:  transparent url(skin/default/top_menu-right.jpg) no-repeat;
	border: none;
	padding-top: 59px;
	float: left;
}
#top-mid {
	width: 770px;
	height: 400px;
	background:  transparent url(skin/default/top_mid.jpg) top left no-repeat;
	border: none;
}
#top-mid02 {
	width: 770px;
	height: 250px;
	background:  transparent url(skin/default/top_mid-02.jpg) top left no-repeat;
	border: none;
}
#top-mid03 {
	width: 770px;
	height: 250px;
	background:  transparent url(skin/default/top_mid-03.jpg) top left no-repeat;
	border: none;
}
#top-bot {
	width: 770px;
	border: none;
}
#top-botleft {
	width: 308px;
	height: 75px;
	background: #ffffff;
	border: none;
	padding-left: 120px;
	float: left;
}
#top-botright {
	width: 342px;
	height:75px;
	background:  transparent url(skin/default/top_bot.jpg) no-repeat;
	border: none;
	float: right;
}
/* ----------------------------------------------------------- */

#content {
	width: 600px;
	padding-left: 120px;
	border: none;
	background: #fff;
}

#blockquote a, #blockquote a:visited {
	width: 600px;
	float:left;
	background: transparent url(skin/default/block-left.gif) no-repeat;
	color: #ffffff;
	display: block;
	font-weight:bold;
}
#blockquote p {
	padding-right: 3px;
}
#blockquote a span {
	width: 550px;
	display: block;
	background: transparent url(skin/default/block-left.gif);
	padding: 0.4em 30px 0.4em 10px;
}
#blockquote a:hover {
	background-image: url(skin/default/block-left-hover.gif);
	color: #ffffff;
}
#blockquote a:hover span {
	background-image: url(skin/default/block-left-hover.gif);
}
/* ----------------------------------------------------------- */
#footer {
	width: 690px;
	border-top: #353535 1px solid;
	clear: both;
	color: #dad7d7;
	margin-left: 80px;
	margin-right: 10px;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #dad7d7
}
#footer a:hover {
	text-decoration: underline;
}
