body {
	background-color: #000000;
	color: red;
	width: 100%;
}

.centerimage
{
	display: block;
    margin-left: auto;
    margin-right: auto
}

a
{
	color:red;	
}


#head
{
	width: 100%;
	height: 250px;
	
	border-bottom: solid 1px red;
}


#headad
{
	width:20%;
	height: 100%;
	float:left;
	text-align:center;
	/*text-align:center;*/
}

#headlogga
{
	width:60%;
	height: 100%;
	float:left;
	
}

#headlef
{
	width:20%;
	height: 100%;
	float:left;
}

#leftcontent
{
	width: 101px;
	/*height: 100px;*/
	float:left;	
}

#content
{
	float:left;
	width: 75%;
	height: 600px;
	padding: 20px;
	overflow-y:scroll;
	border-left: solid 1px red;
}

#rightcontent
{
	float: left;
	width: 10%;
	/*border-left: solid 1px red;*/
}

#footer
{
	width: 100%;
	float:left;
}

/*#leftmenu a
{
	color: white;
	text-decoration: none;
	
}

#leftmenu a
{
	padding-bottom: 10px;
	
}
*/
#leftmenu div
{
	background-image: url('../images/buttonimg/menulinknormalborder.png');
	width: 100px;
	height: 20px;
	text-decoration: none;
	color: white;
	text-align:center;
	margin-bottom: 4px;
	font-size: 15px;
	
}

#leftmenu div:hover
{
	background-image: url('../images/buttonimg/manulinkhoverborder.png');
	width: 100px;
	height: 20px;
	color:white;
	text-decoration: none;
	text-align:center;

	
}


#leftmenu div:click
{
	background-image: url('../images/buttonimg/manulinkhoverborder.png');
	width: 100px;
	height: 20px;
	color:yellow;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	
}

.abouttable
{
	border: 1px solid red;
}

.abouttable td
{
	width: 15%;
}

