@charset "utf-8";
/* CSS Document */

html,body
{
	height:100%;
	background-color:#80b6e5;
}

#page
{
	width:900px;
	height:auto;
	border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
	margin:auto;
    }
#leftbar
{
 width:250px;
 height:auto;	
 border-left: 1px solid #CCC;
 border-right: 1px solid #CCC;
 background-image:url(../Images/image1162.png);
 position: relative;
}
#leftbar ul
{
	margin:0;
}
#leftbar li
{
	font:"Courier New", Courier, monospace bold;
	font-size:20px;	
	padding:0 0 0 2px;
	list-style:none;
	
	
}
#leftbar a
{
	text-decoration:none;
	padding:0 0 0 25px;
	
}
.menu1
{
	padding:0 0 0 25px;
background:url(../Images/point2.png) no-repeat center left;
}
.menu2
{
	background:url(../Images/point1.png) no-repeat center left;
	padding:0 0 0 25px;
}
#leftbar a:hover
{
	padding:0 0 0 25px;
background:url(../Images/point2.png) no-repeat center left;	
}
#rightbar
{
 width:650px;
  height:auto;
 border-left: 1px solid #CCC;
 border-right: 1px solid #CCC;
 background:url(../Images/upper.jpg)no-repeat;
 position: relative;	
 float:right;
 background-color:#FFF;
}
#rightbar h1
{
	font-family:Trebuchet MS;
	font-size:42px;
	color:#090;
	font-style:italic;
	margin-bottom:0px;
	
}
#rightbar h2
{
font-family:Trebuchet MS;
	font-size:30px;
	color:#825C9E;
	font-style:italic;
	margin-top:0px;	
	margin-left:5px;
}
#rightbar h3
{
font-family:Verdana;
	font-size:20px;
	margin-top:20px;
	margin-left:5px;
	color:#F00;		
}
#rightbar p
{
	font-family:Verdana;
	font-size:18px;
	margin-top:20px;
	margin-left:5px;
	margin-right:5px;	
}
#footer
{
 width:650px;
 height:100px;
 background-color:#9C9;	
}
