@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/background.jpg) repeat-x #fafcfc;
}
#footer #piece {
	position:absolute;
	bottom:-45px;
	left:-430px;
}

/* HACK */
#left {
	width:325px;
}
#right {
	width:635px;
}
#right .box610-container {
	padding-left:0;	
}

h2 {
	padding-top:20px;
	padding-bottom:10px;
}

#menu-container {
	background:url(../img/bg-piece.png) no-repeat -20px 0;
	height:500px;
	margin:0 0 0 5px;
	overflow:hidden;
}

.form {
	width:520px;
}
.form b {
	color:#48A49D;	
}
.form form {
	padding-top:10px;	
}
.form .field  {
	padding-bottom:5px;	
}
.form .field label {
	width:100px;
	float:left;
}
.form .field input,
.form .field textarea {
	width:400px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
}
.form .field textarea {
	height:90px;	
}
.form .field input#name,
.form .field input#email {
	width:220px;	
}

.form .conditions input {
	margin:0;
	padding:0;
	vertical-align:text-top;
}
.form .conditions a {
	text-decoration:underline;
	color:#666666;
}

.form .buttons {
	text-align:right;	
	padding-right:18px;
	padding-top:5px;
}

.more {
	text-align:right;
	padding-top:0px;
}
.more a {
	color:#48A49D;
	font-weight:bold;
}

.experience {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #E3F3F2;
	float:left;
	width:580px;
}
.experience b {
	color:#48A49D;
	padding-bottom:5px;
}
.experience img {
	float:left;
	padding-right:20px;
}