.body {
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	
}
.main {
	width:900px;
}
.heading {
	/*background-color:#92D810;*/
width:900px;
	height:200px;
}
.left-heading {
	width:200px;
	float:left;
}
.center-heading {
	width:496px;
	float:left;
}
.center-heading .head-title {
	font-family:'Spicy Rice', cursive;
	font-size:65px;
	color:#12A9E8;
}

.right-heading {
	width:200px;
	float:right;
}
.pinkline {
	height:34px;
	background-color:#12A9E8;
	background-repeat:repeat-x;
	width:900px;
}
.blueline {
	height:34px;
	background-color:#12A9E8;
	background-repeat:repeat-x;
	width:900px;
}
.headerblue {
	height:34px;
	background-color:#12A9E8;
	background-repeat:repeat-x;
	width:900px;
	border-radius:10px 10px 0 0;
}
.content {
	width:900px;
}
.content .menu-button {
	width:230px;
	font-size:20px;
	font-weight:bold;
	background:#12A9E8;
	border-radius:10px;
	height: 40px;
	padding: 12px 0 0;
}
.content .menu-button a {
	text-decoration:none;
	text-transform:uppercase;
	color:#FFFFFF;
}
.content .menu-button:hover {background:#333333;}

.box {
	width:200px;
	height:200px;
	float:right;
}
.left-object {
	background-color:#EDE3C5;
	border:2px #000000 solid;
	color:#000000;
	width:440px;
	float:left;
	height:420px;
}
.right-object {
	border:2px #000000 solid;
	background-color:#99cc00;
	width:450px;
	float:right;
	height:420px;
}
.content h1 {
	color:#000000;
	padding:10px 10px 10px 10px;
}
.content p {
	padding:10px 10px 10px 10px;
}
#link2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	overflow:hidden;
}
#link2 ul {
	margin:0px;
	padding-left:50px;
}
#link2 li {
	padding:0px 1px;
	float:left;
	list-style:none;
}
#link2 li a {
	height:34px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:110px;
	line-height:34px;
	float:left;
	text-decoration:none;
	text-align:center;
}
#link2 li a:hover {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:34px;
	height:34px;
	width:110px;
	color:#CCFF33;
	background-color:#333333;
}
.selected {
	background-color:#333333;
}
.footerblue {
	height:35px;
	background-color:#12A9E8;
	background-repeat:repeat-x;
	width:900px;
	border-radius: 10px;
}
.footerblue .ctxt {
	text-align:center;
	padding:10px 0 0;
}
.footerblue .ctxt a {
	font-weight:bold;
}

