BODY {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(./images/bg1.gif);
	background-position: left;
	background-repeat: repeat-y;
	text-align: left;
}


#frame{
	width:910px;
	text-align:left;
}

#frame-margin{
	margin:0px;
}

#header{
	background-image: url(./images/header.jpg);
	background-color:#ffaa00;
	color: white;
	height: 136px
	/*
	margin:5px;
	padding:5px;
	padding-left:10px;
	*/
}

#header h1{
	color: white;
	margin-bottom:5px;
	margin-top:10px;
}

.main{
	width:650px;
	float:right;
	margin:5px;
	padding:5px;
	color:#444444;
}

.main h1{
	color:#008888;
	font-size: 150%;
	margin-bottom:5px;
	margin-top:0px;
}

.main h2{
	margin-bottom:5px;
	margin-top:15px;
	font-size:120%;
	border-bottom: 1px solid #66CC00;
	border-left: 10px solid #66CC00;
}

.main h3{
	margin-bottom:5px;
	margin-top:15px;
	font-size:110%;
}

.main a{
	color:#555599;
	text-decoration:none;
}

.main a:hover{
	border-bottom: 1px solid;
}

.main ul {
	margin:0;
	padding-left:30px;
}

.side{
	width:200px;
	float:left;
	background-color:#ffcc77;
	margin:5px;
	padding:5px;
	color:#444444;
	background-image: url(./images/menu_bg.gif);
}

.side ul {
	list-style: none;
	margin:0;
	padding-left:10px;
}

.side a{
	color:#555577;
	text-decoration:none;
}

.side a:hover{
	border-bottom: 1px solid;
}

.cpright{
	color:#ffffff;
	font-size:80%;
	padding-left:10px;
	padding-top:10px;
}

.c-both{
	clear:both;
}
