@charset "utf-8";
/* CSS Document */

body {
	width:1368px;
	height:auto;
	font-family: "Adobe Garamond Pro", "Adobe Garamond Pro Bold";
	color: #000;
	background-color: #FFF;
}

p{
	margin-top: 1em;
}

blockquote {
	margin-top: -4px;
	margin-bottom: -4px;
}

a:link{
	color: #000; 
	text-decoration:none;
}
a:visited{
	color: #000; 
}
a:hover {
	color: #FF0000;
}

#Banner {
	background-image: url("../Images/Portfolio Banner 2.gif"); 
	background-repeat: no-repeat;
	background-color: #000;
	display:block;
	background-position: center;
	width:100%;
	height:100px;
	margin-left:-10px;
	margin-top:-10px;
	padding-right:20px;
}

#Container {
	width: 968px;
	padding-left: 10px;
	overflow: hidden;
}
#Container #center_column #Container2 #main_image {
	background-image: url(../Images/Index%20Main%20Image.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 968px;
	height: 376px;
	overflow: hidden;
}
#main_text {
	background-color: #FFF;
	left: 484px;
	position: relative;
	height: 376px;
	width: 484px;
	overflow: hidden;
}


.left_column, .center_column2, .right_column {
	width: 316px;
	height:130px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000;
	float: left;
}

.left_column {
	background-image: url("../Images/personal.png");
}

.center_column2 {
	background-image: url("../Images/Architecture.png");
}

.right_column {
	background-image: url("../Images/psychology.png");
}

.center_column2, .right_column {
	margin-left: 10px;
}

.left_column a:link, .center_column2 a:link, .right_column a:link {
	opacity:0.7;
}

.left_column a:hover, .center_column2 a:hover, .right_column a:hover {
	opacity:0.3;
}

.nav {
	float:left;
	background-color: #FFF;
	width: 150px;
	height:auto;
	padding-left:25px;
	padding-right:25px;
	padding-top:20px;
	margin-left:-10px;
	
}
