
/* BODY & LAYOUOT */
body {
	margin: auto;
	color: #333333;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	overflow: auto;
	/*background-color: #EEFF8E;*/
	background: url(./images/wood.jpg);
}

#container {
	width: 960px;
	margin:  40px auto;
	position: relative;
	background-color: #FFFFFF;
}

#content {
	width: 960px;
	text-align: left;
	padding: 0px 30px 0px 30px;
	margin: 10px 0px 20px 0px;
	display: block;
}

#leftcol {
	width: 276px;
	display: inline;
	margin-right: 10px;
	float: left;
}

#rightcol {
	width: 614px;
	display: inline;
	float: left;
	margin-top: 20px;
}

div.rounded div {
  		height: 1px;
  		overflow: hidden;
}

/* HEADERS */
h1 {
	font-family: arial; 
	font-size: 22px; 
	letter-spacing: .8em; 
	color: #979926; 
	text-transform: uppercase;
	margin: 20px 0px 20px 0px;
	text-indent: -2000em;
	display: none;
}

h2.name {
	font-family: arial; 
	font-size: 22px; 
	letter-spacing: .8em; 
	color: #979926; 
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
}

h2 {
	font-family: arial; 
	font-size: 16px; 
	letter-spacing: .8em; 
	color: #38CCB5; 
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
}

h3 {
	font-family: arial; 
	font-size: 14px; 
	letter-spacing: .2em;
	color: #979926; 
	text-transform: uppercase;
	margin: 10px 0px 2px 0px;
}

/* LINKS */
a:link {
	color: #CC2A09;
	text-decoration: none;
	border-bottom: 1px dotted #CC2A09;
}

a:hover {
	color: #CC2A09;
	text-decoration: none;
	border-bottom: 1px solid #CC2A09;
}

a:visited {
	color: #CC2A09;
	text-decoration: none;
	border-bottom: 1px dotted #CC2A09;
}

/* TEXT */
p {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	line-height: 1.3em;
}

p.profile {
	padding-right: 50px;
}

.company {
	font-family: arial; 
	font-weight: bold;
	font-size: 14px; 
	letter-spacing: .2em;
	color: #38CCB5; 
	margin: 0px 0px 2px 0px;
}

#leftcol ul {
	margin: 0px;
	padding: 0px;
}

#leftcol ul li {
	list-style-image: none;
	list-style-type: none;
	/*margin: 5px 0px 5px 0px;*/
	padding: 0px;
	float: left;
	margin: 2px 0 !important;
	width: 110px;
}

.date {
	color: #666666;
	font-weight: bold;
}

.jobDescriptionCont {
	margin-top: 10px;
}