body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
}

/*------------------- LAYOUT --------------------*/

#header {margin:40px auto 0;width:950px;}

#flash-content {height:300px;margin:40px 0;}

#container {margin:auto;width:950px;}
	
#footer {clear:both;height:50px;}

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

a {color:#666;text-decoration:none;}
a:hover {color:#cc0;}

h1, h2, p {margin:0;padding:0;}

img {border:none;margin:0;padding:0;}

ul {list-style-type:none;margin:0;padding:0;}


/* HEADER */

a.logo {
	background:url(../images/logo.gif) no-repeat 0 0;
	display:block;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	width:290px;
}

/* CONTENT */
#content {padding-bottom:30px;}
#content h2 {font-size:14px;text-transform:uppercase;}

/* works */

#works {
	float:left;
	width:310px;
	margin-right:10px;
	border-right:1px solid #ddd;
	height:150px;
}

#works h2 {
	background:url(../images/work.gif) no-repeat 0 0;
	height:12px;
	margin-bottom:16px;
	text-indent:-9999px;
	width:80px;
}

#works ul li {
	float:left;
	margin-right:10px;
	width:140px;
}

#works a {
	border:5px solid #666;
	display:block;
	height:80px;
	overflow:hidden;
	text-indent:-9999px;
	width:130px;
}

#works a:hover {
	background-position:0 -80px;
	border:5px solid #cc0;
}

a.print {
	background:url(../images/print.jpg) no-repeat 0 0;
}

a.web {
	background:url(../images/web.jpg) no-repeat 0 0;
}

.hidden {
	display:none;
}

/* profile */

#profile {
	border-right:1px solid #ddd;
	float:left;
	height:150px;
	margin:0 10px 0 0;
	padding:0 20px 0 10px;
	width:290px;
}

#profile h2 {
	background:url(../images/about.gif) no-repeat 0 0;
	height:12px;
	margin-bottom:16px;
	overflow:hidden;
	text-indent:-9999px;
	width:90px;
}

#profile img {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

#profile p {
	font-size:11px;
	line-height:1.4;
}

/* contacts */

#contacts {
	float:left;
	padding-left:10px;
	width:280px;
}

#contacts h2 {
	background:url(../images/contact.gif) no-repeat 0 0;
	height:12px;
	margin-bottom:16px;
	text-indent:-9999px;
	width:90px;
}

#contacts ul li {
	margin-bottom:10px;
}

