body {									background			: #000000; 
										color				: #F4F0EB;
										font-family			: arial; 
										background-image	: url(images/gradient.jpg);
										background-attachment: fixed;
										background-repeat	: repeat-x;
										background-position : top; }
#container {								margin-left			: auto;
										margin-right		: auto; }

#title {									margin-left			: auto;
										margin-right		: auto;
										width				: 700px;
										background			: #000000;
										border-top			: 4px solid #F4F0EB;
										border-bottom		: 1px solid #F4F0EB;
										border-left			: 4px solid #F4F0EB;
										border-right		: 4px solid #F4F0EB;}												

#navbar {								margin-left			: auto;
										margin-right		: auto;
										margin-top			: -16px;
										width				: 700px;
										height				: 40px;
										background			: #000000;
										color				: #F4F0EB;
										border-top			: 0px solid #F4F0EB;
										border-bottom		: 1px solid #F4F0EB;
										border-left			: 4px solid #F4F0EB;
										border-right		: 4px solid #F4F0EB; 
										background-image  	: url(images/navbar.jpg);
										background-repeat 	: no-repeat;}
#navbar ul {								list-style			: none; 
										margin-left			: -20px; }
#navbar li {								display				: inline; 
										position			: relative;
										font-weight			: bold;
										top					: 8px; }
#navbar a {								display				: block;
										float				: left;
										color				: #F4F0EB;
										text-decoration		: none;
										background			: transparent;
										padding				: 2px; 
										background-image	: url(images/button.gif);
										background-repeat	: no-repeat;
										width				: 76px;
										height				: 24px;
										text-align			: center;
										margin-top			: 8px;
										opacity				: .70;}
#navbar a:hover {						opacity				: 1; }
#navbar a.current {						cursor				: default; 
										opacity				: 1; }
#navbar a.current:hover{					text-decoration		: none; }

#header {								font-size			: 1.2em; 
										font-weight			: bold; }
#sub-header {							font-size			: 1.0em;
										font-weight			: bold; }
#body {									margin-left			: auto;
										margin-right		: auto;
										width				: 680px;
										background			: #000000;
										border-top			: 0px solid #F4F0EB;
										border-bottom		: 1px solid #F4F0EB;
										border-left			: 4px solid #F4F0EB;
										border-right		: 4px solid #F4F0EB; 
										text-align			: justify;
										padding				: 10px;}
#body table {								border				: 0px; 
										width				: 95%; }
#body a {								color				: #F4F0EB; }
#body a:hover {							color				: #C4C0BB; }																	
#body img {								border				: 0px #000000; }

#footer {								margin-left			: auto;
										margin-right		: auto;
										width				: 700px;
										margin-top			: -16px;
										background			: #000000;
										border-top			: 0px solid #F4F0EB;
										border-bottom		: 4px solid #F4F0EB;
										border-left			: 4px solid #F4F0EB;
										border-right		: 4px solid #F4F0EB; 
										background-image	: url(images/footer.jpg);
										background-repeat	: no-repeat; 
										height				: 40px; }
#footer ul {								list-style			: none; }
#footer li {								display				: inline; 
										position			: relative;
										font-weight			: bold;
										top					: 8px; }
#footer a {								float				: left;
										display				: block;
										width				: 76px;
										color				: #F4F0EB;
										text-decoration		: none;
										margin-top			: 8px;
										text-align			: center; 
										opacity				: .70;}
#footer a:hover {						opacity				: 1; }
#footer a.current {						cursor				: default; 
										opacity				: 1;}