/*reset margins and padding*/
* {
	margin: 0;
	padding: 0;
}

/*elements*/
body {
	color: #999999;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
}

a {
	color: #999999;
	text-decoration: none;
}

p {
	padding-bottom: 10px;
	line-height: 20px;
}

ul {
	list-style-type: none;
	text-indent: -12px;
	margin-left: 20px;
}

li {
	padding-bottom: 8px;
}

/*building the page structure*/
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ee6611;
}

#container {
	background-position: 60px 230px;
	margin: 0 auto;
	width: 900px;
	background-image: url(../img/background_logo.gif);
	background-repeat: no-repeat;
}

#container_popup {
	background-position: 60px 150px;
	margin: 0 auto;
	width: 450px;
	background-image: url(../img/background_logo.gif);
	background-repeat: no-repeat;
}

#header {
	width: 900px;
	height: 300px;
}

#header_popup {
	padding-top: 25px;
	width: 450px;
	height: 125px;
}

#navigation {
	height: 85px;
	width: 900px;
	float: left;
	padding-top: 10px;
}

#content {
	padding-bottom: 10px;
	clear: left;
	min-height: 215px;
	width: 450px;
	position: relative;
	left: 300px;
}

#content_popup {
	padding-bottom: 10px;
	width: 450px;
}

#footer {
	border-top-color: #888888;
	border-top-style: solid;
	border-top-width: thin;
	width: 900px;
	clear: both;
}

/* children of elements */
p.footer {
	position: relative;
	padding-top: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
}

a.bio {
	color: #ee6611;
	text-decoration: none;
}

a.external {
	color: #ee6611;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ee6611;
}

a.foot {
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

a.foot:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ee6611;
}

ul.nav {
	list-style-type: none;
	width: 150px;
	position: relative;
	left: 300px;
	float: left;
	text-indent: 0px;
	margin-left: 0px;
}

ul.lists {
	list-style-type: none;
	text-indent: 0px;
	margin-left: 10px;
	padding-top: 5px;
}

li.nav_head {
	padding-bottom: 10px;
}

li.nav_head:hover {
	color: #ee6611;
	font-weight: bold;
	text-transform: uppercase;
}

li.nav_head_selected {
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ee6611;
}

li.nav {
	padding-bottom: 0;
	text-indent: 5px;
}

li.nav:hover {
	font-weight: bold;
	color: #ee6611;
	padding-bottom: 0;
	text-indent: 5px;
}

li.nav_selected {
	font-weight: bold;
	color: #ee6611;
	padding-bottom: 0;
	text-indent: 5px;
}

span.orange {
	color: #ee6611;
}

.designed_by {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	font-size: 12px;
	float: left;
	position: relative;
}
