body {
	margin: 0 auto;
	background: url(../images/bg_bg.jpg) center no-repeat;
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #416A86;
	width:100%;
	text-align: left;
} 

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#content {
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 200px;
	height:190px;
	margin-top:20px;
	margin-bottom:0px;
}

/* Blockquote */
#content blockquote {
	border-left: 5px solid #DEDEDE;
	margin: 1em;
	padding: 0 1em;
}

/* Content 1 */
#content-1 {
	float: left;
	padding-right: 25px;
	width: 190px;
}

#content-1 h6 {
	font-size: 200%;

	margin: .5em 0;
}

/* Content 2 */
#content-2 {
	float: right;
	margin-top:0px;
	margin-right: 0px;
	padding-left:0px;
	width: 200px;
}

#content-2 h6 {
	font-size: 18px;
	font-family:Verdana;
	color:#3e6c84;
	margin-bottom:0px;
	float:left;
	margin-top:-15px;
}

/* Project */
.recent-projects .project {
	float: left;
	padding-top: 108px;
	position: relative;
}

.recent-projects .project h4, 
.recent-projects .project-info, 
.recent-projects .project-description p {
	margin: .25em 0;
    color:#336699;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}

.recent-projects .project h4 {
	color: #3e6c84;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:auto;
	margin-bottom:3px;
	text-align:left;
}

.recent-projects .project-info {
	color: #9E9E9E;
	font-style: italic;
}

.recent-projects .project-image {
	margin: 0;
	position: absolute;
	top: -1px;
	float:left;
}

.recent-projects .project-image img {
	display: block;
	width: 200px;
	height: 100px;
}

.recent-projects .view-more-link {
	display: none;
}

/**
 * Recent projects
 */
#recent-projects {
	margin-top: -9px;

	width: 200px;
}

#recent-projects .navigation {
	float: right;
}

#recent-projects .wrap {
	clear: both;

	overflow-x: hidden;

	position: relative;

	width: 200px;
}

#recent-projects .items {
	width: 2500px;
}

#recent-projects .project {
	width: 200px;
}


/**
 * Navigation
 */
.navigation {
	margin: 0;
}

.navigation .previous-link,
.navigation .next-link {
	background-position: left top;
	background-repeat: no-repeat;
	margin-top:-19px;
	cursor: pointer;

	display: block;

	float: left;

	width: 26px;
	height: 25px;
}

.navigation .previous-link { background-image: url("../images/previous.png"); margin-right: 2px; }
.navigation .previous-link span { display: none; }

.navigation .next-link { background-image: url("../images/next.png"); }
.navigation .next-link span { display: none; }

.navigation .previous-link:hover,
.navigation .next-link:hover {
	background-position: left -50px;
}

.navigation .previous-link.disabled,
.navigation .previous-link.disabled:hover,
.navigation .next-link.disabled,
.navigation .next-link.disabled:hover {
	background-position: left -100px;

	cursor: default;
}
