/* BASICS */

body {
	background-color: #e3d5d5;
	margin-bottom: 25px;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, span, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

a, a:active {
	color: #633;
}

a:hover {
	text-decoration: none;
	color: #633;
}

h1 {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 15px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

p {
	padding: 2px 0 10px 0;
}

ul, ol {
	padding: 5px 0 10px 30px;
}

/* NAVIGATION */

.menu {
	padding-top: 150px;
	padding-left: 153px;
}

.menu_portfolio {
	padding-left: 30px;
	width: 740px;
	overflow: hidden;
}

.menu ul, .menu_portfolio ul {
	list-style: none;
	padding: 0;
}

.menu li, .menu_portfolio li {
	display: inline;
	position: relative;
	float: left;
	padding: 0 5px;
}

.menu ul a, .menu_portfolio ul a {
	width: 105px;
	height: 29px;
	display: block;
	text-align: center;
	background: url('/images/bg_menu_normal.gif') top left no-repeat;
	font-weight: normal;
	color: #58585A;
	text-decoration: none;
	font-size: 15px;
	padding-top: 6px;
}

.menu ul li a:hover {
	color: #a11c20;
	background: url('/images/bg_menu_hover.gif') top left no-repeat;
}

.menu ul li a.selected {
	color: #fff;
	background: url('/images/bg_menu_select.gif') top left no-repeat;
}

.menu_portfolio li {
	padding: 0 3px;
}

.menu_portfolio ul a {
	width: 33px;
	height: 23px;
	background: url('/images/bg_menu_p_normal.gif') top left no-repeat;
}

.menu_portfolio ul li a:hover {
	color: #a11c20;
	background: url('/images/bg_menu_p_hover.gif') top left no-repeat;
}

.menu_portfolio ul li a.selected {
	color: #fff;
	background: url('/images/bg_menu_p_select.gif') top left no-repeat;
}

/* PAGE DIVISIONS */

.pageWrapper {
	width: 900px;
	margin: 0 auto;
}

.headWrapper {
	height: 190px;
	background: url('/images/bg_head.gif') top left no-repeat;
}

.contentWrapper {
	width: 740px;
	padding: 10px 80px;
	background: url('/images/bg.gif') top left repeat-y;
}

.top {
	height: 23px;
	background: url('/images/bg_top.gif') top left no-repeat;
}

.content {
	padding: 10px 35px;
	background: url('/images/bg_content.gif') top left repeat-y;
}

.bottom {
	height: 26px;
	background: url('/images/bg_bottom.gif') top left no-repeat;
}

.footWrapper {
	height: 90px;
	background: url('/images/bg_foot.gif') top left no-repeat;
}

/* CONTENT */

#portfolio {
	width: 740px;
	padding: 0;
	background: none;
}

.portfolio_left {
	float: left;
	width: 370px;
	height: 368px;
}

.portfolio_right {
	float: right;
	width: 370px;
	height: 368px;
}

.column_one {
	width: 45%;
	float: left;
}

.column_two {
	width: 45%;
	float: right;
}

img.highlight {
	float: right;
	padding: 0 0 25px 40px;
}

.foot {
	color: #666;
	font-size: 12px;
	text-align: center;
	padding: 0 80px;
	padding-top: 35px;
}

.foot a {
	color: #633;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}