@charset "utf-8";
/* CSS Document */

html{
	background: url(../img/mgb.jpg);
}

body{
	background: url(../img/bg.jpg) repeat-x;
	padding: 0;
	margin: 0;
	}
	
#wrapper{
	width: 730px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/body.png) repeat-y center;
	}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
}

h1{
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

/*---------------------------------------------------------------------
/*   Heading Styles
/*--------------------------------------------------------------------*/
#header{
	width: 100%;
	position: relative;
	background: url(../img/header.png) repeat-x center;
	min-height: 138px;
	}	
	
#header a.logo{
	text-indent: -9999px;
	display: block;
	margin-left: 20px;
	background: url(../img/logo-head.png) no-repeat;
	width: 450px;
	height: 95px;
	float: left;
}
	
#header #address{
	width: 200px;
	text-align: right;
	margin-right: 25px;
	margin-top: 30px;
	float: right;
	font-size: .8em;
	font-weight: bold;
}

#header ul.nav{
	margin:0;
	padding:0;
	list-style: none;
	clear: left;
	margin-left: 15px;
}

#header ul.nav li{
	float: left;
	padding: 12px;
}

#header ul.nav li a{
	color: #FF0;
	text-decoration: none;
	font-size: .9em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	display: block;
	padding: 3px;
}

#header ul.nav li a:hover{
	color: #FFF;
}
/*-------------------------------------------
	CONTENT STYLES
------------------------------------------*/

#content{
	width: 690px;
	background: #FFF;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}	

#content .sidebar{
	float: right;
	margin-right: 5px;
}
#content .sidebal{
	float: left;
	margin: 5px;
}

#content .sidebar div{
	margin: 0px auto 15px auto;
}

#content .sidebar .frame{
	display: block;
	border: 5px solid #000;
	margin: 0 auto 15px auto;
}

#content h1{
	font-weight: normal;
	color: #D60B28;
	padding-left: 5px;
	padding-top: 15px;
}

#content p{
	padding-left: 15px;
	padding-right: 15px;
}

#content a:link{
	text-decoration: none;
	color: #0033FF;
}

#content a:visited{
	text-decoration: none;
	color: #0033FF;
}

#content a:hover{
	text-decoration: underline;
}

#columnl, #columnr{
	width: 48%;
	float: left;
	margin: 1%;
}

#content table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 100%;
	margin-bottom: 10px;
}

#content table th{
	background: #AAA;
}

#content ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#content table td{
	border-bottom: 1px solid #CCC;
}

#content .notice{
	clear: both;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	font-size: .8em;
}

#content a img{
	border: none;
}

#fadeshow1{
  width: 250px;
  height: 165px;
  border: 5px solid #333;
  margin: 15px 0 15px 0;
}

#footer{
	background: url(../img/footer.png) no-repeat bottom center;
	min-height:50px;
	padding-top: 15px;
	text-align: center;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
}