html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background-color: #FFF;
	font: 12px arial, sans-serif;
	color: #000;
}
#wrapper {
	background: url(images/modelportfolio_29.jpg);
}
#header {
	background: 6px 0 url(images/header_bg.gif) repeat-x;
}
h1 {
	height: 95px;
	color: #fff;
	font-weight: normal;
	font: 28px "harrow", "Lucida Grande", arial, sans-serif;
	line-height: 95px;
	text-indent: 43px;
	width: 400px;
}
h2 {
	margin-bottom: 15px;
}

#body {
	background: top right url(images/body_bg.jpg) no-repeat;
}

#nav {
	/*background: url(images/nav_bg.gif) repeat-x;*/
	background-color: #000066;
	height: 40px;
	font-size: 17px;
}
#nav ul {
	min-width: 780px;
	padding-left: 43px;
	padding-top: 10px;
}
#nav li {
	float: left;
	/*background: 12px 6px url(images/bullet_nav.gif) no-repeat;*/
	padding-right: 20px;
	margin: 0;
}
#nav a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

#nav ul li strong span {
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

#content {
	/*background: #000000;*/
	border: 1px solid #000066;
	width: 500px;
	height: 380px;
	margin: 48px 28px 8px 28px;
	overflow: auto;
	padding: 15px;
	line-height: 1.6em;
}

#content h2 {
	font: 18px "times new roman", serif;
	font-weight: normal;
	color: #000066;
	clear: both;
}

#copyright {
	text-indent: 43px;
	padding: 15px 0;
}

#footer {
	background: url(images/footer.gif) repeat-x;
	height: 46px;
}