transparent@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}





/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		2;
	dw-num-cols-tablet:		3;
	dw-num-cols-desktop:	3;
	dw-gutter-percentage:	100;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	font-family:"Helvetica Neue" Arial,Helvetica,sans-serif;
	font-size: 24px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#head {
	

	width:100%;
	height:auto;
	background-color:transparent;
	margin-top: 2%;
	margin-left:2%;
	float:left;
	font-family:"Helvetica Neue" Arial,Helvetica,sans-serif;
	color:#FFF;
	font-size:12px;
	position:fixed;
	z-index:4;
	letter-spacing: 0.03em;
	}

#img_colomn {
	width: 100%;
	height:100%;
	background-color:transparent;
	z-index: 0;
	float:left;
	position:relative;
	margin-top: 25%;
	margin-left:2%;
	color:#000;
	font-size:9px;
	line-height:1.2;
	font-family:"Helvetica Neue" Arial,Helvetica,sans-serif;
	padding-right:2%;
	
		

	
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
* {
	margin: 0;
	padding: 0;
}

#body {
	background-image:url(background.jpg);
}
#head {
	

	width:25%;
	height:auto;
	background-color:transparent;
	margin-top: 2%;
	margin-left:2%;
	float:left;
	font-family:"Helvetica Neue" Arial,Helvetica,sans-serif;
	color:#000;
	font-size:15px;
	position:fixed;
	z-index:4;
	letter-spacing: 0.03em;
}

.gridContainer {
	width: 100%;
	max-width: 1000px;
	padding-left: 0%;
	padding-right: 0%;
	font-family:"Helvetica Neue" Arial,Helvetica,sans-serif;
	font-size: 48px;
	font-style: normal;
	line-height: normal;
	background-color: transparent;
	left: 0px;
	
}



#img_colomn {
	width: 40%;
	height:auto;
	background-color:transparent;
	z-index: 0;
	float:left;
	position:relative;
	margin-top: 1.5%;
	margin-left:30%;
	color:#000;
	font-size:11px;
	line-height:1.2;
	font-family:"Helvetica Neue" Arial,Helvetica,sans-serif;
	
}

	
	