/* MLP Design (http://www.mlpdesign.tk) */

body
{
	font-family: Verdana,sans-serif;
	color: #666;
	font-size:10pt;
	margin: auto;
	padding: 0px;
}
  
h1
{
	font-size:22pt;
	font-weight:bold;
	background:inherit;
	color:#c63;
	letter-spacing:5px;
	padding-top:0px;
	line-height: 0px;
}
  
h2
{
	font-size:9pt;
	font-weight:bold;
	padding-bottom:-10px;
}
  
h3
{
	font-size:11pt;
	font-weight:bold;
}

h4
{
	font-size:14pt;
	font-weight:bold;
}
  
strong
{ background:inherit;
  color:#c63;}
  
a:link, a:visited, a:active
{ background-color: inherit; text-decoration: none; color:#666;}
a:hover
{ background-color: inherit; text-decoration: underline; color:#c63;}

ul 
{ list-style:none;
  margin-left:10px;
  padding:1px;}

li
{ padding:0 0 8px 15px;
  background: url(images/arw.gif) 0 0 no-repeat;}

#header
{
	background:url(images/logo.jpg) no-repeat #fff;
	height:99px;
	margin:auto;
	margin-left:140px;
	float: left;
	width: 750px;
}
  
#main
{
	width:750px;
	margin:auto;
	margin-left:140px;
	clear:both;
}

#content
{ width:550px;
  float:right;
  padding:0 10px;  
  background-color:#fff;
  color:inherit;
  text-align:justify;}
  
#sidebar
{
	width:160px;
	height:auto;
	float:left;
	padding:5px;
	font-size:80%;
	text-align:justify;
}

#sidebar a
{ display: block;
  padding:10px 5px;
  border-bottom:#c63 1px dashed;
  text-align:center;}
  
#sidebar a:hover
{ background-color: #fec;
  color:#963;  
  text-decoration: none;}

#footer
{
	width:750px;
	margin-left:140px;
	margin:auto;
	margin-top:10px;
	padding:10px;
	font-size:80%;
	border-top:#c63 1px solid;
	text-align:center;
	clear:both;
}  

.headertext
{
	float:right;
	text-align:right;
	padding:26px 15px 0 0;
}  
  
.footer 
{ height:1px;
  clear:both; }

.topside
{ padding-bottom:10px;
  font-size:8pt;
  font-weight:bold;
  border-bottom:#c63 2px solid;
  text-align:center;}
  
.inset
{ float:right;
  width:200px;
  padding:10px;
  border:#c63 1px solid;
  margin:5px 0 0 5px;
  background:#fec;
  color:inherit;
  font-size:85%;}

/* begin gallery styling */
#jgal { list-style: none; width: 400px; }
#jgal li { opacity: .5; float: right; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }
#jgal li img { position: absolute; top: 130px; left: 270px; display: none; }
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }

 /* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }


[if lt IE 8]>
<style media="screen,projection" type="text/css">
#jgal li { filter: alpha(opacity=50); }
#jgal li.active, #jgal li:hover { filter: alpha(opacity=100); }
</style>
<![endif]

