/*****************************************************
* Global
*****************************************************/

* { padding: 0; margin: 0; }

a:link, a:visited{
	outline:none;
}

body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background-image: url(../images/bggrad.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

.fbook{
	margin-right: 15px;	
}

#rightcontent h2{
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 24px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
 
#wrapper {
	width: 990px;
	list-style-image: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	}
	
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.centered{
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;	
}

/*****************************************************
* Logo
*****************************************************/
	#logo {
	position: relative;
	display: block;
	width: 400px;
	}
		
	#logo h1 {
	display: block;
	width: 400px;
	height: 58px;
	background-image: url(../images/manganologo.png);
	background-repeat: no-repeat;
	}

	#logo h1 a,
	#logo h1 a:visited {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -7777px;
	border: 0;
	}
/*****************************************************
* navigation
*****************************************************/
#main-nav {
	position: relative;
	width: 990px;
	height: 38px;
	background: transparent url(../images/navigationbar_back.png) no-repeat;
	margin-bottom: 20px;
	z-index: 3000;
}

#imagebar{
	background-image: url(../images/imagebar.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 990px;
	margin-bottom: 40px;
}

#nav{
	float: right;
	font-size: 16px;
	list-style: none;
	z-index:2000;
}

#nav li {
	float: left;
}

#nav li a{
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:8px;
	color: #d4d4d4;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	height: 30px;
	padding-bottom: 0px;
	margin: 0px;
}

#nav li:hover > a{
	background-color: #dba123;
}

#nav_dir li a{
	margin: 0px;
	font-size: 12px;
	display: block;
	height: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
	
#nav a:hover{
	background-color: #dba123;
	color: #FFF;
}

#nav_dir ul a:hover{
	margin-left: -10px;
	padding-left: 10px;
}

#nav_dir ul{
	width: 150px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: auto;
	z-index: 1000;
	background-color: #2A2A2A;
}

#nav_dir li{
	list-style-type: none;
	text-align: left;
	width: 140px;
	padding-left: 10px;
}

#nav_dir:hover > ul{
	visibility:visible;
}

.twoline{
	line-height: 12px;
}

/*****************************************************
* image rotator
*****************************************************/
	
#rotator {
	margin-bottom: 20px;
	height:390px;
	overflow:hidden;
	clear: both;
}

#rotator img{
	border: 1px solid #ccc;
	padding: 4px;
	list-style-image: none;
	background-color: #FFFFFF;
}


.fade{
	margin-bottom: 2em;
	list-style-image: none;
	
}

/*****************************************************
* content area
*****************************************************/

#content_wrapper {
	margin-bottom: 40px;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	float: left;
}

#leftcontentwrapper{
	width: 300px;
	float: left;
	height: 100%;
	margin-right: 20px;
}

#leftcontenttop{
	background-image: url(../images/leftcontenttop.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 300px;
}

#leftcontentback{
	min-height:100px;
	height: 100%;
	overflow: hidden;
	background-image: url(../images/leftcontentback.png);
	background-repeat: repeat-y;
	width: 300px;
}

#leftcontent{
	padding-right: 20px;
	padding-left: 20px;
}

#leftcontent h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #dba123;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
}

#leftcontent p{
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#leftcontent a{
	color: #999999;
}

#leftcontent a:hover{
	color: #CCCCCC;
}

#leftcontentbottom{
	background-image: url(../images/leftcontentbottom.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 300px;	
}

#rightcontent{
	float: right;
	width: 670px;
	margin-left: 0px;
	height: 100%;
}

#rightcontent a{
	font-weight: bold;
	color: #666;
}

#rightcontent a:hover{
	color: #000;
	text-decoration: none;
}

/*****************************************************
* footer elements
*****************************************************/

#footer {
	background-color: #1c1c1c;
	height: 210px;
	float: left;
	width: 990px;
	margin-bottom: 20px;
}

#disclaimer{
	background-color: #1c1c1c;
	width: 990px;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
}

#disclaimer p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
	font-weight: normal;
	line-height: 13px;
}

#disclaimer a{
	color: #999999;
}

#disclaimer a:hover{
	color: #CCCCCC;
}

#vertline{
	width: 2px;
	height: 100%;
	background-color: #CCC;
	float: left;
	margin-right: 29px;
	margin-left: 29px;
}

#footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dba123;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height: 14px;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dba123;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-style: normal;
	text-decoration: none;
}
#bottom-left {
	text-align: left;
	width: 250px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}

#bottom-left ul{
	font-size: 11px;
	color: #FFF;
}

#bottom-left a{
	font-weight: normal;	
}

#bottom-mid {
	text-align: left;
	width: 250px;
	float: left;
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
}

#bottom-right {
	text-align: left;
	width: 250px;
	float: left;
	display: inline;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
}

