@import "reset.css"; /*Resets all browsers to same defaults */

/*Layout Elements*/
body,html  {

   background: #000000;
   font: 12px Arial, Helvetica, sans-serif;
   color: #ffffff;
   line-height: 15px;
}

#site_content {
   width: 1050px; 
   height: 590px; 
   margin: 30px auto 0 auto;
}

#banner_menu {
   width: 100%; 
   height: 52px; 
   background: url(images/banner.png) no-repeat top left;
   text-align: left; 
   vertical-align: middle; 
}

#text_menu {
   float: left; 
   padding: 5px 0 0 625px; 
   font: 16px Arial, Helvetica, sans-serif;
}

#app_store_button {
   float: right;
}

#content {
   width: 100%; 
   height: 538px; 
   margin-top: 7px;
}

#jaiydns_adventures, #jaidyns_renders { float: left }
#jaidyns_dreams {
	float: left;
	width: 365px;
	height: 162px;
	margin: 0 9px;
	padding: 340px 8px 0 13px;
	background: url(images/jaidynsdreams_content.png) no-repeat;
	display: inline;
	
}

#copyright_footer {
	float: right;
	margin-top: -20px;
	font: 9px Arial; 
   color: #333333;
}

p {
	margin: 8px 0;
	font: 14px Arial;
}

/*Hyperlink CSS*/
a:link, a:visited, a:active
{
   text-decoration:none;
   color: #dddddd;
}

a:hover
{
   text-decoration:none;
   color: #ece598;
}
