* { margin:0;  padding:0; }

body {
	background-color:#2a2a2a;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-align:center;
}
#rootcont {
	position:relative;
	margin-top:40px;
	width:100%;
	height:450px;
	background-color:#ffffff;

}
#flashholder{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border:black 1px solid;
	border-top:0;
}
#bigtextholder{
	position:relative;
	width:95%;
	top:12px;
	left:20px;
	text-align:left;
}
#galleryholder{
	position:relative;
	width:99%;
	height:370px;
	left:8px;
	top:10px;
	vertical-align:middle;
	overflow:auto;
	z-index:80;
}
#gallerywindow {
	position:relative;
	width:auto;
	height:300px;
}
#galleryitem {
	position:relative;
	width:184px;
	height:112px;
	margin-top:4px;
	margin-left:2px;
	border-bottom:1px solid #d4d4d4;
	border-right:1px solid #e4e4e4;
	float:left;
	font-size:14px;
	text-align:center;
	color:#2a2a2a;
}
#textarea {
	position:relative;
	height:100px;
	width:768px;
	background-color: #fafafa;
	font-style: normal;
	color: #555566;
	z-index: 10;
	font-size: 10px;
	color: #444455;
}
#menu_panel {
	position:relative;
	width:210px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	position:relative;
	width:204px;
	height:121px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	position:absolute;
	right: 3px;
	bottom: 2px;
	font-size: 10px; font-style: normal; color: #666666;
	z-index: 400;
}
	
a {text-decoration: none;color:#333355}
a:hover {text-decoration: none;color:#FF4000}
h1 {color: #394853;margin-top:8px;margin-bottom:8px; line-height: normal}
h2 {color: #31405b;margin-top:8px;margin-bottom:8px; line-height: normal}
h3 {color: #293843;margin-top:8px;margin-bottom:8px; line-height: normal}
img {border:0;}