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,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

html,body{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 100px;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p{
	margin-bottom: 1em;
}

a:link{ color: #feec01; text-decoration: none; }
a:visited{ color: #feec01; text-decoration: none; }
a:active{ color: #feec01; text-decoration: none; }
a:hover{ color: #feec01; text-decoration: none; }

.yellow-title{
	margin-bottom: 10px;
}

#container{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
}

#header{
	width: 850px;
	height: 152px;
	text-align: right;
}

#mid{
	width: 549px;
	height: 309px;
	text-align: center;
	border: 8px solid #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#lower{
	width: 565px;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
}

#lower-left{
	float: left;
	width: 283px;
	text-align: left;
}

#lower-right{
	float: right;
	width: 282px;
	text-align: right;
}

#footer{
	width: 565px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}

.clear{
	clear: both;
}

#subscribe-form label{
	color: #e1007a;
	font-weight: bold;
}

#subscribe-form .form-field{
	width: 182px;
	height: 22px;
	border: 3px solid #009de0;
	font-size: 1.3em;
}

#subscribe-table td{
	padding: 3px;
}

#subscribe-table .submit-td{
	text-align: right;
}

.share-icon{
	border: 0px;
}

.social-icon{
	border: 0px;
	margin-top: 10px;
	margin-left: 8px;
}

#email-form-container{
	display: none;
	margin-top: 10px;
	margin-left: 50px;
	text-align: left;
}

#email-form input{
	margin-bottom: 4px;
	color: #000000;
}

#email-form .email-from{
	width: 200px;
	border: 2px solid #3089ce
}

#email-form .email-to{
	width: 200px;
	border: 2px solid #3089ce
}

#email-form .message{
	width: 200px;
	height: 80px;
	margin-bottom: 4px;
	border: 2px solid #3089ce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#email-form label.error{
	font-family: Arial, Verdana, sans serif;
	color: red;
	padding-left: .5em;
	vertical-align: top;
	margin-top: -6px;
}

.send-button{
	border: 0px;
}
