* {
	margin: 0;
	padding: 0px;
}
div {
	opacity: 1;
	position: relative;
}
#centered {
	text-align:center
}
#div1 {
		font-family: impact;
	/*border: 1px dashed #696;*/
	height: 80px;
	width: 1000px;
	margin-left: auto ;
	margin-right: auto ;
	z-index: 1;
	margin-bottom: 0px;
}
#div1a {
	/*border: 1px dashed #696;*/
	left: 55%;
	top: 10px;
	width: 300px;
	position: absolute;
	z-index: 2;
	padding: 10px;
}
#div1b {
	/*border: 1px dashed #696;*/
	top: 50px;
	left: 20%;
	width: 250px;
	position: absolute;
	z-index: 2;
}
#div2 {
	/*border: 1px dashed #696;*/
	background-color: #ffffff;
	z-index: 1;
	margin-bottom: 0px;
	width: 1000px ;
	margin-left: auto ;
	margin-right: auto ;
}

.Left {
	position: absolute;
	left: 10px;
	z-index: 2;
	opacity: .7;
	width: 165px;
	background-color: #dddddd;
	height: 600px;
	margin-top: 5px;
}
.Center {
	z-index: 2;
	width: 630px;
	margin-left: auto ;
	margin-right: auto ;
	height: 600px;
}
.Right {
	margin-top: 5px;
	position: absolute;
	z-index: 2;
	opacity: .7;
	width: 165px;
	left: 825px;
	height: 600px;
}
#box1 {
	z-index: 2;
	/*background-color: #dddddd;*/
	float: left;
}
#box2 {
	z-index: 2;
	/*background-color: #fdd;*/
	float: left;
	top: 10px;
}
#box3 {
	z-index: 2;
	float: right;
	top: 10px;
}
#box4 {
	z-index: 2;
	/*background-color: #dddddd;*/
	float: right;
}
#div3 {
	z-index: 1;
	/*border: 1px dashed #696;*/
	/*background-color: #dddddd;*/
	height: 18px;
	width: 1000px;
	margin-left: auto ;
	margin-right: auto ;  
	text-align: center;  
	line-height: 14px;
	font-size: 14px;
	color: #69809c;
}
#div4 {
}
#manageNote {
	padding: 5px;
	border: 1px solid #bbbbbb;
	background-color: #dddddd;
	position: absolute;
	width: 218px;
	left: 400px;
	height: 550px;
	font-family: helvetica;
	color: black;
}
#addNote {
	padding: 5px;
	border: 1px solid #bbbbbb;
	background-color: #dddddd;
	position: relative;
	width: 380px;
	left: 0px;
	top: 0;
	height: 140px;
	font-family: helvetica;
	color: black;
}
#addMethod {
	padding: 5px;
	border: 1px solid #bbbbbb;
	background-color: #dddddd;
	position: relative;
	width: 380px;
	top: 5px;
	height: 108px;
	font-family: helvetica;
	color: black;
}
#manageMethod {
	padding: 5px;
	border: 1px solid #bbbbbb;
	background-color: #dddddd;
	position: relative;
	width: 380px;
	top: 10px;
	height: 268px;
	font-family: helvetica;
	color: black;
}
#logout {
	z-index: 2;
	width: 630px;
	margin-left: auto ;
	margin-right: auto ;
	height: 15px;
	top: 8px;
	text-align: center;
}
legend {
	font-family: impact;
	color: #445566; 
	background: #eeeeee;
	border: 1px solid #bbbbbb;
	padding: 0px 8px
}
.c1 {
width: 100px; 
}
.c2 {
width: 135px; 
}
.input {
    border: 1px solid #006;
    background: #ffc;
}
.button {
    border: 1px solid #006;
    background: #dddddd;
} 
.button:hover {
    border: 1px solid #006;
    background: #eeeeee;
} 
a:link, a:visited { 
	color: #69809c;
	text-decoration: none; 
}
body.main {
	background-image: url("images/bg_fade.gif");
	background-repeat: repeat-x;
	background-color: #acd0ff;
}
body {
	color: #445566;
	line-height: 20px;
	font-size: 15px;
}
#title {
	text-transform: capitalize;
	font-variant: small-caps;
}
#div2 {
	font-family: verdana;
}
.box {
	width: 300px;
	height: auto;
}
.list {
	font-family: helvetica;
	font-size: 10px;
	text-indent: 5px;
}
table.table1 {
	table-layout: fixed;
}
.title {
	font-family: impact;
	text-decoration: underline;
}
.item {
	font-family: helvetica;
}
ul
{
	margin: 15px;
	padding: 0px;
}