/* GLOBAL */

BODY{ height:100%;  width:100%;  margin:0;  padding:0; }
P { margin:0;  padding-bottom:25px;}

UL{ font-size:20px;  line-height:25px;  margin:0; }

/* ID */

#all{
	background-color:#CCDDEE;
	color:#666666;
	font:normal 16px Comic Sans MS,Geneva,sans-serif;
	line-height:25px;
	height:100%;  width:100%;
	margin:0 auto;  padding:0;
	text-align:center;
	}


#page{
	background-color:white;
	height:100%;  width:800px;
	margin:0 auto;  padding:0;
	}


#holes{ border-right:1px solid #F9C; float:left; width:125px; }
#main{ float:right; width:674px; }
#holes,#main{ background-image:url(images/page_bg25.gif); height:100%; text-align:left; }

#top{ background-color:white; height:205px; width:674px; margin:0; }
#top{ #height:200px; }
#text{ margin: 0 30px 30px 30px; }

.box{ float:left;  width:300px; }

.button{ 
	border:1px solid #0000C0;
	background-color:#CCDDEE;
	float:left;
	height:60px;  width:120px;
	margin:0 0 0 90px;
	text-align:center;
	}


.ared{ color:#C00000; }
.ablu{ color:#0000C0; }
.agrn{ color:#006800; }
.ayel{ color:#FFC000; }