body {
	margin: 0;
	padding: 0px;
	background: #FFFFFF;
	font-size: 11px;
	color: #999999;
	font-family: Verdana, Arial, serif;
}

ul, ol {line-height: 200%;}

p {line-height: 150%;}

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

a:hover {border-bottom: dotted 2px}

table {text-align:left;vertical-align:left}

h1, h2, h3 {
	color: #F49401;
	margin: 0;
	padding-top: 10px;
	font-weight: lighter;
	text-transform: uppercase;
	line-height: 2em;
	color: #000000;
	letter-spacing: 1px;
}

h1 {
	font-size: 1.2em;
	border-bottom: 1px solid #999999;
}

h2, h3 {
	font-size: 1em;
}

/* container */
#container {
	width: 960px;
	margin: 0 auto;
}

/* sidebar */
#sidebar {
	background: url(deco/nephi.gif) no-repeat left top;
	padding-top: 120px;
	width: 220px;
	position: fixed;
}

/* contentHolder */
#contentHolder {
	background: url(deco/logo.gif) no-repeat right top;
	padding-top: 120px;
	overflow: auto; /* to avoid content div to wrap left menu + news in FF */
	float: right;
	padding-left: 220px;
	width: 740px;
	height: auto;
	margin-bottom: 10px;
}

/* content */
#content {
	border-top: 5px solid #999999;
	height: auto;
}

.image_portfolio img {
	padding: 5px;
	margin: 5px;
	border: 1px dotted #999999;
	background-repeat: no-repeat;
	float: left;
}

.image_portfolio img:hover {
	border: 1px solid #000000;
}

/* navigation */
#navigation, #news {
	float: left;
	width: 200px;
	margin-right: 20px;
	border-top: 5px solid #999999;
}

#navigation h2, #news h2 {
	color: #F49401;
	margin: 0;
	padding-top: 10px;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	border-bottom: 1px solid #999999;
	color: #000000;
	letter-spacing: 1px;
}

#navigation {
	margin-bottom: 50px;
}

#navigation ul, #news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	line-height: 2em;
	border-bottom: 1px solid #CCCCCC;
	font-variant: small-caps;
}

#navigation li.selected, #navigation a:hover, #news a:hover {color: #F49401;}

#navigation a {border: 0;}

/* news*/
#news {
	clear: both;
	margin-bottom: 0px;
}

#news a {border: 0px;}

#news li {
	font-size: 0.8em;
	line-height: 2em;
}

/* footer */
#footer {
	clear: both;
	position: relative;
	font-size:0.8em;
	margin-left: 220px;
	text-align:center;
	text-decoration:none;
}

#footer img {
	border: 0px;
}

#footer a {
	border-bottom: 0px;
	text-decoration: none;
}

#footer a:hover {border-bottom: 0px;}
