
* 	{
	margin:0;
	padding:0;
	}


html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
	}


body * 	{

}

body {
	background: url('../images/ajax-loader.gif') center center no-repeat;
	line-height:12pt;
	font-family: georgia;
	color: #666;
	font-size: 10pt
}

div {
	margin: 0px;
}


h1 {
	font-size: 12pt;
	color: #000;
}

h2 {
	font-size: 10pt;
	color: #000;	
	font-weight: normal;
}



h3 {
	font-size: 1em;
	color: #e0a546;
	margin: 0px 0px 10px 0px;
	font-style: italic;
}

h4 {
	font-size: 0.95em;
}


p {
	margin: 5px 0px 15px 0px;
	text-align: left;
	font-size: 10pt;
	line-height: 12pt;
	color: #666;
}

#wrapper{
	width: 100%;
	margin: 0 auto 0 auto;
	position: relative;	
}



#body {
	width: 1000px;
	position: relative;
	height: 700px; 
	position:relative; 
	overflow:auto; 
	margin: 0 auto 0 auto;
	
}

#logo {
	position: absolute; 
	left: 50px; 
	top: 605px;
}

#logo img{
	border: 0px;
}

#content {
	width:380px; 
	height: 385px; 
	font-family: georgia; 
	color: #000; 
	position: absolute; 
	left: 50px; 
}

#content_bg {
	width:380px; 
	height: 385px; 
	background: #fffff5; 
	position: absolute; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-khtml-opacity: 0.85;
	-moz-opacity: 0.85;
	opacity: 0.85;
}


#main_text {
	font-size: 10pt; 
	line-height: 12pt; 
	position:absolute; 
	left: 110px;
	color: #000;
	width: 230px;
	height: 345px;
	overflow: none;
}

#scroller {
	overflow:auto;
	width: 226px;
	height: 300px;
	padding: 20px; 
}

#main_text a{
	color: #333;
	text-decoration: underline;
}

#main_text a:hover{
	text-decoration: none;
}

#main_text h2 {
	color: #000;
}



#venue {
	position: absolute; 
	font-size: 12pt; 
	line-height: 14pt; 
	position:absolute; 
	padding: 20px; 
	top: 330px;
	font-weight: bold;
	color: #000;
}

#menu {
	padding:20px; 
	font-size: 10pt;
	line-height: 12pt; 
	position: absolute; 
	width: 100px;
}

#menu a{
	display:block;
	text-decoration: none;
	color: #666;
}

#menu a.menu_on {
	color: #000;
}

#menu .sub {
	padding-left: 10px;
}


#menu a:hover {
	display:block;
	text-decoration: underline;
}

#admin_panel {
	position: absolute; 
	background: #fff; 
	right: 0px; 
	top: 0px; 
	height: 20px; 
	line-height: 20px; 
	color: #333; 
	z-index: 10000; 
	padding: 2px 5px 2px 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-khtml-opacity: 0.85;
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#admin_panel a{
	text-decoration: none;
	color: #333;
}

#admin_panel a:hover{
	text-decoration: none;
	color: #999;
}


#sortable-list { 
	padding:0; 
}

li.sortme { 
	padding:2px 2px; 
	color:#000; 
	cursor:move; 
	list-style:none; 
	width:220px; 
	background:#ddd; 
	margin:5px 0; 
	border:1px solid #999; 
	font-family: courier;
}

li.dark {
	background: #666;
	color: #ddd;
}

li.dark a{
	color: #ddd;
}
#message-box { 
	background:#666; 
	border:1px solid #999; 
	color: #ddd;
	padding:4px 8px; 
	margin:15px 0 14px 0; 
	width:80px; 
}

#message-box a{
	color: #ddd;
}

hr {
	width: 20px;
	background: #666;
	margin-bottom: 5px;

}

.inline {
	display: inline;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}


.clear {
	clear:both;
	height: 3px;
	padding: 0;
	margin: 0;
}
