* {
	font-family: georgia, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	margin: 0;
	padding: 0;
}

a, a img {
	border: none;
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
}

#frame {
	position: absolute;
	background-image: url(/images/frame.png);
	background-repeat: no-repeat;
	left: 50%;
	top: 50%;
	padding: 0;
	margin-left: -400px;
	margin-top: -300px;
	width: 800px;
	height: 600px;
	z-index: 10;
}

.content_back, .content {
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	margin-left: -299px;
	margin-top: -244px;
	width: 685px;
	height: 530px;
	
}

.content {
	z-index: 10;
}

#footer {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	margin-left: -299px;
	margin-top: 294px;
	width: 685px;
	text-align: center;
	font-size: 9pt;
	color: #fff;
}


#home_back, #clientlist_back {
	background-color: #fff;
}

#clientlist {
	background-image: url(/images/bg/clientlist.png);
}

#clientlist_inside {
	padding-left: 200px;
	padding-right: 40px;
	padding-top: 5px;
}

#clientlist_inside p {
	color: #555;
	font-size: 11pt;
	line-height: 16pt;
	text-align: right;
	margin-bottom: 2em;
}

#clientlist_inside table {
	width: 100%;
}

#clientlist_inside table tr td {
	vertical-align: top;
	width: 50%;
}

#clientlist_inside ul {
	list-style-type: square;
}

#clientlist_inside ul ul {
	margin-left: 20px;
}

#clientlist_inside li {
	font-size: 10pt;
	line-height: 20pt;
}

#clientlist_inside small {
	font-size: 8pt;
}

#home {
	background-image: url(/images/bg/home.gif);
}

#home_inside {
	margin-top: 20px;
	margin-left: 235px;
	width: 410px;
}

#home_inside p {
	font-size: 10pt;
	
	line-height: 22pt;
	text-align: justify;
	margin-top: 10px;
	color: #444;
	padding-left: 5px;
	padding-right: 5px;
}

#home_inside em {
	color: #ee4400;
}

#portfolio_back, #projects_back, #contact_back {
	background-color: #fff;
}

#projects {
	background-image: url(/images/bg/projects.png);
}

#portfolio {
	background-image: url(/images/bg/portfolio.png);
}

#portfolio_menu {
	position: absolute;
	left: 205px;
	top: 20px;
	font-size: 18pt;
	word-spacing: .4em;
}

#portfolio_menu a {
	color: #000;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
	
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

#portfolio_menu a:hover {
	border-style: solid;
}

#portfolio_menu a#active_category {
	border: 1px solid #ee4400;
	border-right: 2px solid #ee4400;
	border-top: 2px solid #ee4400;
}


#contact {
	background-image: url(/images/bg/contact.png);
	width: 686px;
}

#contact_inside {
	position: absolute;
	left: 20px;
	top: 60px;
	width: 330px;
	font-size: 24pt;
	line-height: 30pt;
}

#contact_inside small {
	font-size: 17pt;
}

#portfolio_content {
	text-align: left;
	position: absolute;
	left: 20px;
	width: 645px;
	top: 118px;
}

#portfolio_content p {
	font-size: 12pt;
	line-height: 18pt;
}

#portfolio_image {
	border: 1px solid black;
	float: left;
	margin: 5px;
}

#portfolio_thumbs {
	position: absolute;
	left: 205px;
	top: 58px;
}

#portfolio_thumbs img {
	width: 50px; 
	height: 50px;
}

#portfolio_thumbs a {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
	display: block;
	float: left;
	margin-right: 5px;
}

#portfolio_thumbs a#active_entry, #portfolio_thumbs a:hover {
	border: 1px solid #ee4400;
	border-right: 2px solid #ee4400;
	border-top: 2px solid #ee4400;
}

a {
	color: #ee4400;
	text-decoration: none;
	border-bottom: 1px dotted #ee4400;
}

a:hover {
	color: #000;
}

#menu a {
	border: none;
}

#menu {
	position: absolute;
	top: 2px; left: 0;
	display: block;
	width: 800px;
}

#menu_home, #menu_portfolio, #menu_projects, #menu_clientlist, #menu_contact {
	height: 54px;
}

#menu_home {
	width: 59px;
}

#menu_portfolio {
	width: 78px;
}

#menu_projects {
	width: 74px;
}

#menu_clientlist {
	width: 81px;
}

#menu_contact {
	width: 72px;
}

#logo {
	width: 382px;
	height: 54px;
}

