@charset "UTF-8";
/* CSS Document */

/* ------------ defaults ------------ */

body{ 
	background-color:#FFFFFF;/*B9B8AC;ECEBE8*/
	/*background: url(../imgs/bg_image.png) no-repeat;*/
	/*top:0;*/
	/*left:0;*/

}

div#main{
	position:relative;
	margin:auto;
	width: 800px;
	/*background: url(../imgs/bg_grad2.png) repeat-x;*/
	background-color:#F3F1F1;
	font-family: Helvetica, Arial, Verdana;
}

/* ------------ separators ------------ */

#bar{
	position:absolute;	
	width:800px;
	height:auto;
	border-color:#F3F1F1;
}

#bar[title="top"]{
	bottom:0px;
	border-bottom-width: 2px;
	border-bottom-style:dotted;
}

#bar[title="bottom"]{
	top:0px;
	border-top-width: 2px;
	border-top-style:dotted;

}

/* ------------ header - title & navigation ------------ */

#header{
	position: relative;
	margin: 0;
	width: 800px;
	height:40px;
	background-color: #B9B8AC;/*6F6C5E;*/
}

#title{
	position:absolute;
	top:6px;
	left:30px;
	width:auto;
	color: #FFFFFF;
}

#title p{
	margin: 0;
	font-size: 26px;
}

span[title="job"]{
	color: #6F6C5E;/*FFD800 FFCC33;*/
}

#nav{
	position: absolute;
	width: auto;
	top: 13px;
	right:10px;
}

#nav p {
  margin: 0;
  color:#FFFFFF;
}

#nav .links a{
	padding-left: 5px;
	padding-right:5px;
	padding-top: 4px;
	padding-bottom: 2px;
}

#nav .links a:link, #nav .links a:visited{
	width:30px;
	color:white;
	background-color:transparent;
	text-decoration:none;
}

#nav .links a:hover{
	width:30px;
	color:white;
	background-color:#D0D0C8;
	text-decoration:none;
}

/* ------------ content ------------ */

#content{
	position: relative;
	margin: 0;
	padding:0;
	left: 0;
	width: 800px;
	height:520px;
}

/* ------------ footer - copyright ------------ */

#footer{
	position:relative;
	left:0;
	bottom:0;
	width:800px;
	height:40px;
	background-color: #B9B8AC;/*6F6C5E;*/
}

#copyright{
	position:absolute;
	top:13px;
	left:0;
	width:auto;
	height:40px;
	color:#FFFFFF;
}

#copyright p {
	position:absolute;
	margin:0;
	top:0;
	width:800px;
	text-align: center;
	font-size: 12px;
}

#copyright a{
	padding:0;
}

#copyright a:link, #copyright a:visited{
	width:30px;
	color: #FFFFFF;
	text-decoration:none;
}

#copyright a:hover{
	width:30px;
	color: #FFFFFF;
	text-decoration:underline;
}