/*
 *  Reset element default values.
 */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/*  GENERAL Site Styles  */

body {
	background-color: #393d38;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#page {
	width: 849px;
	background-image: url("images/page-background.gif");
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}

p {
	line-height: 1.5em;
	padding-bottom: 1em;
	margin-left: 180px;
	margin-right: 95px;
}


h1 {
	padding: 60px 0px 0px 0px; 
	float: left;
	margin: 0px;
}
/*  MENU PAGES Styles  */

#menu-header {
	margin-left: 53px;
	background-image: url("images/menu-header-background.gif");
	background-repeat: no-repeat;
	height: 245px;
}

#login-content {
	background-image: url("images/menu-content-background.gif");
	background-repeat: no-repeat;
	padding-top: 70px;
}

ul.navigation {
	list-style: none;
	text-align: right;
	padding: 100px 47px 0px 0px;
	margin: 0px;
}

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

h2 {
	text-align: right;
	margin-right: 95px;
	padding-bottom: 1em;
}

p#login {
	margin-left: 146px;
}