/*
 *  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;
	background-image: url("/images/page-background.gif");
	background-position: center top;
	background-repeat: repeat-y;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#page {
	width: 749px;
	margin-left: auto;
	margin-right: auto;
}




/*  MENU PAGES Styles  */

#login-menu-header {
	width: 749px;
	background-image: url("/images/menu-header-background.gif");
	background-repeat: no-repeat;
	height: 245px;
}


h1 {
	padding-left: 462px;
	padding-top: 151px; 
}


#content {
	background-image: url("/images/content-background.gif");
	background-repeat: no-repeat;
	padding-top: 5px;
}
p, h2, h3, li  {
	padding-left: 125px;
	padding-right: 30px;
	line-height: 1.5em;
}

p, ul {
	padding-bottom: 1em;
}

h2 {
	font-weight: bold;
	font-style: italic;
	padding-top: 1em;
}

h3 {
	font-style: italic;
}

#content ul {
	list-style-type: disc;
	list-style-position: inside;
}