﻿@charset "utf-8";
/* CSS Document */

/* -------------------------------------------
	BASIC
------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #876B61;
	background: url(../images/begeSquare.gif);
}
html, body {
	height: 100%;
}

/* -------------------------------------------
	LAYOUT
------------------------------------------- */
#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0 20px;
	background: #F3F0EF url(../images/wrapperBack.gif) repeat-y;
}
#innerpageHeader {
	height: 140px;
	width: 760px;
	background: white url(../portfolio/images/innerpage_headerBar.gif) repeat-x left top;
}
#contents {
	width: 760px;
	height: 410px;
	margin: 0 0 4px 0;
}
#footer {
	width: 760px;
	background: #E7E1DF;
	border-bottom: #C3B5B0 solid 1px;
	text-align: center;
	padding-top: 2px;
}

/* -------------------------------------------
	INNERPAGE HEADER
------------------------------------------- */
#innerpageHeader img {
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	float: left;
}
#innerpageHeader h1 {
	width: 500px;
	height: 50px;
	padding: 0;
	margin: 50px 8px 0 0;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	text-align: right;
	color: #DF9B83;
	background: white;
}
/* Menu ----------------------------------- */
#innermenu {
	width: 502px;
	margin: 0 0 0 254px;
	top: 110px;
	position: absolute;
	height: 26px;
	padding: 0;
	background: #E7E1DF;
	text-align: center;
}
/* Navigation Bar ------------------------- */
/* (MAIN) Container ----------------------- */
#qm0 {
	width: 500px;
	margin-left: 4px;
}
/* (MAIN) Items --------------------------- */
#qm0 a {
	width: 162px;
}
#qm0 a.qmparent {
	width: 162px;
}

/* -------------------------------------------
	CONTENTS
------------------------------------------- */
/* Left Column ############################ */
#leftColumn {
	width: 222px;
	padding: 10px 15px 0 15px;
	height: 400px;
	background: url(../images/begeBar.gif);
	float: left;
}
#myphoto {
	width: 160px;
	margin: 20px auto 0 auto;
}
/* Right Column ########################### */
#rightColumn {
	width: 500px;
	height: auto;
	float: right;
}
#rightColumn p.firstParagraph {
	padding: 30px 20px 4px 20px;
	line-height: 16px;
	margin: 0;
}
#rightColumn p {
	margin: 0;
	padding: 4px 20px 0 20px;
	line-height: 16px;
}

/* -------------------------------------------
	FOOTER
------------------------------------------- */
#footer p {
	font-weight: bold;
	font-size: 11px;
}
#footer img {
	border: none;
	vertical-align: middle;
	padding-left: 10px;
}
