/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000000;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
}

p, ol
{
margin-top: 10px;
}

h1, h2, h3 {
	color: #F000000;
}

h1 {
	font-size: 50px;
}

h2 {
	
	font-size: 1.1px;
	font-weight: bold;
	color: #000000;
}


h3 {
	font-size: 1px;
}


ul, ol {
	margin-left: 3px;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #000000;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #000000;
}

hr {
	display: none;
}

#main
{
width: 100%;
margin: 0 auto;
}


/* Header */

#header {
	width: 100%;
	margin: 0 auto;
	height: 150px;// 368
	background: url(images/header_back.gif) repeat-x;
}

#menu2 {

	height: 51px;
	width: 100%;
	background: url(images/menu.gif) repeat-x;
	text-align: center;

}

#menu {
	height: 51px;
	width: 600px;
	margin: 0 auto;
	text-align: center;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 36px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 18px;;
	font-weight: bold;
	color: #ffffff;
	padding-top: 15px;
    text-align: center;
}

#menu a:hover {
	color: #ffffff;
	background: url(images/menu_r.gif) repeat-x;
}



/* Logo */

#logo2 {
	width: 100%;
	min-width: 900px;
	height: 100px;/* 317*/
	background: url(images/header1g.gif) no-repeat right top;
}


#logo1 {
	width: 100%;
	min-width: 900px;
	height: 100px;/* 250*/
	margin: 0 auto;
	text-align: center;
	padding-top: 67px;
	background: url(images/header1g.gif) no-repeat left top;
}


#logo1 h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 50px;
	font-family: Arno Pro Caption, Helvetica, sans-serif;
	font-size: 70px;
}

#logo1 h2 {
	font-style: italic;
	font-size: 15px;
	padding-right: 20px;
	color: #ffffff;
	
}


#logo1 a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 640px;
	margin: 0 auto;
	background: #ffffff url(images/back.gif) repeat-y top;
	margin-top: 50px;

}

#top
{
background: url(images/a.gif) no-repeat;
width: 640px;
}

#bottom
{
background: url(images/bottom.gif) no-repeat;
height: 0px;
width: 640px;
}

#box
{
height: 300px;
color: #000000;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
overflow: hidden;

}

#box H1 a
{
font-size: 50px;
color: #000000;
}
#box H2 
{
font-size: 25px;
color: #000000;
text-align: justify;
}



/* Footer */
#footer
{
padding: 20px;
background: url(images/header_back.gif) repeat-x
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	background: #000000
	padding: 0px;
}
#footer a
{
color: #ffffff
}
