* {margin:0;padding:0;}
body {
	margin: 0;
	padding:0;
	background-color: #F4F5D6;
}
body,td,th {
	font-family: sans-serif;
}
h1,h2,h3,h4 {
	font-size: 100%;
}
blockquote {
	font-style: italic;
}
img {
	border: 0;
}
a {
	outline-width: 0;
}
a:link {
	color: #C33;
}
a:visited {
	color: #663;
}
a:hover {
	color: #C00;
}
a:active {
	color: #C00;
}


#container {
	position: relative;
	min-height: 747px;
	min-width: 660px;
	height: auto!important;
	height: 747px;
	background: url(../images/innerBg.jpg)  no-repeat;
}
#content {
	position: absolute;
	top: 70px;
	left: 180px;
	width: 400px;
	font-size: 85%;
	line-height: 1.5em;
}
#content .scrollBox {
	height: 410px;
	overflow: auto;
	padding-right: 5px;
	margin-bottom: 1em;
}
#content p {
	margin-bottom: 1em;
}
#content dd {
	margin-left: 1em;
}

/* inner page logo (link) */
#logo a {
	text-indent: -165px;
	display: block;
	width: 165px;
}
#logo a img {
	padding-right: 175px;
}

/* page title (h1) */
h1 {
	width: 390px;
	height: 90px;
	margin-bottom: 10px;
	text-indent: -999px;
	text-decoration: none;
}
#about h1 {
	background: url(../about/images/titlAbout.jpg) no-repeat top right;
}
#profile h1 {
	background: url(../profile/images/titlProfile.jpg) no-repeat top right;
}
#iMap h1 {
	background: url(../map/images/titlMap.jpg) no-repeat top right;
}
#portfolio h1 {
	background: url(../portfolio/images/titlPortfolio.jpg) no-repeat top right;
}

/* Portfolio */
#portfolio ul#siteList {
	list-style: none;
}
#portfolio #siteList img {
	margin-bottom: 1em;
}
#portfolio #siteList a>img {
	padding: 6px;
}
#portfolio #siteList a:hover>img {
	border: 1px dotted #F63;
	padding: 5px;
}

/* Profile */
#profile img#portrait {
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
}

/* page naviation */
#pageNav {
	background: url(../images/back.gif) no-repeat;
}
#pageNav a {
	display: block;
	width: 111px;
	height: 35px;
	text-indent: -999px;
	text-decoration: none;
}
