@charset "UTF-8";
/* STYLESHEET */

* {
	margin: 0;
	padding: 0;
	outline: 0;
	}


body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, Helvetica, sans-serif; 
	font-size: 75%;
	line-height: 1.4;
	text-align: left;
	color: #000;
	background: #363636;
	}

img {
	border: 0;
}

ul {
	list-style: none;
	padding-bottom: 10px;
}

li {
	color: #151515;
	font-size: 11px;
	
}


h1 {
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",serif;
	font-size: 2.5em;
	font-weight: 700;
	font-style: normal;	
	line-height: 1;

}

h2 {
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	line-height: 18px;
	/*letter-spacing: 1px; */
}


/* S T R U C T U R E */	

#page {
	margin: 0 auto;
	width: 950px;
}

.left-column {
	width: 630px;
	
}
.right-column {
	width: 310px;
}
.modules {
	float: left;
}

.modules p {
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",serif;
	width: 235px;
	font-size: 1.167em;
	
}

.modules h1 {
	margin-bottom: 10px;
}

.left-column div {
	height: 220px;
	overflow: hidden;
}

.right-column div {
	height: 620px;
	overflow: hidden;
}

#module-one {
	background: transparent url(images/asg.jpg) no-repeat;
	padding-top: 80px;
	padding-left: 40px;
	margin-bottom: 5px;
}

#module-two {
	background: transparent url(images/tco.jpg) no-repeat;
	padding-top: 80px;
	padding-left: 350px;
}

#module-three {
	background: transparent url(images/volt.jpg) no-repeat;
	margin-bottom: 10px;
	margin-left: 10px;
}
