body {
	background-color: #ffffff;
	margin: 0px; 
	padding: 0px;
	color:	#000;
	text-align: center;
	color: #fff;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 790px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #323030;
}
#contentleft {
	width: 344px;
	float: left;
	background-color: #323030;
	padding: 0px;
	margin: 0px;
}
#contentcenter {
	/** width: 446px; **/
	float: left;
	background-color: #323030;
	padding: 0px;
	margin: 0px;
}
#contentmain {
	/* 
	background-image: url("../images/bg-content-war.jpg");  
	background-position:  0px 0px;
	background-repeat:  no-repeat;
	background-color: #323030;
	*/
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	height: 640px;
}
#contentText {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 570px;
}
#contentInspire {
	margin: 0px; 
	width: 228px; 
	top: -40px; 
	left: 38px; 
	position: relative; 
	border: 0px dotted #d0d0d0; 
	padding: 8px;
	line-height: 18px;
	color: #fff;
}
#contentInspire a { 
	color: #FF3100;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
#contentInspire a:hover { 
	text-decoration: underline;
}
#intro {
	left: -34px;
	top: -4px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-right: 0px;
	text-align: justify;
	float: left;
	position: relative;
	z-index: 11;
}
#intro h3, font.bigTitle, h5.pictures {
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 120%;
	width: 100%;
}
font.bigTitle, h5.pictures {
	color: #FF3100;
	letter-spacing: 1px;
}
#intro h4 {
	font-size: 110%;

}
h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h4 {
	padding-top: 8px;
	padding-bottom: 4px;
}
#intro h5{
	background-color: #fff3d6;
	padding: 4px;
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: normal;
	color: #000;
}
#intro h3 {
	padding-bottom: 10px;
}

#footer {
	margin: 0px;
	width: 790px;
	padding-top: 0px;
	text-align: center;
	border-bottom: 6px solid #D47231;
	float: left;
	position: relative;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	padding-left: 220px;
	padding-bottom: 8px;
}
#footer ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}
#footer ul li a {
	border-bottom: 1px solid #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #666666;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
}
ul.pictures {
	display: inline; 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.pictures li {
	display: inline; 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.pictures li img {
	margin-top: 18px;	
	margin-bottom: 10px;	
}
ul.pictures li a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
ul.pictures li a:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
a.title {
	font-weight: bold; 
	text-decoration: underline;
}
#subtitle {
	background-color: #fff3d6;
	margin: 0px;
	padding: 4px;
	text-align: center !important;
}
blockquote {
	padding: 6px;
	margin: 0px;
}
/*** TOOLTIP ***/
a.info {
    position:	relative; /*this is the key*/
    z-index:		24; 
    text-decoration:	none;
	padding: 0px;
	margin: 0px;
}
a.info:hover {
	z-index:	 125; 
	background-color: #323030;
}
a.info span {
	display: none;
}
a.info:hover span { /*the span will display just on :hover state*/
    display:		inline;
    position:	absolute;
    top:			7em; 
	left:			0em; 
	width:		16.5em;
	height:     6em;
    border:		1px solid #ddd;
    background-color:#ccc; 
	color:		maroon;
    text-align: left;
	padding:  6px;
	text-decoration: none;
}
/*** TOOLTIP END ***/
fieldset {
	border: 1px solid #d9d9d9;
	padding: 8px;
	font-size: 12px;
	width: 80%;
}
legend {
  padding: 0.2em 0.5em;
  border:1px solid #d9d9d9;
  font-size:120%;
  text-align:right;
  color: #ff3100;
}
ul.box {
	list-style-type: square; 
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #943505;
}
ul.box li {
	padding-bottom: 2px;
	color: #fff;
}