@charset "utf-8";
/* CSS Document */
body
{
	background: url(images/bg.jpg) repeat;
	margin: 0;
	padding: 0;
}
img
{
	behavior: url(/iepngfix.htc);
	border: none;
}
a
{
	color: black;
}
.title
{
	display: none;
}
li
{
	list-style: none;
}
#page
{
	width: 900px;
	height: 500px;
	margin: 0 auto;
	padding: 0px;
}
#header
{	
	background:url(images/header_01.png) no-repeat;
	width: 900px;
	height: 171px;
	margin: 0 auto;
}
#bottom_footer ul
{
	margin:0px auto;
	padding-top:67px;
	text-align:center;
	width:755px;
}
#bottom_footer ul li
{
	list-style: none;
	display: inline;
	padding:0px 17px;
	font-size: 12px;
}
#nav ul
{
	border-bottom:2px solid black;
	margin:0px auto;
	padding:0px;
	text-align:center;
	width:755px;
}
#nav ul li
{
	list-style: none;
	display: inline;
	padding:0px 17px;
	font-size: 18px;
}
#nav a, #bottom_footer a
{
	text-decoration: none;
}
#container
{
	background: #ecebdf url(images/container_background_03.png) repeat-x center top;
	width: 802px;
	margin: 0 auto;
	overflow:hidden;
}
#left
{
	font-family: Arial, Helvetica, sans-serif;
	width: 509px;
	float: left;
	margin: 10px 1px 0px 7px;
	padding: 0px 0px 0px 15px;
}
#notebook
{
	background: url(images/notebook_04.png) no-repeat;
	behavior: url(/iepngfix.htc);
	display:inline;
	height:440px;
	width:268px;
	margin-left:20px;
	margin-top: 20px;
	position:absolute;
	font-family: arial;
}
#inside_notebook
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	height: 400px;
	line-height: 19px;
	margin-left: 9px;
	margin-top: 53px;
	padding: 0pt 2px;
	width: 225px;
}
#bottom_footer
{
	background:transparent url(images/bottom_footer_03.png) no-repeat scroll 0%;
	behavior: url(/iepngfix.htc);
	height:117px;
	margin:0pt auto;
	width:814px;
}
#bottom_footer p
{
	margin: 0;
	padding: 0 10px;
}
#bottom_footer a:hover
{
	text-decoration: underline;
}
#copyright
{
	text-align: center;
	padding-top: 5px;
}