/*
---------------------------------------------------------------

 Main

---------------------------------------------------------------
*/	

* {
	margin: 0;
	padding: 0;
	}

body {
	color: #666666;
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height:200%;
	}
#wrapper {
	width: 818px;
	margin: 40px 0 0 -409px;
  	position: relative;
  	left: 50%;
  	}
.grid {
	float: left;
	background: #ffffff;
	width: 200px;
	height: 150px;
	margin: 0 6px 6px 0;
	}

.smallgrid {
	float: left;
	background: #ffffff;
	width: 200px;
	height: 75px;
	margin: 0 6px 6px 0;
	}

.last {
	margin: 0 0 6px 0;
	}
.clear {
	clear: both;
	}

/*
---------------------------------------------------------------

 Cols

---------------------------------------------------------------
*/	
.col2 {
	width: 406px;
	background: #ffffff;
	}
.col3 {
	width: 612px;
	background: #ffffff;
	}
.col4 {
	width: 818px;
	background: #ffffff;
	}
.col5 {
	width: 1024px;
	background: #ffffff;
	}
/*
---------------------------------------------------------------

 Content

---------------------------------------------------------------
*/	

/* company's name */

h1 {
color: ##000000;
	font-family: Arial, sans-serif;
	font-weight: lighter;
	font-size: 10px;
	letter-spacing:14px;

}

/* project title */

h2 {
color: #666666;
	font-family: Arial, sans-serif;
	font-weight:normal;
	line-height:150%;
	font-size: 16px;
	letter-spacing:2px;
	

}

/*  */

h3 {
color: #666666;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;
	vertical-align:bottom;
	text-align:right;

}


/* title submenu */

h4 {
color: #cc3300;
	font-family: Arial, sans-serif;
	font-weight:lighter;
	font-size: 14px;
	line-height:21px;

}


a:link { text-decoration:none; font-weight:lighter; color:#666666; }
a:visited { text-decoration:none; font-weight:lighter; color:#333333; }
a:hover { text-decoration:none; font-weight:lighter; color:#666666; }
a:active { text-decoration:none; font-weight: expanded; color:#336666; }
a:focus { text-decoration:none; font-weight:lighter; color:#aa6666; }



p {}
	