

body{
	margin:0;
	padding:0;
	background-image:url('/images/body_background.jpg');
	background-position:center;
	background-repeat:repeat-y;
}

.top_bar {
	height:110px;
	background-image:url('/images/texture_1.jpg');
}

.logo {
	//background-image:url('/images/scaled_logo.bitmap');
	width:900px;
	text-align:left;
	z-index:20;
}

.menu .logo_placeholder {
	width:100px;
}

.logo img{
	position:absolute;
	top:10px;
}

.menu {
	margin-top:10px;
	margin-left:100px;
	z-index:1;
	width:750px;
}

.menu a{
	color:#5E0DAC;
	text-decoration:none;
}

.menu a:hover{
	color:white;
}

.menu td {
	text-align: center;
	padding-top:35px;
	height:90px;
	background-image:url('/images/link_background.jpg');
	background-repeat:no-repeat;
	background-position:center right;
}

.sidebar {
	width: 33%;
	border-left: 1px solid #ecc946;
	background-image:url('/images/sidebar_background.jpg');
	background-repeat:no-repeat;
}

.main {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	color:333333;
	width: 67%;
	position:relative;
}

.about p{
	padding-left:50px;
	font-size: 25px;
}

.main h1{
	color:555555;
}

.invisible{
	//display:none;
}

.border{
	width:100px;
	background-image:url('/images/marble_scaled.jpg');
}

.moving_picture{
	width:700px;
	height: 400px;
}

.lower_body{
	width:900px;

}

.body_table{
	width:900px;
	position:relative;
	top:-4px;
}

table{
	border-collapse:collapse;
	border-spacing:0 0;
	margin:0;
	padding:0;
}

td{
	vertical-align:top;
	position:relative;
}

.picture_cell{
	background-color: #FFFFFF;
}

.divider{
	background-color:#ecc946;
	height:4px;
	margin:0;
	border:0;
	padding:0;
	min-height:4px;
	max-height:4px;
	overflow:hidden;
	
}

.other_divider{
	background-color:#ecc946;
	height:4px;
	margin:0;
	border:0;
	padding:0;
	min-height:4px;
	max-height:4px;
	overflow:hidden;
	position:relative;
	top:-4px;
}

.projects h2{
	color:#252875;
}

.projects span{
	float:right;
	display:block;
	padding-top:10px;
	padding-right:50px;
	color:green;
	font-size:20px;
}

.projects p{
	padding-left:30px;
	color:#5E0DAC;
}

.projects a{
	color:#bc9916;
}

.project_pictures img{
	border:4px solid #ecc946;
}

.project_pictures h1{
	text-align:left;
	color:#252875;
	padding-bottom:0;
	padding-top:15px;
	margin-bottom:10px;
}

.project_pictures a{
	display:block;
	text-align:left;
	color:#5E0DAC;
	padding-left:20px;
	text-decoration:underline;
}

.footer {
	width: 100%;
}

.footer td{
	padding-top:20px;
	width:100px;
	text-align: center;
	height:60px;
	border-top: 1px solid #ecc946;
	
}

.footer a{
	
	color:#777777;
	text-decoration: underline;
}