body {
	background: url(img/background.png) no-repeat center -200px;
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
    font-size: 10pt;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1em;    
}

p {
    padding: 0;
    margin-top: 0em;
    margin-bottom: 1em;    
}

a, a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #eb1270;
}

div#page {
	width: 830px;
	height: 608px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

div#head {
	height: 150px;
	position: relative;
}

div#body {
	height: 450px;
}

div#logo {
	position: absolute;
	bottom: 4px;
	left: 92px;
}

img#advertorial {
	position: absolute;
	bottom: 20px;
	right: 76px;
}

div#menu {
	height: 52px;
	background-image: url(img/menu.png);
	position: relative;
}

div#menu_elements {
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 68px;
}

div#menu_elements table, div#menu_elements td {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

div#content {
	height: 418px;
	background: url(img/content.png) no-repeat left top;
}

table#info_table {
	width: 400px;
	border-collapse: collapse;
}

table#info_table td {
	height: auto;
}

table#info_table td.label {
	width: 120px;
	height: 1.5em;
	color: #cacaca;
	text-align: right;
	padding-right: 1em;
	font-style: italic;
	padding-left: 1em;
}


img#portfolio_nav {
	position: absolute;
	left: 580px; top: 180px;
	border-style: none;
}

