/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
margin:auto;
}

.all {
	width:826px;
	background: #fff url("images/logo2.gif");
	padding-top: 389px;
	background-repeat: no-repeat;
	margin-top:30px;
	margin-bottom:30px;
	border-right:25px solid #fff;
	/*border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-top: 0;*/
/*	background-color:#000;
*/	
}

body {
	font-family: Monaco, "Courier","Helvetica", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	background: #ccc ;
	color: #000;
	line-height:150%;
}

.footer_indexhibit {
	clear: both;
}



.footer_indexhibit .footPad { 
	border-top: solid 10px  #ccc;
	padding: 10px 30px 10px 30px;
	margin: 40px 0 0 0;
	background-color: #fff;
	width:791px;
}

strong{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	text-align:left;
}

.footer_indexhibit a:link { text-decoration: underline; color: #00f; background: url("images/pattern.gif"); }
.footer_indexhibit a:active { text-decoration: underline; color: #00f; background: url("images/pattern.gif"); }
.footer_indexhibit a:visited { text-decoration: underline; color: #00f; background: url("images/pattern.gif"); }
.footer_indexhibit a:hover { text-decoration: underline; color: #00f; background: url("images/pattern.gif"); }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #0000ff; }
a:hover { text-decoration: underline; }

a img { border: none;
background-image:none;}

#menu {
	border-right: 20px solid #000;
	border-left: 20px solid #000;
	text-transform: uppercase;
	float:right;
	overflow:hidden;
	color: #00F;
    width: 220px;
    overflow: auto;
	padding-bottom: 15px;
	padding-top: 20px;
	margin-bottom: 30px;
	background-color: #000;
	
}

.theIndex {
	padding-top: 10px;
	
}

#menu a:link { text-decoration: none; color: #00f;  }
#menu a:active { text-decoration: none; color: #00f;  }
#menu a:visited { text-decoration: none; color: #00f;  }
#menu a:hover { text-decoration: underline; color: #00f;  }


#menu ul {
	
	list-style-position: inside;
	list-style: none;
	margin: 0 0 15px 0;
	padding:0 0 15px 0;
	
}

#menu li {
	margin: 0;
	padding:0;
}

#menu ul li.section-title {margin-bottom:0; }

.active {
	background: url("images/pattern-black.gif");
	}

#content {
	padding-top: 30px;
	background-color: #fff;
	width:521px;
    margin-left: 0;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 15px;

}

#content .container {
    padding: 0;
	font-weight: normal;
}

#content a:link { text-decoration: underline; color: #00f; background:  url("images/pattern.gif"); }
#content a:active { text-decoration: underline; color: #00f; background: url("images/pattern.gif"); }
#content a:visited { text-decoration: underline; color: #00f; background: url("images/pattern.gif"); }
#content a:hover { text-decoration: underline; color: #00f; background: url("images/pattern.gif"); }


.container {
	margin: auto;
    padding: 0;
}

#content p { 
	width: 500px;
	text-align:justify;
	}

p {
    margin: 20px 0 20px 0;
}

h1 { color:#000; font-size: 28px; font-weight: bold; padding-bottom:15px; line-height:100%;}
h2 { line-height:120%; color:#000; font-size: 18px; font-weight: normal; background: url("images/pattern3.gif"; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 75%; margin: 0; padding: 0 0 15px 0; }

/*#once { clear: left; }*/