/* CSS Document */

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	background-color:#bdbdbd;
}

/*----------------------------------------------------------------------------
  page elements
----------------------------------------------------------------------------*/

/*Background color of the main container*/
#container {
	background-color:#0C2041;
}

/*Color of the top page header*/
#header h1 {
	color: #FFFFCC;
} 

/*Color of the top page sub header*/
#header p {
	color: #CCCCCC;
} 

/*main navigation background color*/
#main_nav_container {
	background-color:#122549;
}

/*main navigation active items color and text color*/
#main_nav_list a.main_nav_active_item {
  background-color:#3E5382;
  color: #FFFFCC;
}

/*main navigation items color and text color*/
#main_nav_list a.main_nav_item {
  background-color:#1B3057;
  color: #BBBBBB;
}

/*main navigation hover items color and text color*/
#main_nav_list a.main_nav_item:hover {
  background-color:#3E5382;
  color: #CCCCCC;
}
/*Background color of the subcontainer with the main content*/
#sub_container1 {
	background-color:#041734;
}

/*Color of the subcontainer heading text*/
#sub_container1 h1 {
	color: #FFFFCC;
}

/*Color of the subcontainer paragraph text*/
#sub_container1 p {
	color: #CCCCCC;
}

/*Color of the subcontainer paragraph text*/
#sub_container1 a {
	color: #CCCCCC;
}

/*Color of the subcontainer paragraph text*/
#sub_container1 li {
	color: #CCCCCC;
}

/*Background color of the footer container*/
#footer_container {
	background-color:#122549;
}

/*Color of the footer container text*/
#footer_container a {
	color: #375379;
}


/* ------------Preview images ----------------------------*/

/*Background and border color of the little image container*/
div.pimg {
	background-color:#00102B;
	border-color:#888888;
}

/*Color of the image description text*/
div.pdescr {
	color: #CCCCCC;
}


/*-------------- Album images -------------------------------------*/

/*album image background and border color*/
div.aimg {
	background-color:#00102B;
	border-color:#888888;
}

/*album image object description text color*/
div.aobj {
	color: #FFFFCC;
}

/*album image description text color*/
div.adescr {
	color: #CCCCCC;
}

/*album image header text color*/
div.atitle {
	color: #FFFFCC;
}