
/* EP Stylesheet */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}
body {
	background-color: #666633;
	background-image: url(/img/ep-bkg.jpg);
	background-repeat: repeat;
}

h4 {
 	font-size: 10px;
	margin: 10px 0 10px 160px;
	padding: 0;
}

p { 
	margin:0 125px 10px 160px;
	padding:0;
}

#caltop {
	position:relative;
	width:820px;
	margin:0 auto;
	margin-top:20px;
}

#cal {
	position: relative;
	width:820px;
	height:760px;
	margin: 0 auto;
	margin-bottom:20px;
	padding: 0;
	background-color:#F9F9F7;
	background-image:url(/img/ep-cal-bkg.gif);
	/* text-align:center; */
}

a:link, a:visited {
	text-decoration:none;
	color:#999933;
}

a:hover, a:active {
	text-decoration:underline;
	color:#999933;
}

/* HEADER STYLE */
#header {
	position:relative;
	width:820px;
	height:115px;
	margin-top:0;
}

#sitelinks {
	position:absolute;
	top: 20px;
	right: 10px;
	text-align:right;
	font-size:.9em;
	color:#999933;
}

#urlholder, #urlpm, #urlblog, #urlcal {
	position:absolute;
	top:5px;
	right:10px;
	text-align:right;
	font-size:.9em;
	color:#999933;
	list-style:none;
	visibility:hidden;
}

#urlholder {
	visibility:visible;
}


/* GCAL STYLE */
#gcal {
	position:relative;
	margin:10px auto;
	width:820px;
	height:600px;
	text-align:center;
}



/* FOOTER STYLE */
#footer {
	position:relative;
	width:810px;
	margin-right:10px;
	text-align:center;
	vertical-align:middle;
}


#footer a:link, #footer a:visited {
	vertical-align:middle;
	text-decoration:none;
	color:#666666;
}

#footer a:hover, #footer a:active {
	vertical-align:middle;
	text-decoration:underline;
	color:#666666;
}

