body {
	background: #383838 url('images/body_bg.jpg') repeat-x;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

a {
	color: #C0C0C0;
	text-decoration: none; 
	font-weight: bold;
}

div#container {
	margin: 0px auto;
	width: 780px;
	background: url('images/content_bg.jpg') repeat-y;
}

div#header1 {
	width: 780px;
	height: 88px;
	background: url('images/head_01.jpg') no-repeat;
}

div#header2 {
	width: 780px;
	height: 49px;
	background: url('images/head_02.jpg') no-repeat;
}

div#header3 {
	width: 780px;
	height: 83px;
	background: url('images/head_03.jpg') no-repeat;
}

div#content {
	width: 705px;
	margin-left: 35px;
	margin-top: -50px;
	padding-bottom: 30px;
}

#footer {
	width: 780px;
	height: 53px;
	background: url('images/footer_img.jpg');
	text-align: center; }

#navbar {
	list-style: none;
	margin: 0px; 
	padding: 0px;
}

#navbar li {
	float: left;
}
	
#navbar li a {
	display: block;
	width: 150px;
	padding: 5px;
	background: #222121;
}

#navbar li a:hover {
	background: #1D1C1C;
}

h1 {
	border-bottom: 1px solid;
}

.portfolio-img {
border: 3px solid #C0C0C0; }

.portfolio-p {
text-align: center; }
