/* BROWSER RESET
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
html{color:#484847; background:#FFF; }body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

*
{
	font-family: 'Crete Round', serif;
	font-size: 16px;
	color: #727272;
}

html
{
	height: 100%;
}

body
{
	background: #f7f7f7;
	padding: 20px;
	min-height: 100%;
}

a
{
	text-decoration: none;
	font-size: inherit;
	color: #a13100;
}

a:hover
{
	text-decoration: underline;
	color: #DB4200;
}

b, strong
{
	color: inherit;
	font-size: inherit;
	font-weight: bold;
}

i, em {
	color: inherit;
	font-size: inherit;
	font-style: italic;
}

h1
{
	font-size: 180%;
	margin-bottom: 20px;
	line-height: 1.5em;
	font-weight: 700;
}
h2 {
	font-size: 130%;
	margin-bottom: 15px;
	line-height: 1.5em;
	font-weight: 600;
}

h3 {
	font-size: 100%;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-weight: bold;
}
p {
	font-size: 100%;
	margin: 20px 0px;
}
ul {
	list-style-type: circle;
	font-size: 140%;
}
li {
	list-style-type: circle;
	margin: 5px 0px 5px 30px;
}
div#wrap {
	width: 900px;
	margin: 0px auto 20px auto;
	padding: 50px;
	border: 2px solid #f0f0f0;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	background-color: white;
}
.button {
	padding: 12px 30px;
	border-style: none;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	color: white;
	text-shadow: 0 1px 4px rgba(255, 255, 255, 0.45);
	text-decoration: none;
	background: #DB4200 url('../images/btn-overlay.png') repeat-x top left;
	text-transform:capitalize;
}
.button:hover {
	text-shadow: 0 1px 10px rgba(255, 255, 255, 0.95);
	text-decoration: none;
	color: white;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.color0090D3 {
	color: #0091d4;
}
.color990000 {
	color: #990000;
}
* span {
	font-size: inherit;
}
.size22 {
	font-size: 22px;
}
.size24 {
	font-size: 24px;
}
.size26 {
	font-size: 26px;
}
input[type='text'] {
	font-size: 22px;
	padding: 10px;
	border: 1px solid silver;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.video {
	margin: 20px auto;
	border: 5px solid #131313;
	width:700px;
	height:400px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	display: block;
}