@charset "UTF-8";
/* CSS Document */


body {
	background-image:url(images/bg_gradient.png);
	background-repeat:repeat-x;
}

#container {
	height: 600px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* navigation bar begins here */

#home {
	position:absolute;
	width:160px;
	height:50px;
	z-index:1;
	left: 0px;
	top: 150px
}

#graphicdes {
	position:absolute;
	width:160px;
	height:50px;
	z-index:1;
	left: 160px;
	top: 150px;
}

#web {
	position:absolute;
	width:160px;
	height:50px;
	z-index:1;
	left: 320px;
	top: 150px;
}

#photo {
	position:absolute;
	width:160px;
	height:50px;
	z-index:1;
	top: 150px;
	left: 480px;
}

#art {
	position:absolute;
	width:160px;
	height:50px;
	z-index:1;
	top: 150px;
	left: 640px;
}

#contact {
	position:absolute;
	width:160px;
	height:50px;
	z-index:1;
	top: 150px;
	left: 800px;
}

/* navigation bar ends here */

#footer {
	position:absolute;
	width:960px;
	height:30px;
	z-index:1;
	left:0px;
	top:600px;
}


.gallery {
	width: 960px;
	cursor: default;
	list-style: none;
}


.gallery img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.gallery li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;

}
