* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-family: arial;
	font-size: 62.5%;
	background: #111;
}

#headercontainer {
	width: 100%;
	background: url(../images/bg-header.jpg) repeat-x;
}

	#header {
		width: 909px;
		margin: 0 auto;
		padding: 30px 25px 0 26px;
		min-height: 52px;
	}
	
	* html #header {
		height: 52px;
	}
	
		#header h1 a {
			width: 254px;
			height: 0px;
			padding: 27px 0 0;
			overflow: hidden;
			display: block;
			float: left;
			background: url(../images/dicekusaba.jpg) no-repeat;
		}
		
		#navigation {
			float: right;
			list-style-type: none;
			font-size: 1.2em;
			color: #eae7e7;
			margin: 2px 0 0;
		}
		
			#navigation li {
				height: 27px;
				float: left;
				background: url(../images/rounded-corners-left.gif) no-repeat;
				padding-left: 6px;
				margin-right: 10px;
			}
			
				#navigation li a {
					height: 21px;
					padding: 6px 10px 0 4px;
					background: url(../images/rounded-corners-right.gif) no-repeat 100% 0;
					display: block;
					float: left;
					color: #fbdd96;
					text-decoration: none;
					font-weight: bold;
					text-transform: uppercase;
					cursor: default;
				}

#content {
	clear: both;
	width: 100%;
	background: url(../images/bg-work.jpg) repeat-x;	
}

	#work {
		width: 960px;
		margin: 0 auto;
		padding: 56px 0 0;
		min-height: 512px;
	}
	
	* html #work {
		height: 512px;
	}
	
	#work:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
		#work .previous {
			float: left;
			width: 17px;
			height: 43px;
			background: url(../images/arrow-left.gif) no-repeat;
			margin: 202px 42px 0 0;
			cursor: pointer;
		}
		
		#work .next {			
			width: 17px;
			height: 43px;
			background: url(../images/arrow-right.gif) no-repeat;
			margin: 202px 0 0 42px;
			float: left;
			cursor: pointer;
			position: relative;
		}
		
		#work #work-pages {
			clear: both;
			list-style-type: none;
			width: 150px;
			position: relative;
			padding: 0 0 0 802px;
		}
		
			#work #work-pages li {
				width: 20px;
				height: 18px;
				padding: 2px 0 0;
				background: #000;
				float: left;
				margin: 0 0 0 5px;
				color: #fff;
				font-size: 1.2em;
				color: #999;
				font-weight: bold;
				text-align: center;
				cursor: pointer;
				display: inline;
			}
			
				#work #work-pages li.current {
					background: #444;
					color: #fff;
				}
		
		#work #workcontainer {
			width: 842px;
			overflow: hidden;
			float: left;
			height: 462px;
			position: relative;
		}
		#work #workcontainer ul {
			width: 900px;
			list-style-type: none;
			float: left;
			position: absolute;
		}
		
			#work #workcontainer ul li {
				float: left;
				border: 2px solid #fff;
				background: #111;
				width: 246px;
				height: 196px;
				margin: 0 46px 46px 0;
				position: relative;
				overflow: hidden;
				display: block;
			}
			
				#work #workcontainer ul li img { 
					display: block;
				}
				
				#work #workcontainer ul li p.title {
					font-size: 1.2em;
					color: #c2c2c2;
					padding: 0 10px 0;
					font-weight: bold;
				}
				
					#work #workcontainer ul li p.title.first {
						margin: 10px 0 0;
					}
				
				#work #workcontainer ul li p {
					color: #aeabab;
					font-size: 1.2em;
					padding: 0 10px 10px 10px;
				}
				
					#work #workcontainer ul li p a {
						color: #fed26a;
						text-decoration: underline;
					}
					
						#work #workcontainer ul li p a:hover {
							color: #fff;
						}
				
				#work #workcontainer ul li .cover {
					position: absolute;
					top: 0;
					left: 0;
				}
				
				#work #workcontainer ul li.active {
					border: 2px solid #fed26a;					
				}
	
	#personal {
		clear: both;
		width: 100%;
		padding: 25px 0;
		min-height: 200px;
		background: #212121;
	}
	
	* html #personal {
		height: 200px;
	}
	
		#personal ul {
			width: 960px;
			list-style-type: none;
			margin: 0 auto;
		}
		
			#personal li {
				width: 270px;
				float: left;
				margin: 0 0 0 30px;
				padding: 15px;
				min-height: 170px;
				background: #111;
			}
			
			* html #personal li {
				height: 170px;
			}
			
				#personal li.listfirst {
					margin-left: 0px;
				}
				
				#personal li h2 {
					color: #fed26a;
					font-size: 1.7em;
					margin: 0 0 0.5em;
				}
				
				#personal li p {
					color: #777;
					font-size: 1.2em;
				}
				
					#personal li p.care {
						padding: 1em 0 0;
					}
				
				#personal ul ul {
					width: auto;
					margin: 15px 0 0;
				}
				
					#personal ul ul li {
						width: auto;
						height: auto;
						display: block;
						float: none;
						margin: 0;
						padding: 0;
						min-height: 0;
						background: none;
						font-size: 1.2em;
						color: #999;
					}
					
						#personal ul ul li a { 
							color: #999; 
							text-decoration: none;
						}
	
#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	font-size: 1.1em;
	padding: 1em 0;
	overflow: auto;
}

	#footer .copyright {
		color: #999;
		float: right;
	}


