/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 14px;
	text-align:left;
	color: #000;
	
}


h1, h2 {
	margin: 0;
	font-family:  Times, Georgia, "Times New Roman", serif;
	font-weight: normal;
	color: #000000;
}

h3	{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}
h4 {
	letter-spacing: -1px;
	font-size: 32px;
	margin: 0;
	font-family:  Times, Georgia, "Times New Roman", serif;
	font-weight: normal;
	color: #FFFFFF;
	}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	list-style:none;
}

p{
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color:#006600;
}

a:hover, a:active {
	text-decoration: none;
	color: #A5E543;
}

a:visited {
	color:#333333;
}

img {
	border: none;
}

img.left {
	float: left;
}

img.right {
	float: right;
	
}


#wrapper {

	padding: 10px;
	height: 260px;
	background: url(../images/img02.jpg) repeat-x left top;
}

/* Header */

#header {
	display:none;
	width: 810px;
	margin: 0 auto;
	height: 75px;
}

/* Menu */

#menu {
	display:none;
	
}




.photo { padding:10px 10px 10px 10px;}

/* Page Menu */


#pagemenu {
display:none;
	width: auto;
	height: 25px;
	margin-left: -12px;
}

#pagemenu ul {
	width:auto;
	list-style: none;
	line-height: normal;
	
}

#pagemenu li {
	display:inline;
	background: #FFF;
}

#pagemenu a {
	display: block;
	float: left;
	padding: 4px;
	margin-left:1px;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	background: #FFF;
}

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


/** LOGO */

#logo {
	width: 810px;
	height: 260px;
	margin: 0 auto;
	background: url(../images/header.png) no-repeat left top;
}

#logo h1{
	margin: 0;
	padding: 0 0 0 100px;
	line-height: normal;
}

#logo h1 { 
	padding-top: 105px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 0px 0 0 120px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #9B9B9B; 
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 760px;
	margin: 0px auto;
	padding: 20px;
	background-color:#FFFFFF;
}
#page h1, #page p{
	color:#000000;
}



/** Button **/
#buttonlist {
	list-style:none;
	text-transform: none;
	}

#buttonlist li{
text-transform: none;
padding-top:200px;
margin-top:200px;

}
.button{
	letter-spacing: -1px;
	font-size: 32px;
	font-family:  Times, Georgia, "Times New Roman", serif;
	font-weight: normal;
	color: #FFFFFF;
	margin-right:30px;
	margin-bottom:4px;
	margin-top: 5px;
}
.button a {
	color: #FFFFFF;
	display:block;
	text-decoration:none;
	text-align:center;
	width: 300px;
	height: 42px;
	padding-top:18px;
	background-image: url(../images/buttonbg.png);
	background-repeat: no-repeat;
}
.button a:hover {
  background-position: 0 -60px;
}
#buttonlist h1 {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	margin-bottom:-200px;
	text-transform: none;
	color: #CCCCCC;
}


/* Footer */
#footer-wrap {
	width: 810px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/img05.gif) no-repeat left top;
}

#footer {
	display:none;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 14px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #999999;
}

#legal a {
	color: #A5E543;
}

