
	body
	{
		background-color: #2E3235;
		text-align: center;
		font-family: Trebuchet MS, Helvetica;
		font-size: 12px;
		color: #2E3235;
		padding: 0px;
		margin: 0px;
	}
	
	
	.desktop
	{
		margin: 0 auto;
		height: 1011px;
		width: 1300px;
		background-image: url(../images/desktop.jpg);
		background-repeat: no-repeat;
	}

	.lightsoff
	{
		/*background-color: black;
		filter:alpha(opacity=20);
		-moz-opacity:0.2;
		-khtml-opacity: 0.2;
		opacity: 0.2;	
		width: 100%;
		height: 100%;*/
	}
	
	
	h1
	{
		margin: 0px;
		padding: 0px;
		font-size: 18px;
		color: #173e5c;
	}
	
	h2
	{
		margin: 0px;
		padding: 0px;
		font-size: 16px;
		color: #173e5c;
	}
	h3
	{
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		color: #173e5c;
	}
	
	p
	{
		font-size: 12px;
	}
	
	a
	{
		color: #2E3235;
	}
	
	a:hover
	{
		color: #0055A5;
	}
	
	.page
	{
		position: relative;
		margin: 0 auto;
		text-align: left;
		width: 1150px;
		height: 900px;
		padding: 0px;
	}

	.footer
	{
		text-align: center;
		margin: 0 auto;
		width: 1150px;
		color: #c0c0c0;
		font-size: 11px;
		padding-top: 10px;
	}
	
	.footer a
	{
		color: #c0c0c0;
		text-decoration:none;
	}
	
	.footer a:hover
	{
		color: #c0c0c0;
		text-decoration:underline;
	}
	
	.footer h1
	{
		font-size: 18px;
		font-weight: normal;
		color: #888888;
	}
	
	
	.logo
	{
		position: absolute;
		top: 150px;
		left: 645px;
		width: 200px;
		height: 77px;
		z-index: 1;
	}
	
	.menu
	{
		position: absolute;
		top: 340px;
		left: 135px;
		width: 150px;
		height: 380px;
		z-index: 1;
	}
	
	.menu a
	{
		padding-bottom: 5px;
	}
	
	.content
	{
		position: absolute;
		top: 240px;
		left: 305px;
		width: 520px;
		height: 480px;
		z-index: 1;
	}

	.facebook
	{
		position: absolute;
		top: 30px;
		left: 300px;
		width: 80px;
		height: 80px;
		z-index: 1;
	}
	
	.links
	{
		position: absolute;
		top: 110px;
		left: 380px;
		width: 80px;
		height: 80px;
		z-index: 1;
	}	

	.light
	{
		position: absolute;
		top: 141px;
		left: 110px;
		width: 80px;
		height: 80px;
		z-index: 1;
	}	

	
	.coffeeswirl
	{
		position: absolute;
		top: 40px;
		left: 634px;
		z-index: 1;
	}

	.cd
	{
		position: absolute;
		top: 679px;
		left: 46px;		
		z-index: 1;
	}

	.phone
	{
		position: absolute;
		top: 537px;
		left: 35px;		
		z-index: 1;
	}
	
	.blog
	{
		position: absolute;
		top: 600px;
		left: 950px;		
		z-index: 1;
	}
