/* =============================================================== */
/* BASIC ELEMENTS */
/* =============================================================== */

html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body {
	text-align: center; /* center on ie */
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 18px;
	min-width: 800px;
	background: #fff url("img/erika-dalya-bg.jpg") no-repeat;
}

h1, h2, h3, #nav, #homenav {
	font-family: Georgia, Times New Roman, serif;
}
.menutext {
	padding-right: 51px;
	text-align: center;
}

h1, h2, h3, p {
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 22px;
	letter-spacing: 8px;
	text-transform: lowercase;
}

ul {
	margin: 0px 0px 20px 20px;
	padding: 0px;
}

li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

form, input { margin: 0; padding: 0; }

#alpha p {
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	color: #fff;
	background: #45B649;
	padding: 4px;
	width: 117px;
}

/* =============================================================== */
/* LAYOUT */
/* =============================================================== */

#container {
	position: relative;
	width: 100%;
}

#container-inner {
	position: static;
	padding: 0px;
	width: 100%;
	text-align: left;
}

#banner {
	position: relative;
	width: 100%;
}

#banner-inner {
	position: static;
	padding: 0px;
	text-align: left;
	margin: 0px;
	width: 100%;
	height: 170px;
}

#homenav {
	position: absolute;
	width: 300px;
	top: 382px;
	left: 402px;
	text-align: right;
}

#nav, #pagebody, #footer {
	position: relative;
	width: 100%;
	text-align: center; /* center in IE */
}

#nav-inner, #pagebody-inner, #footer-inner {
	position: static;
	padding: 0px;
	text-align: left;
	margin: 0px auto; /* center on everything else */
	width: 700px;
}
#alpha-inner p {
	line-height: 9px;
	background-color: #45B649;
	height: 9px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#credits {
	float: right;
	position: relative;
	margin-top: 10px;
	margin-right: 30px;
}

#alpha {
	float: left;
	width: 125px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0;
}

#beta {
	float: left;
	width: 500px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
	margin-left: 20px;
}

#nav { margin-bottom: 20px; }
#pagebody { margin-bottom: 10px; }
#footer { margin-bottom: 30px; }

/* =============================================================== */
/* LINKS */
/* =============================================================== */

#beta a, #beta a:link, #beta a:visited {color: #EE3C96; text-decoration: none;}
#beta a:hover {color: #fff; background: #EE3C96; text-decoration: none;}


#homenav a, #homenav a:link, #homenav a:visited, #homenav a:active, #homenav a:hover {
	text-decoration: none;
	font-size: 18px;
	text-transform: lowercase;
	text-align: left;
}
#homenav a, #homenav a:link, #homenav a:visited, #homenav a:active { color: #fff; }
#homenav a:hover { color: #eed18b;}

#nav a, #nav a:link, #nav a:visited, #nav a:active, #nav a:hover {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 10px;
}
#nav a, #nav a:link, #nav a:visited, #nav a:active { color: #069; }
#nav a:hover { color: #fff; background-color: #069; }

#credits a, #credits a:link, #credits a:visited, #credits a:active, #credits a:hover {
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
}
#credits a, #credits a:link, #credits a:visited, #credits a:active { color: #45B649; }
#credits a:hover { color: #fff; background: #45B649; }


#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
	margin-right: 10px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active { color: #45B649; }
#footer a:hover { color: #fff; background: #45B649; }

/* =============================================================== */
/* IMAGES */
/* =============================================================== */

#alpha img {
}

#beta img {
	margin: 0px 0px 10px 10px;
	float: right;
	border: 5px solid #45B649;
}

/* =============================================================== */
/* HELPERS */
/* =============================================================== */

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
