#container {
	width: 600px;
	height:50px;
	background-color: #C90;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 150px;
	padding-bottom: 150px;
	padding-left: 50px;

}

body {     text-align: center;     margin: 0 auto; } 
#left{
	float:left;
	width:150px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
#right{float:right;width:150px;} 
#center{margin:0 auto;width:150px;}

p {
	position:absolute;
	bottom:0px;
	right:0px;
	margin:0px;
	padding:0px;
	border:0px;
	text-align: right;
}





#box1 {
	width: 150px;
	height: 150px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	display:block;
	background-color:#F36;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}


#box1 a:link {
	color: #FFF;
	text-decoration: none;
}
#box1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#box1 a:hover {
	color: #000;
	font-weight: bolder;
}
#box1 a:active {
	color: #FFF;
	text-decoration: none;
}

.menuline {
	position: absolute;
	width: 900;
	height: 50;
	left: 15%;
	top: 450;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

#menufont {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-weight: normal;
	height: 30px;
}

#menufont a:link {
	color: #F39;
	text-decoration: none;
}
#menufont a:visited {
	color: #F39;
	text-decoration: none;
}
#menufont a:hover {
	color: #F39;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#menufont a:active {
	color: #000;
	text-decoration: none;
}
