body{
	background-color: #999999;
	margin:0;
    padding:0;
}

.wrapper{
	width:  775px;
	margin:0 auto;
	border: solid black 6px;
	background-color: white;
	min-height: 800px;
		background-image: url('Images/notepadbg.png');
	background-repeat: repeat-y;
}

.logo{
	background-color: white;
	float: left;
	display: inline-block;
	width: 133px;
	height:  145px;
	border-left: solid white 18px;
	border-bottom: solid white 2px;
	border-top: solid white 2px;
}

.header{
	float: right;
}

.subheading{
	clear: both;
	width: 771px;
	background-color: black;
	text-align: right;
	padding: 2px;
	border-bottom: solid #666666 15px;
}

.main{
	clear: both;
	margin-left: 36px;
	margin-top: 10px;
}

.menu{
	border-right: 5px ;
	width: 550px;
	float: left;
}

.login{
	border-right: 5px ;
	width: 165px;
	float: left;
	text-align: center;
}

.sidebar{
	width: 170px;
	float: left;
	clear: both;
	margin-top: 15px;
}
.content{
    margin-left: 20px;
	width: 500px;
	float: left;
	margin-top: 15px;
}
.fullcontent{
	clear: both;
	width: 720px;
	float: left;
	margin-top: 15px;
}
.footer{
	margin-left: 36px;
	width: 720px;
	clear: both;
}
.register
{
    width: 500px;
}
.inputlabel
{
    width: 135px;
    display: inline-block;
    text-align: right;
}
.error
{
    color: Maroon;
}