body{
background: url('../images/bg.gif') no-repeat center top; 
font-family:"Arial Black";
}
#header{
	height:246px;
	
}
#content0{
	height:420px;
	width:770px;
	margin:0px auto;
 	 margin-left: auto ;
 	 margin-right: auto ;
	text-align:center;
	position:relative;
	background-color:#FFFFFF;
	border:solid 1px;
	-moz-border-radius:12px
	box-shadow: 3px 3px 4px #000;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-border-radius:12px;
}
#content1{
	height:420px;
	width:770px;
	margin:0px auto;
 	 margin-left: auto ;
 	 margin-right: auto ;
	text-align:center;
	position:relative;
	background-color:#f1cee2;
	border:solid 1px;
	-moz-border-radius-topleft:12px;
	-moz-border-radius-topright:12px;
	-moz-border-radius-bottomleft:12px;
	box-shadow: 3px 3px 4px #000;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-border-radius:12px;
	font-size:small;
}
#content2{
	height:420px;
	width:770px;
	margin:0px auto;
 	 margin-left: auto ;
 	 margin-right: auto ;
	text-align:center;
	position:relative;
	background-color:#d1e8c5;
	border:solid 1px;
	-moz-border-radius-topleft:12px;
	-moz-border-radius-topright:12px;
	-moz-border-radius-bottomright:12px;
	box-shadow: 3px 3px 4px #000;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-border-radius:12px;
}
#content3{
	height:420px;
	width:770px;
	margin:0px auto;
 	 margin-left: auto ;
 	 margin-right: auto ;
	text-align:center;
	position:relative;
	background-color:#d2edf6;
	border:solid 1px;
	-moz-border-radius-topleft:12px;
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-bottomright:12px;
	-webkit-border-radius:10px;
	box-shadow: 3px 3px 4px #000;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-border-radius:12px;
}
#content4{
	height:420px;
	width:770px;
	margin:0px auto;
 	 margin-left: auto ;
 	 margin-right: auto ;

	 
	text-align:center;
	position:relative;
	background-color:#dcc5e8;
	border:solid 1px;
	-moz-border-radius-topright:12px;
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-bottomright:12px;
	box-shadow: 3px 3px 4px #000;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-border-radius:10px;
	border-top-right-radius:12px;
}
.center{
	margin-left: auto ;
  	margin-right: auto ;
	border-spacing:10px 10px;
	
}
.button1{
	text-align:center;
	height:200px;
	width:280px;
	background-color:#f1cee2;
	-moz-border-radius-topleft:12px;
	-moz-border-radius-topright:12px;
	-moz-border-radius-bottomleft:12px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-border-radius:12px;
	border-top-right-radius:12px;
}
.button2{
	text-align:center;
	height:200px;
	width:280px;
	background-color:#d1e8c5;
	-moz-border-radius-topleft:12px;
	-moz-border-radius-topright:12px;
	-moz-border-radius-bottomright:12px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-border-radius:12px;
	border-top-right-radius:12px;
}
.button3{
	text-align:center;
	height:200px;
	width:280px;
	background-color:#d2edf6;
	-moz-border-radius-topleft:12px;
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-bottomright:12px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-border-radius:12px;
	border-top-right-radius:12px;
}
.button4{
	text-align:center;
	height:200px;
	width:280px;
	background-color:#dcc5e8;
	-moz-border-radius-topright:12px;
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-bottomright:12px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-border-radius:12px;
	border-top-right-radius:12px;
}

#menu{

	height:25px;
	width:20%;
	margin-left:25%;
	border-left:solid 1px;
	border-right:solid 1px;
	border-top:solid 1px;
	background-color:#CCFFFF;
	
	-moz-border-radius-topleft:12px;
	-moz-border-radius-topright:12px;
	
}
#footer{
	color:#000000;
	font-size:8px;
	height:12px;
	width:50%;
	margin:0px auto;
	position:relative;
	text-align:center;
	
}
#globalnav {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#bbb;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#bbb;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
}
.hd{
	visibility:hidden;	
}
