@charset "utf-8";
/* CSS Document */
/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background-image: -webkit-gradient(radial, center center, 0, center center, 400, from(white), to(green));
	background-repeat: no-repeat;
	background-position: center center;
}
/* Simple linear gradient */

li {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#369), to(#3FF))
#369;
	padding: 8px;
	list-style-type: none;
}

/* Simple 3D effect */
/*
h1 {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#369), to(#369),
color-stop(0.5, #58B));
	padding: 5px;
}
*/

h6 {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#369), to(#369),
color-stop(0.5, #58B));
	font-size: xx-small;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.bttn {
/*	float: left;  */
	clear: none;
	height: 40px;
	background: url(images/btl.png) no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 8px;
	text-decoration: none;
}
.bttn span{
	float: left;
	height: 40px;
	background: url(images/btm.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	
}
.bttn i {
	background: url(images/btr.png) no-repeat;
	float: left;
	width: 8px;
	height: 40px;
	margin-right: 0px;
}

.bttn_green { background-color: green; }
.bttn_red { background-color: red; }
.bttn_orange { background-color: orange; }

#header {
	text-align: center;
	width: 100%;
	float: left;
}

#content {
	width: 75%;
	float: left;
}

#footer {
	background-color: #060;
	margin: 0px;
	padding: 0px;
	width: 25%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	text-align: center;
	float: right;
	height: 100%;
	border-left-width: thin;
	border-left-color: #000;
}

#content span {
	clear: both;
	float: left;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#369), to(#3FF))
#369;
	padding: 8px;
	width: 100%;
}

}#content p img {
	text-align: center;
}