/* CSS Document - Permatrading Corporation */

body {
	background-color: #EEEBE2;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}

#menutop {
	height: 35px;
	width: 100%;
	background-color: #173E5D;
}

#topbg {
	margin-top:0px;
	width:100%;
	background-image: url('../images/topbg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

#bottombg{
	margin-bottom:0px;
	width:100%;
	background-image: url('../images/bottombg.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
}

#innercontent {
	padding: 175px 10px 0px 10px;
	width: 600px;
	text-align:left;
	font-family: Helvetica, Tahoma;
	color: #333333;
	font-size: 12px;
	line-height:12pt;
	text-align: justify;
}


#menubottom {

	height: 30px;
	width: 100%;
	background-color: #173E5D;
}

#header {
    	background-image: url('../images/indexheader2.png');
	background-repeat: no-repeat;
	height: 376px;
	width: 950px;
}
/*height252*/
#buttons {
    	background-color: #FFFFFF;
	height: 263px; 
	width: 950px;
	padding: 5px 0px 0px 0px;
}

#buttons a:link{
	color: white; 
	text-decoration: none;
}

#buttons a:visited{
	color: white; 
	text-decoration: none;
}

#buttons a:hover{
	color: white; 
	text-decoration: none;
}

#buttons a:active{
	color: white; 
	text-decoration: none;
}

#footer {
    	background-image: url('../images/indexfooter2.png');
	background-repeat: no-repeat;
    	height: 17px;
	width: 950px;
}
