/*===============================================*/
/*===============================================*/
/*===============================================*/

a:link, a:visited 
	{
	text-decoration: none;
	color: white;
	}

a:hover, a:active 
	{
	text-decoration: none;
	color: yellow;
	}

a.bodylink:link, a.bodylink:visited 
	{
	text-decoration: none;
	color: #444;
	}

a.bodylink:hover, a.bodylink:active 
	{
	text-decoration: none;
	color: #999;
	}

/*===============================================*/
/*===============================================*/
/*===============================================*/


html 
	{
	overflow-y: scroll;
	}

body 
	{
	margin: 0px;
	background: #454545;
	font-family: arial, Helvetica, verdana, Lucida Sans Unicode;
	}

img
	{
	border: 0px;
	}

td img 
	{
	display: block;
	}

/*===============================================*/
/*===============================================*/
/*===============================================*/


#container
	{
	float: left;
	width: 100%;
	height: 100%;
	margin: auto;
	}

#content
	{
	width: 1024px;
	margin: auto;
	}

#site
	{
	float: left;
	width: 1024px;
	height: 800px;
	background: transparent url(petabytestudio.png) no-repeat top left;
	}

/*===============================================*/
/*===============================================*/
/*===============================================*/

#left
	{
	float: left;
	width: 300px;
	height: 620px;
	margin-top: 50px;
	margin-left: 160px;
	}

#right
	{
	float: left;
	width: 395px;
	height: 600px;
	margin-top: 95px;
	margin-left: 10px;
	}

.logobox
	{
	float: left;
	width: 300px;
	height: 80px;
	margin-top: 10px;
	}

.contactbox
	{
	float: left;
	width: 200px;
	margin-left: 90px;
	height: 158px;
	margin-top: 365px;
	}

.contactbox p
	{
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	}

.page
	{
	float: left;
	width: 395px;
	height: 600px;
	}

iframe.page
	{
	width: 385px;
	margin-left: 5px;
	height: 600px;
	margin-top: 0px;
	}

