/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


/* LAYOUT */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
hr.hidden {
	clear:both;
  	visibility:hidden;
	margin:0px;
 	padding:0px;
}
a {
   outline: none;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
p  {
	margin: 0px;
	padding: 0px 15px;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 0px;
}


body	{
	font: normal 12.5px/22px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color:#EFEFEF;
	color:#727272;
	letter-spacing: 0px;
	background-image: url(images/bg.jpg);
		
}
body a:link {
	color:#626262;
	text-decoration:none;
}
body a:visited {
	color:#626262;
	text-decoration:none;
}
body a:hover	{
	color:#010101;
	text-decoration:none;
}
h1, h2, h1 a, .content h2 strong a	{
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin:0px 0px 10px 0px;
	}
#wrapper {
	width:500px;
	height:auto !important; /* real browsers */
	padding: 0px;
	margin: 30px auto 0px auto;
	background-color: #FFFFFF;
	border: 0px solid #cecece;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
}
#header	{
	width: 460px;
	display: inline;
	padding: 30px 20px 0px 20px;
	height: 130px;
	float: left;
	margin: 0px;
	text-align: center;
	}
#footer	{
	width: 960px;
	display: block;
	margin: 0px auto;
	font-size: 10px;
	padding: 5px 0px 30px 0px;
	text-align: center;
	}
.content	{
	padding: 0px 20px 30px 20px;
	color: #3C3C3C;
	float: left;
	text-transform: capitalize;
	width: 460px;
	display: inline;
	}
.content a {
	font: normal 12.5px/22px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.content p {
	color: #909090;
	font: normal 9.5px/22px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}


.ze	{
	color: #727272;
	font-size: 12px;
	line-height: 15px;
	margin: 25px 0px 0px 0px;
	padding: 10px 2px;
	float: left;
	display: inline;
	text-align: left;
	width: 456px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	text-transform: uppercase;
	}
.ze a:link	{
	text-transform: none;
	color: #727272;
	}
.ze a:hover	{
	text-transform: none;
	color: #333E36;
	font-weight: normal;
	}
.ze img {
	float:right;
	padding:0px 0px 0px 5px;
	}
em	{
	color: #939393;
	font-weight: normal;
	font-style: normal;
	}
.new {
	color: #699C00;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
}
.ze p	{
	float:left;
	padding: 0px 20px 0px 0px;
	display: inline;
	height: 15px;
	}
