html, body {
	height:		100%;
	width: 		100%;
	min-height:	100%;
	margin: 	0;
	padding: 	0;
	border:		0;
	background-color: #fff;
	font-family: 	arial;
	font-size: 	small;
	text-align:	center;
}

#wrapper {
	width: 		750px;
	margin:		0 auto;
	position: 	relative;
	text-align:	left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#nav {
	float:right;
	margin: 10px 0 0 0px;
	padding	: 0;
	list-style: none;
}

#nav li {
	width: 125px;
	border: none;
	padding:0;
	margin:0;
}

#nav a {
	margin:0;
	padding:0;
	padding-left: 18px;
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#nav a:hover {
	text-decoration: underline;
}

.home #home, .techno #techno, .clients #clients, .mini #minisue {
	background: url( /_images/nav_bullet_point.png ) no-repeat left 4px;
}

#nav ul {
	margin: 10px 0 0 15px;
	padding:0;	
	list-style: none;
}

#nav ul a {
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-size: 80%;
	
}

#nav a:hover {
	text-decoration: underline;
}

#leftcolumn {
	margin:0;
	padding:0 0 50px 0;
	width: 240px;
	letter-spacing: 0.1em;
	min-height: 100%;
}

#leftcolumn blockquote {
	background: #244068 url(/_images/logo_beach.jpg) no-repeat top left;
	height:570px;
	width:160px;
	color: #fff;
	margin: 0;
	padding:10px 10px 0 70px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#leftcolumn p {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-right: 10px;
}

#maincontent {
	height: 100%;
	width: 350px;
	float: right;
	height: auto;
	padding: 20px 0 30px 20px;
	margin: 0;
	color: #555;
	margin-bottom: 50px;
	/*background: #fff url(/_images/box_bottom_left.png) bottom left no-repeat;*/
}

#maincontent blockquote {
	float: right;
	width: 150px;
	margin: 5px 5px 10px 10px;
	padding: 10px;
	font-size: 1em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px dotted #aaa;
	border-bottom: 2px dotted #aaa;
	background: #f6f6f6;
}

ul {
	margin: 0 0 0 15px;
	padding: 0;
}

li {
	margin-bottom: 7px;
}

img {
	border: 1px solid #000;
	display: block;
	margin: 5px 0;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #333;
	/*background: #fff url(/_images/box_top_right.png) top right no-repeat;*/
	padding: 20px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
}

strong {
	color: #222;
}
acronym {
	font-weight: bold;
	cursor: help;
	border-bottom: 1px dashed #000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#footer {
	clear:both;
	width: 400px;
	font-size: 0.8em;
	float: right;
	position: absolute;
	bottom: 10px;
	left: 320px;
}

.popup {
	cursor:hand;
	text-align	: center;
}