html { height: 100%; }

body { 
	height: 101%; 
	margin: 0;
	padding: 0;
/*	background: url('/files/background.jpg') no-repeat bottom left; */
	background: url('/files/bg.gif');
	background-attachment:fixed;
}

a {
	color: #009;
}

label {
	width: 150px;
	float: left;
}

#atside {
	position: fixed;
	right: 0;
	top: 120px;
	width: 45px;
	height: 225px;
	border-left: 1px solid #fff;
	border-top:  1px solid #fff;
	border-bottom:  1px solid #fff;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 870px;
}

#logo {
	width: 370px;
	height: 120px;
}

#navpt {
	float: left;
	background-color: #89C3FF;
	text-align: left;
	padding-left: 10px;
	width: 279px;
	height: 40px;
	border-left: 1px solid #fff;
}

#navpt a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 33px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#navpt2 {
	float: left;
	background-color: #FFB644;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	width: 180px;
	height: 25px;
	border-right: 1px solid #fff;
}

#navpt2 a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#content, #sidebar, #allcontent {
	background-color: #fff;
}

#content a img {
	margin: 5px;
	border: 1px solid #000;
}

#subnavi {
	clear: both;
	width: 869px;
	height: 30px;
	background-color: #FFB644;
	border-left: 1px solid #fff;
}


#content {
	clear: both;
	float: left;
	padding: 10px;
	width: 589px;
	border-right: 1px solid #999;

	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
}

#sidebar {
	float: left;
	padding: 5px;
	width: 250px;

	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 9pt;
}

.blog a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	text-decoration: none;
}

.blog, .blog li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.blog li {
	border-bottom: 1px solid #555;
}

#allcontent {
	background-color: #fff;
	width: 870px;
	min-height: 340px;
}

#footer {
	clear: both;
	text-align: left;
	width: 860px;
	background-color: #800;
	padding: 5px;
}

#footer, #footer a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;	
}