* {
   margin: 0px;
   padding: 0px;
}
@font-face {
 font-family:Lucida;
 src:url('fonts/Lucida_Grande.ttf') format('truetype');
 font-weight:normal
}
@font-face {
 font-family:Lucida;
 src:url('fonts/Lucida_Grande_Bold.ttf') format('truetype');
 font-weight:bold
}
body
{
   background:url(images/background.jpg);
 font-family:Arial,Tahoma,Verdana;
 font-size:14px;
 margin:0 auto;
 padding:0;
 color:333333;
 line-height:18px;
 background-color:#FFFFFF;
}
#container
{
   margin: auto;
   width: 960px;
}
#content2
{
    padding-top:20px;
   background:url(images/content.jpg);
   min-height:400px

}
#content2 li
{

	margin-left:30px;

}
#content
{   
    padding-bottom:20px;
}
#header
{
	background:url(images/header.jpg);
	height:124px;
}
#header li
{
	color:#959595;
	list-style:none;
	float:left;
	margin-right:20px;
	font-family:"Myriad Pro",arial;
	font-weight:bold;
	font-size:24px;
}
#header li a
{
	color:#959595;
	text-decoration:none;
	padding:10px;
}
#header ul
{
	float:right;
	margin-top:-40px;
}
#header li a:hover
{
	background:#202020;
	color:#d2d2d2;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}

.logo
{
	margin-top:20px;
	border:none;
}
#featured
{
	background:url(images/featured.png) no-repeat;
	height:381px;
	margin-top:30px;
	margin-left:80px;
}
#featured a
{
	background:url(images/button.png);
	height:30px;
	width:124px;
	text-indent:-9999px;
	position:absolute;
	margin-top:330px;
	margin-left:180px;
}
#featured a:hover
{
	background-position:0px 30px;
}
.dummytext
{
	color:#d2d2d2;
	width:245px;
	margin-top:150px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:180%;
	margin-left:290px;
}
.dummytext span
{
	font-size:16px;
	color:#191919;
	font-weight:bold;
}
#paragraphs span
{
	font-family:"Myriad pro", Helvetica, sans-serif;
	font-size:22px;
	font-weight:600;
	letter-spacing:-2px;
}
#paragraphs
{
	margin-left:80px;
	font-family:Arial, Helvetica, sans-serif;
	color:#191919;
	font-size:12px;
	margin-top:15px;
}
.paragraph
{
	width:250px;
	margin-left:15px;
	float:left;
}
#footer
{
	background:url(images/footer.jpg);
	height:71px;

}
#footer p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#959595;
	position:absolute;
	margin-top:30px;
}

#footer img
{
	float:right;
	margin-top:10px;
}
#twitter {
	background:transparent url(images/twitter-trans.png) no-repeat;
	height:60px;
	margin-left:450px;
    padding-top:10px;
    padding-left:100px;
	width:750px;
	top:519px;
}

#tweet {
	font-size:16px;
    color:#ffffff;
    font-family: Myriad Pro,Tahoma,sans-serif;
}

#tweet ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer a:link,
#footer a:visited {
	text-decoration:none;
	border:0 none;
	color:#61c3f0;
}

#footer a:hover {
	text-decoration:none;
	border-bottom:1px solid white;
	color:#61c3f0;
}
#meta { color:#888; }
