/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: underline;
	color: #0041A3;
}

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

a:visited {
	color: #0041A3;
	text-decoration: underline;
}
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/back_all.gif) repeat-x;
	font: 16px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height:23px;
}

#main
{
background: url(images/header.jpg) no-repeat;
width: 982px;
}

#header {
	width: 850px;
	height: 284px;
}

#logo {
	padding-left: 230px;
	width: 578px;
	padding-top: 100px;
	height: 100px;
}

#logo h1 {
	font-size:30px;
	font-weight: bold;
}


#logo h2 {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
#logo a {
	text-decoration: underline;
	text-transform: lowercase;
	font-style: italic;
	color:#fff;
}

#metamorph { 
    width: 982px;
    height: 284px;
    font-size: 14px;
    color: #ffffff;
}
#menu {
	padding-left: 230px;
	padding-top: 38px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	margin-left:25px;
	padding-top: 15px;
	background: url(images/button.png) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

#menu a:hover {
	height: 34px;
	margin-top: -3px;
}

p.sponsor {
font-size: 70%;
}

p.adsense {
margin-top: 20px;
}

#content
{
width: 880px;
padding: 10px
}

#left
{
	float: left;
	padding-left:20px;
	font-weight:bold;
}
#left ul{
	margin:30px 0px 0px 0px;
}

#left li{
	list-style-type:none;
	padding:0px 0px 10px 0px;
}
#left a:link {
	color: #0041A3;
	text-decoration:underline;
}

#left a:hover {
	text-decoration: none;
	color: #0041A3;
}

#left a:visited {
	color: #0041A3;
	text-decoration:underline;
}


#right
{
	float: right;
	width: 650px;
	border-left:2px #cccccc dotted;
	padding:0px 0px 30px 30px;
}
#right h2{
	margin-bottom:10px;
}
#right h3{
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
}
#right dt{
	font-weight:bold;
}
#right dd{
	text-align:justify;
	}
#right em{
	font-weight:bold;
}
#right li{
	list-style-type:none;
	padding:0px 0px 10px 0px;
}
.no{
	padding-right:10px;
}
.no_01{
	font-size:20px;
	font-weight:bold;
	color:#ff0000;
}
#right p {
	padding-bottom: 10px;
	text-align:justify;
}

#right h2 {
	padding-top: 10px;
	color: #0041A3;
}

#metamorph1 {
	clear: both;
	height: 36px;
	padding: 15px 0;
	background: #000000 url(images/footer.jpg) no-repeat;
	border-top: 5px solid #5592C6;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
}
#metamorph1 li{
	list-style-type:none;
	display:inline;
}
#metamorph1 a {
	color: #ffffff;
	font-size: 13px;
	padding-right:5px;
}

#metamorph1 a:link {
	color: #ffffff;
	text-decoration: underline;
}

#metamorph1 a:hover {
	text-decoration: none;
	color: #fff;
}

#metamorph1 a:visited {
	color: #ffffff;
	text-decoration: underline;
}
