/* ===== HEADER ===== */
#header_container {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 210px;
}

body>div#page_container>div#content>div#right>div#header_container {
	position: fixed;
}

#header {
	width: 920px;
	margin: 0 auto;
}

#logo {
	margin-left: 120px;
	width: 800px;
	height: 210px;
	background-color: #f3f1f1;
	border-top: 10px solid #210026;
}

#logo img {
	position: relative;
	top: 90px;
	left: 30px;
	border: none;
}

/* ===== CONTENT ===== */

#page_container {
    padding-bottom:50px;
}

#content {
	width: 920px;
   	margin: 0 auto;
}

#right {
	margin-left: 120px;
	width: 800px;
	height: 100%;
	background-color: #f3f1f1;
	padding-top: 220px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.right_cell {
	font-size: 11px;
	color: #878687;
	margin-left: 20px;
	float: left;
	width: 100px;
}

.clear {
	clear: both;
}

.work_title {
	color: #200026;
	font-weight: bold;
}

.left_padding_content {
	padding-left: 30px;
	padding-bottom: 80px;
	font-size: 11px;
	color: #878687;
}
	
/* ===== NAVIGATION ===== */

body>div#page_container>div#content>div#navigation_container {
	position: relative;
}
#navigation {
	position: fixed;
	float: right;
	top: 230px;	
	width: 120px;
}

/* ===== TEXT ===== */

h2 {
	font-size: 11px;
	color: #200026;
	font-weight: bold;
	margin: 11px 0 0 0;
	padding: 0;
}

p {
	font-family: Georgia, serif;
	font-size: 11px;
}

p a {
	text-decoration:underline;
	color: #878687;
}

p a:hover {
	color: #200026;
}


strong { font-weight: normal; }

.dn { display: none; !important }

