@charset "utf-8";
/* CSS Document */
body {
	background-image: url(accents/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #220491;
}
.blackbook	{
	background-image:url(accents/bg_gradient_bbok.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}
#crest	{
	margin-left: auto;
	right: 0px;
	margin-top: 0px;
	width: 440px;
	height: 475px;
	background-image:url(accents/crest.png);
	background-repeat:no-repeat;
	z-index: 1;
	position: fixed;
	visibility: visible;
}
#doiley	{
	margin-left: 0px;
	bottom: 0px;
	width: 900px;
	height: 456px;
	z-index: 2;
	position: fixed;
	background-image: url(accents/doileycopy.png);
	background-repeat: no-repeat;
	visibility: visible;
}
a.nav	{
	display: block;
	height: 45px;
	width: 200px;
	position: relative;
}
a.nav:hover, active	{
	background-image: http://www.atlantapanhellenic.org/v4/rollover.png;
	background-position:left;
	background-repeat:no-repeat;
}
.greek1 {	font-family: Symbol;
	font-size: 20px;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #220491;
}
a:visited	{
text-decoration: underline;
	color: #220491;
}
a:hover, active {
	color: #006600;
	text-decoration: none;
}


