#header{
	background-color: #eee;
	border:1px solid #666;
	border-radius:4px;
	margin: 8px;
}

#name{
	padding-left:30px;
	float:left;
}

#contact{
	padding-right:30px;
	list-style:none;
	
	float:right;
}

#header:after{
	content:"";
	display:block;
	clear:both;
}

#footer{
	color: #777;
	background-color: #111;
	border:1px solid #666;
	border-radius:4px;
	margin: 8px;
	padding: 8px;
	font-size: 0.7em;
}

body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	
	background-image:url(background.png), linear-gradient(to bottom, #fff, #000);
	background-repeat:no-repeat, no-repeat;
	background-size:contain, contain;
	background-position:bottom, top;
	margin:0px;
}

#content{
	margin: 0px auto;
	width:950px;
}

.container{
	border:1px solid #666;
	border-radius:4px;
	position:relative;
	padding:4px;
	background-color: #eee;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}

.projectdetails{
	width:300px;
	float:left;
	padding: 10px;
}

.projectmedia{
	width:600px;
	float:right;
}

.imagetitle{
	width:100%;
	text-align:center;
	font-size:0.8em;
}

img{
	width: 600;
	height: 480;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
}


a{
	color: #777;
	text-decoration:none;
}
a:hover{
	color: #666;
	--background:#aaa;
	border-radius:5px;
	text-decoration:underline;
}
a.visited{
	color: #977;
}

.jcarousel-skin-otto .jcarousel-container {
	width: 600;
	height: 480;
	
}

.jcarousel-skin-otto .jcarousel-container-horizontal {}

.jcarousel-skin-otto .jcarousel-item {
    width: auto;
    height: 100%;
}

.jcarousel-skin-otto .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-otto .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-otto .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
	float: right;
}

.jcarousel-skin-otto .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-otto .jcarousel-next-horizontal:hover,
.jcarousel-skin-otto .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-otto .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-otto .jcarousel-next-disabled-horizontal,
.jcarousel-skin-otto .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-otto .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-otto .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-otto .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-otto .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-otto .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-otto .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-otto .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-otto .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-otto .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-otto .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-otto .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


