body {
    background: url('background.jpg') /*repeat 0px 0px*/;
    color: white;
    font-size: 12pt;
    font-family: Arial;
    height:100%;
    }

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: blue;
    background-color: #F0F0F0;
     
}

h1 {
color="#FFFFFF";
font-size: 18pt;
font-family: Arial;
text-align: left;
}

#container {    position: relative;} 

#text_container{ 	
    position:absolute;
    margin: 0px auto;
	right: 420px;
    height: auto;
    left: 0px;
    top: 5px
}

#navigation_1 {    
    position: absolute; 
    width: 100%;   
    top: 5px } 
    
#navigation_2 {    
    position: absolute; 
    width: 0%;   
    left: 50%;  
    top: 5px } 


/*
span {
	display: none;
}

img {
	border: none;
}
p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 910px;
    height: auto;
	border-color: #909090;
	border-width: 1px 1px 1px 1px;
    border-style: solid;
	background-color: snow;
}

/* Page Header */

/*#page_header {
	width: 910px;
	height: 113px;
	color: #fff;
	background-color:black;
	overflow: hidden;
    	
}

#page_header a {
	color: #fff;
	text-decoration: none;
}

#page_header a:hover {
	color: #e1e1e1;
}

#page_heading {
	width: 665px;
	height: 94px;
	background: url('images/title.bmp') no-repeat 5px 2px;
	float: center;
}

#page_heading h2 {
	width: 250px;
	height: 16px;
	background:transparent url('images/menu_background.gif') no-repeat 60px 0px;
	float: left;
	clear: both;
}

/* Left Sidebar */

/*#left_sidebar {
	width: 129px;
	float: left;
    border-color: #909090;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	text-align: left;
	color: #909090;
}

#left_sidebar a {
	color: #909090;
}

#left_sidebar a:hover {
	color: #75759c;
}


/* Left Sidebar : Categories */

/*#categories {
	margin-bottom: 1px;
	padding: 1px 1px 1px 0px;
	border-color: #909090;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	text-align: center;
}

#categories_header {
	margin-bottom: 2px;
	width: 127px;
	height: 20px;
	background: url('images/menu_background.gif') repeat-x 0px 0px;
	overflow: hidden;
}

#categories_header h2 {
	margin-top: 3px;
	margin-left: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#categories ul {
	margin: 0px auto;
	width: 120px;
	list-style-type: none;
}

#categories li {
	width: 120px;
	height: 30px;
	list-style-type: none;
	text-align: left;
	border-bottom: #909090 1px solid;
	float: left;
}

#categories li.last {
	border: none;
}

#categories li a {
	margin-top: 4px;
	margin-left: 6px;
	display: block;
	color: #909090;
	text-decoration: none;
}

#categories li a:hover {
	color: #56567c;
}

/* Main Content Area */

/*#main_content {
    width: 779px;
	text-align: center;
	float: right;
	border-color: #909090;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
/*    min-height: 708px;
*/
   /* bottom: 0px;*/
 /*   background: url('images/main_background.jpg') repeat 0px 0px;
  
}

#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #909090;
	overflow: hidden;
}








