/* -----------------------------------------------
----------------- Global settings ----------------
------------------------------------------------*/
* 	{
	margin: 0;
	padding: 0;
}

body	{
	font-size: 12px;
	font-family: lucida sans unicode, verdana, trebuchet ms, arial;
	background: url(../images/bg.jpg) repeat-x center top #005d78;
	color: #fff;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('./type/comfortaa_regular-webfont.eot');
    src: url('./type/comfortaa_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./type/comfortaa_regular-webfont.woff') format('woff'),
         url('./type/comfortaa_regular-webfont.ttf') format('truetype'),
         url('./type/comfortaa_regular-webfont.svg#English111VivaceBTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'graublauweb';
    src: url('./type/graublauweb-webfont.eot');
    src: url('./type/graublauweb-webfont.eot?#iefix') format('embedded-opentype'),
         url('./type/graublauweb-webfont.woff') format('woff'),
         url('./type/graublauweb-webfont.ttf') format('truetype'),
         url('./type/graublauweb-webfont.svg#graublauweb-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

div#clear {
	clear: both;
}

a {
	font-size: 12px;
	font-family: lucida sans unicode, verdana, trebuchet ms, arial;
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	background: url(../images/titlebg.png) no-repeat;
	width: 650px;
	height: 31px;
	font-family: trebuchet ms, arial, verdana, tahoma, "graublauweb", arial narrow, arial, verdana;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
	text-transform: uppercase;
	margin-left: -15px;
	padding: 10px 0px 0px 10px;
}

h2 {
	font-family: trebuchet ms, arial, verdana, tahoma, "graublauweb", arial narrow, arial, verdana;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
	padding: 15px 0px 10px 0px;
}

div.center {
	width: 100%;
	text-align: center;
}

img.pic {
	background: #1d565a;
	padding: 5px;
	border: 1px solid #347377;
	font-size: 12px;
	color: #caedef;
	font-family: verdana, trebuchet ms, arial;
}

img.pic2 {
	margin: 2px;
	background: #1d565a;
	padding: 2px;
	border: 1px solid #347377;
}

img.picgallery {
	margin: 5px;
	background: #1d565a;
	padding: 1px;
	border: 1px solid #347377;
}

div.divider {
	border-bottom: 1px solid #001c24;
	border-top: 1px solid #0b4e61;
	height: 0px;
	margin: 0px 10px 0px 0px;
	width: 95%;
}

label.sub {
	font-size: 11px;
	color: #fff;
}

div.formleftsub {
	float: left;
	width: 30px;
	padding: 5px 10px 0px 5px;
}

div.formrightsub {
	float: left;
	width: 110px;
	padding: 5px;
}

input.sub {
	padding: 2px;
	font-size: 11px;
	font-family: verdana, trebuchet ms, arial;
	width: 90%;
	border-radius: 3px;
	border: 1px solid #1a9895;
	background: url(../images/footerhead.png);
	color: #fff;
}

input.sub[type="submit"] {
	width: 80px;
	padding: 3px;
	font-size: 11px;
	border-radius: 20px;
	background: #96dddb;
	color: #134f4e;
}

input.sub[type="radio"] {
	padding: 10px;
	margin: 8px;
	width: 30px;
}

input.sub[type="checkbox"] {
	padding: 10px;
	margin: 8px;
	width: 30px;
}

textarea.sub {
	padding: 5px;
	font-size: 13px;
	font-family: verdana, trebuchet ms, arial;
	width: 90%;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
}

select.sub {
	padding: 5px;
	font-size: 13px;
	font-family: verdana, trebuchet ms, arial;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
}

label {
	font-size: 13px;
	color: #fff;
}

div.formleft {
	float: left;
	width: 200px;
	padding: 13px 10px 0px 10px;
}

div.formright {
	float: left;
	width: 450px;
	padding: 5px;
}

input {
	padding: 5px;
	font-size: 13px;
	font-family: verdana, trebuchet ms, arial;
	width: 90%;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
}

input[type="submit"] {
	width: 150px;
	padding: 5px;
	font-size: 13px;
	border-radius: 30px;
}

input[type="radio"] {
	padding: 10px;
	margin: 8px;
	width: 30px;
}

input[type="checkbox"] {
	padding: 10px;
	margin: 8px;
	width: 30px;
}

textarea {
	padding: 5px;
	font-size: 13px;
	font-family: verdana, trebuchet ms, arial;
	width: 90%;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
}

select {
	padding: 5px;
	font-size: 13px;
	font-family: verdana, trebuchet ms, arial;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
}

div.success {
	padding: 20px;
	margin: 5px 0px 5px 0px;
	width: 95%;
	border: 1px solid #38a000;
	background: #c4e4b3;
	color: #38a000;
}

div.fail {
	padding: 20px;
	margin: 5px 0px 5px 0px;
	width: 95%;
	border: 1px solid #dd0000;
	background: #edbcbc;
	color: #dd0000;
}

/* -----------------------------------------------
------------------ Page layout -------------------
------------------------------------------------*/

div#frame	{
	width: 1200px;
	margin: 0 auto;
}

	div#logo {
		position: absolute;
		margin-top: 29px;
		margin-left: 25px;
		z-index: 30000000;
	}

	ul#nav {
		position: absolute;
		margin: 22px 0px 0px 18px;
		background: url(../images/menubg.png) no-repeat center top;
		width: 1164px;
		height: 164px;
		list-style: none;
		z-index: 20000000;
	}
	
		ul#nav li {
			margin-top: 7px;
			float: left;
			height: 100px;
			font-family: "Comfortaa", verdana, arial;
			font-size: 15px;
			color: #fff;
			text-transform: uppercase;
		}
		
		ul#nav li.link {
			padding: 85px 10px 0px 10px;
			height: 50px;
			
		}
		
			ul#nav li.link:hover {
				background: url(../images/hoverover.png) center top repeat-x;
			}
		
				ul#nav li.link a {
					font-family: "Comfortaa", verdana, arial;
					font-size: 15px;
					color: #fff;
					text-decoration: none;
					text-shadow:  1px 1px 2px #000;
				}
			
					ul#nav li.link ul {
						display: none; 
						width: 10em; /* Width to help Opera out */
					}
			
					ul#nav li.link:hover ul, ul#nav li.hover ul {
						display: block;
						position: absolute;
						padding: 19px -17px 0px -17px;
						list-style: none;
						-moz-border-radius: 5px;
						border-radius: 5px;
						background: url(../images/menubackground.png) center top no-repeat;
						margin-left: -120px;
						width: 300px;
						z-index: 200000;
						margin-top: 10px;
					}
					
					ul#nav li.link:hover li, ul#nav li.hover li {
						float: none;
						margin: 0;
						padding: 0px;
						text-align: left;
						max-height: 37px;
					}
					
					ul#nav li.link:hover li.arrow, ul#nav li.hover li {
						float: none;
						margin: 0;
						padding: 0px;
						text-align: left;
						height: 33px;
					}
		
					ul#nav li.link:hover li a, ul#nav li.hover li a {
						display: block;
						padding: 10px;
						color: #ffffff;
						font-size: 13px;
						font-family: lucida sans unicode, verdana, trebuchet ms, arial;
						margin: 0px;
						border-bottom: 1px solid #032f32;
						margin-bottom: -1px;
					}
					
					ul#nav li.link li a:hover {
						background: #032f32;
						border-bottom: 1px solid #000000;
						margin-bottom: -1px;
						font-weight: bold;
					}

	div#carousel {
		width: 1150px;
		height: 362px;
		margin-left: 25px;
	}
	
		div#carousel div#carouselbg {
			position: absolute;
			width: 1150px;
			height: 362px;
			background: url(../images/carousel-outer.png) center top no-repeat;
			z-index: 10000;
		}
		
		div#carousel div#carousel-outer {
			width: 1150px;
			position: relative;
			overflow: hidden;
			height: 362px;
		}
		
			div#carousel div#carousel-outer div#carousel-inner div#videofeature {
				float: left;
				width: 700px;
				height: 362px;
				background: #fff;
			}
			
				div#carousel div#carousel-outer div#carousel-inner div#videofeature div#videobar {
					position: absolute;
					margin-left: 0px;
					margin-top: 130px;
					width: 700px;
					height: 88px;
					background: url(../images/videofeaturebar.png) center top repeat-x;
					z-index: 1000000;
				}
				
					div#carousel div#carousel-outer div#carousel-inner div#videofeature div#videobar h2 {
						margin-left: 220px;
						margin-top: 16px;
						font-family: "graublauweb", arial narrow, arial, verdana;
						color: #fff;
						font-size: 20px;
						font-weight: bold;
						text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
						background: none;
						width: 400px;
						height: 30px;
						text-transform: normal;
						padding: 0px;
						z-index: 1000000;
					}
					
						div#carousel div#carousel-outer div#carousel-inner div#videofeature div#videobar h2 a {
							
							font-family: "graublauweb", arial narrow, arial, verdana;
							color: #fff;
							font-size: 20px;
							font-weight: bold;
							text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
							z-index: 1000000;
							text-decoration: none;
						}
					
					div#carousel div#carousel-outer div#carousel-inner div#videofeature div#videobar span {
						margin-left: 220px;
						margin-top: 30px;
						font-family: verdana;
						color: #fff;
						font-size: 11px;
						width: 400px;
					}
				
				div#carousel div#carousel-outer div#carousel-inner div#videofeature div#playbutton {
					position: absolute;
					margin-left: 21px;
					margin-top: 74px;
					width: 197px;
					height: 197x;
					z-index: 1000002;
				}
			
			div#carousel div#carousel-outer div#carousel-inner div#blogfeature {
				float: left;
				width: 450px;
				height: 362px;
				background: #b1b1b1;
			}
			
				div#carousel div#carousel-outer div#carousel-inner div#blogfeature div#blackbar {
					position: absolute;
					margin-left: 0px;
					margin-top: 130px;
					width: 450px;
					height: 88px;
					background: url(../images/blogfeaturebar.png) center top repeat-x;
					z-index: 1000000;
				}
				
					div#carousel div#carousel-outer div#carousel-inner div#blogfeature div#blackbar h2 {
						position: relative;
						margin-left: 20px;
						margin-top: 16px;
						font-family: "graublauweb", arial narrow, arial, verdana;
						color: #fff;
						font-size: 20px;
						font-weight: bold;
						text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
						background: none;
						width: 300px;
						height: 30px;
						text-transform: normal;
						padding: 0px;
						z-index: 1000000;
					}
					
						div#carousel div#carousel-outer div#carousel-inner div#blogfeature div#blackbar h2 a {
							position: relative;
							font-family: "graublauweb", arial narrow, arial, verdana;
							color: #fff;
							font-size: 20px;
							font-weight: bold;
							text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
							text-decoration: none;
							z-index: 1000003;
						}
					
					div#carousel div#carousel-outer div#carousel-inner div#blogfeature div#blackbar span {
						margin-left: 20px;
						margin-top: 30px;
						font-family: verdana;
						color: #fff;
						font-size: 11px;
						width: 400px;
					}
					
	div#donation1 {
		float: left;
		width: 293px;
		height: 496px;
		margin-left: 25px;
	}
	
		div#donation1heading {
			width: 281px;
			height: 42px;
			background: #071818;
			padding: 6px;
			font-size: 30px;
			font-weight: bold;
		}
		
		div#donation1bg {
			width: 281px;
			background: url(../images/donation1bg.png) center top no-repeat;
			padding: 6px;
			height: 260px;
		}
		
	div#donation2 {
		float: left;
		width: 278px;
		height: 490px;
		margin-left: 10px;
		margin-top: 16px;
	}
	
		div#donation2heading {
			width: 266px;
			height: 42px;
			background: #071818;
			padding: 6px;
			font-size: 30px;
			font-weight: bold;
		}
		
		div#donation2bg {
			width: 266px;
			background: url(../images/donation2bg.png) center top no-repeat;
			padding: 6px;
			height: 245px;
		}
		
	div#donation3 {
		float: left;
		width: 275px;
		height: 490px;
		margin-left: 9px;
		margin-top: 14px;
	}
	
		div#donation3heading {
			width: 263px;
			height: 42px;
			background: #071818;
			padding: 6px;
			font-size: 30px;
			font-weight: bold;
		}
		
		div#donation3bg {
			width: 263px;
			background: url(../images/donation3bg.png) center top no-repeat;
			padding: 6px;
			height: 245px;
		}
		
	div#donation4 {
		float: left;
		width: 275px;
		height: 490px;
		margin-left: 10px;
		margin-top: 0px;
	}
	
		div#donation4heading {
			width: 263px;
			height: 42px;
			background: #071818;
			padding: 6px;
			font-size: 30px;
			font-weight: bold;
		}
		
		div#donation4bg {
			width: 263px;
			background: url(../images/donation4bg.png) center top no-repeat;
			padding: 6px;
			height: 266px;
		}
		
	div#donationtitle {
		position: relative;
		background: url(../images/connectbg.png) center top no-repeat;
		width: 1200px;
		height: 80px;
		margin-top: -20px;
		z-index: 100000;
		font-size: 13px;
		line-height: 18px;
	}
		
	div#connect {
		position: relative;
		background: url(../images/connectbg.png) center top no-repeat;
		width: 1200px;
		height: 167px;
		margin-top: -20px;
		z-index: 100000;
		font-size: 13px;
		line-height: 18px;
	}
	
		div#connect div#divider {
			float: left;
		}
	
		div#connect div#intro {
			float: left;
			margin-left: 23px;
			margin-top: 36px;
			width: 275px;
			padding: 0px 5px 0px 10px;
		}
		
		div#connect div#species {
			float: left;
			padding: 20px 2px 10px 4px;
			width: 160px;
		}
		
			div#connect div#species ul {
				margin-left: 10px;
			}
		
		div#connect div#subscribe {
			float: left;
			padding: 10px 8px 10px 8px;
			width: 165px;
		}
		
		div#connect div#donate {
			float: left;
			padding: 12px 8px 10px 8px;
			width: 155px;
		}
		
		div#connect div#shop {
			float: left;
			padding: 14px 8px 10px 8px;
			width: 155px;
		}
		
		div#connect div#social {
			float: left;
			padding: 14px 8px 10px 14px;
			width: 125px;
		}
		
	div#connect2 {
		position: relative;
		background: url(../images/connect2bg.png) center top no-repeat;
		width: 1200px;
		height: 190px;
		margin-top: -3px;
		z-index: 200;
		font-size: 13px;
		line-height: 18px;
	}
	
		div#connect2 div#divider {
			float: left;
		}
	
		div#connect2 div#intro {
			float: left;
			margin-left: 23px;
			margin-top: 36px;
			width: 275px;
			padding: 10px 5px 0px 10px;
		}
		
		div#connect2 div#species {
			float: left;
			margin-top: 16px;
			padding: 20px 2px 10px 4px;
			width: 160px;
		}
		
			div#connect2 div#species ul {
				margin-left: 10px;
			}
		
		div#connect2 div#subscribe {
			float: left;
			margin-top: 16px;
			padding: 20px 8px 10px 8px;
			width: 165px;
		}
		
		div#connect2 div#donate {
			float: left;
			margin-top: 16px;
			padding: 12px 8px 10px 8px;
			width: 155px;
		}
		
		div#connect2 div#shop {
			float: left;
			margin-top: 16px;
			padding: 20px 8px 10px 8px;
			width: 155px;
		}
		
		div#connect2 div#social {
			float: left;
			margin-top: 16px;
			padding: 20px 8px 10px 14px;
			width: 125px;
		}
	
	div#content {
		background: url(../images/contentbg.png) center top repeat-y;
		width: 1200px;
		min-height: 200px;
		line-height: 20px;
	}
	
		div#content div#leftcol {
			float: left;
			width: 690px;
			margin-left: 40px;
			color: #cfdce0;
		}
		
			div#content div#leftcol p {
				padding-bottom: 10px;
				font-size: 13px;
				line-height: 17px;
			}
			
			div#content div#leftcol td {
				padding: 10px;
				font-size: 13px;
				background: #10808a;
			}
			
			div#content div#leftcol a {
				font-size: 13px;
				text-decoration: underline;
				color: #cfdce0;
			}
			
			div#content div#leftcol a:hover {
				font-size: 13px;
				text-decoration: none;
			}
			
			div#content div#leftcol h2 a {
				font-family: trebuchet ms, arial, verdana, tahoma, "graublauweb", arial narrow, arial, verdana;
				color: #fff;
				font-size: 20px;
				font-weight: normal;
				text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
				padding: 15px 0px 10px 0px;
				text-decoration: none;
			}
			
			div#content div#leftcol h2 a:hover {
				font-size: 20px;
				text-decoration: underline;
				color: #fff;
			}
			
			div#content div#leftcol img {
				margin: 5px;
				background: #1d565a;
				padding: 5px;
				border: 1px solid #347377;
				font-size: 12px;
				color: #caedef;
			}
			
				div#content div#leftcol div#picturegallery img {
					margin: 5px;
					background: #1d565a;
					padding: 2px;
					border: 1px solid #347377;
				}
			
			ol li {
				font-size: 13px;
			}
			
			ul li{
				font-size: 13px;
			}
		
			div#content div#leftcol div#stripcontainer {
				width: 690px;
				height: 155px;
			}
			
				div#content div#leftcol div#stripcontainer img {
					margin: 0px;
					background: none;
					padding: 0px;
					border: 0px solid #347377;
					font-size: 12px;
					color: #caedef;
				}
			
				div#content div#leftcol div#stripcontainer div#arrow {
					float: left;
					margin-top: 20px;
				}
				
				div#content div#leftcol div#stripcontainer div#strip {
					position: relative;
					float: left;
					margin-left: 0px;
					background: url(../images/stripbg.png) repeat-x;
					overflow: hidden;
					width: 642px;
				}
				
					div#content div#leftcol div#stripcontainer div#strip div#stripbox {
						float: left;
						width: 214px;
						height: 155px;
						margin-top: 0px;
						background: url(../images/stripblock.png) no-repeat;
						text-align: center;
						font-family: verdana;
						color: #fff;
						letter-spacing: 0px;
						line-height: 14px;
						font-size: 13px;
						font-weight: normal;
						text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
					}
					
						div#content div#leftcol div#stripcontainer div#strip div#stripbox a {
							font-family: verdana;
							color: #fff;
							text-decoration: none;
						}
						
						div#content div#leftcol div#stripcontainer div#strip div#stripbox div#strippic {
							position: relative;
							overflow: hidden;
							width: 178px;
							height: 121px;
							margin-left: 17px;
						}
						
							div#content div#leftcol div#stripcontainer div#strip div#stripbox div#strippic div#striptext {
								position: absolute;
								margin-top: 83px;
								margin-left: 0px;
								height: 30px;
								width: 170px;
								padding: 4px;
								background: url(../images/black-70.png);
							}
		
		div#content div#rightcol {
			float: left;
			width: 400px;
			margin-left: 30px;
			
		}
		
			div#content div#rightcol h1 {
				background: url(../images/titlebg.png) no-repeat right top;
				width: 350px;
				height: 31px;
				font-family: trebuchet ms, arial, verdana, tahoma, "graublauweb", arial narrow, arial, verdana;
				color: #fff;
				font-size: 30px;
				font-weight: normal;
				text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
				text-transform: uppercase;
				margin-left: -15px;
				padding: 10px 0px 0px 10px;
			}
			
			div#content div#rightcol ul#rightlist {
				margin-left: 20px;
				list-style-type: none;
			}
			
				div#content div#rightcol ul#rightlist li {
					background: #32807f;
					padding: 8px;
					font-size: 14px;
					border-left: 3px solid #3f9594;
					margin: 1px;
					width: 330px;
				}
				
					div#content div#rightcol ul#rightlist a {
						font-size: 14px;
						text-decoration: none;
						color: #fff;
					}
					
			div#content div#rightcol div#donation {
				margin-left: 60px;
				width: 275px;
				background: #1d565a;
				padding: 2px;
				border: 1px solid #347377;
			}
			
				div#content div#rightcol div#donation div#donationbg {
					width: 263px;
					height: 42px;
					background: #071818;
					padding: 6px;
					font-size: 30px;
					font-weight: bold;
				}
		
	div#contentfull {
		background: url(../images/contentfullbg.png) center top repeat-y;
		width: 1200px;
		min-height: 200px;
		line-height: 20px;
	}
	
		div#contentfull div#fullcol {
			width: 1120px;
			padding-left: 40px;
			color: #cfdce0;
			font-size: 13px;
		}
			
			div#contentfull div#fullcol div#supporters-title {
				position: absolute;
				background: url(../images/supporter-titlebg.png);
				width: 1149px;
				height: 116px;
				margin-left: -15px;
				margin-top: -24px;
			}
			
				div#contentfull div#fullcol div#supporters-title h2 {
					font-family: trebuchet ms, arial, verdana, tahoma, "graublauweb", arial narrow, arial, verdana;
					color: #fff;
					font-size: 30px;
					font-weight: normal;
					text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
					text-transform: uppercase;
				}
		
			div#contentfull div#fullcol h1 {
				background: url(../images/titlebg2.png) repeat-x;
				width: 1139px;
				height: 31px;
				font-family: trebuchet ms, arial, verdana, tahoma, "graublauweb", arial narrow, arial, verdana;
				color: #fff;
				font-size: 30px;
				font-weight: normal;
				text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
				text-transform: uppercase;
				margin-left: -15px;
				padding: 10px 0px 0px 10px;
			}
			
			div#contentfull div#fullcol h1.platinum {
				color: #ccca9e;
			}
			
			div#contentfull div#fullcol h1.diamond {
				color: #acedef;
			}
			
			div#contentfull div#fullcol h1.gold {
				color: #e4e187;
			}
			
			div#contentfull div#fullcol h1.silver {
				color: #cacaca;
			}
			
			div#contentfull div#fullcol h1.bronze {
				color: #d2bf64;
			}
			
			div#contentfull div#fullcol h1.green {
				color: #75d265;
			}
			
			div#contentfull div#fullcol h1.blue {
				color: #65afd2;
			}
		
			div#contentfull div#fullcol div#list {
				width: 365px;
				float: left;
			}
	
	div#footer {
		background: url(../images/footerbg.png) center top repeat-y;
		width: 1200px;
		min-height: 200px;
	}
	
		div#footer h3 {
			background: url(../images/footerhead.png);
			width: 100%;
			height: 31px;
			font-family: trebuchet ms, arial, verdana, tahoma, "graublauweb", arial narrow, arial, verdana;
			color: #fff;
			font-size: 18px;
			font-weight: normal;
			text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
			text-transform: uppercase;
			margin-left: 0px;
			padding: 10px 0px 0px 10px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
	
		div#footer div#news {
			float: left;
			width: 264px;
			margin-left: 40px;
		}
		
		div#footer div#blog {
			float: left;
			width: 264px;
			margin-left: 30px;
		}
		
		div#footer div#supporters {
			float: left;
			width: 510px;
			margin-left: 30px;
			text-align: center;
		}
		
			div#footer div#supporters img {
				float: left;
				margin: 2px;
			}
		
		div#footer div#sitemap {
			float: left;
			width: 1100px;
			margin-left: 40px;
			margin-top: 10px;
			text-align: center;
		}
	
	
	
