@charset "UTF-8";

body {
	background: #FFF url(images/tbgd.jpg) repeat-x 0 0;
	margin:0;
	padding:0;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	color: #333;
}
p, li {
	font-size:1.4em;
	line-height:1.5;
}
h2, h3, h4 {
	color:#38c;
}
h2 {
	font-size:2em;
}
h3 {
	font-size:1.8em;
}
h4 {
	font-size:1.6em;
}

/* page content top */
#page {
	position:relative;
}
#wrapper {
	position:relative;
	width:820px;
	top:0;
	left:0;
	margin:0 auto;
	padding:0;
}
#main {
	position:relative;
	top:21px;
	left:0;
	background:#FFF url(images/main.jpg) repeat-y 0px 0px;
	margin:0;
	padding:0;
}
#can1 {
	position:absolute;
	left:0;
	top:0;
	width:217px;
	text-align:center;
	font-size:2em;
	color:#000;
	font-weight:bold;
	margin-bottom:2em;
}
#can1 em {
	color:#38c;
}
#ctop {
	background: #666 url(images/ctop.jpg) no-repeat right top;
	position:absolute;
	right:0;
	top:0;
	margin:0;
	padding:0;;
	width:569px;
	height:52px;
}
#ctop h1 {
	margin:5px 34px 0 0;
	font-size:22px;
	color:#fff;
	text-align:center;
	font-weight:normal;
}
#content {
	background:url(images/fb_2.jpg) no-repeat 217px 0;
	display:block;
	width:550px;
	margin:0;
	min-height:550px;
	padding:50px 21px 20px 249px;
	top:0;
}
#content a {
	color:#38c;
}
#content a:hover {
	color:#900;
}
#content .coll {
	float:left;
	width:260px;
	margin-right:30px;
}
#content .imgr {
	float:right;
	margin:0 0 10px 15px;
}
/* navigation bits */
#navbar {
	position:absolute;
	top:72px;
	left:114px;
	width:706px;
	height:20px;
}
#navbar a {
	margin:0;
	padding:0;
	text-decoration:none;
	height:20px;
}
#navbar a img {
	margin:0;
	padding:0;
	height:20px;
	border:none;
}
/* page end footer */
#pend {
	background-color:#535353;
	position:relative;
	width:100%;
}
#foot {
	position:relative;
	background: #535353 url(images/foot.jpg) no-repeat 0 0;
	height:50px;
	width:603px;
	text-align:center;
	color:#fff;
	padding:30px 0 0 217px;
	margin:0 auto;
	font-size:1.2em;
	font-weight:bold;
}
#foot a {
	color:#fff;
}
#foot a:hover {
	color:#fc0;
	text-decoration:none;
}
.clr {
	clear:both;
}