	body	{
	margin: 0px;
	color: #CCCCCC;
	background: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
		}

	img 	{
		border: none;
		}

	a 	{
		border: 0px;
		padding:0px;
		margin: 0px;
		color: #999999;
		text-decoration : underline;
		}

	a:hover 	{
	color: #666666;
	text-decoration: underline;
		}

/*----------- Homepage styles -----------------*/

.homepage
 	{
	margin-top: 40px;
	width: 1008px;
	background-image: url(images/bottomback.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #232323;
	}

#top 	{
	text-align: center;
	height: 134px;
	background: url(images/topback.png) top left repeat-x;
	overflow: hidden;
	}

#marilyn {
	width: 368px;
	height: 51px;
	margin-top: 59px;
	}

#photos {
	width: 1008px;
	height: 239px;
	overflow: hidden;
	}



#menu 	{
	border-top: #363636 1px solid;
	border-bottom: #363636 1px solid;
	width: 528px;
	height: 36px;
	margin-top: 15px;
	}

#menu #home a {
	margin: 5px 16px 0px 16px;
	float: left;
	width: 71px;
	height: 27px;
	overflow: hidden;
	background: url(images/homebutton.png) top left no-repeat;
	}

#menu #home a:hover {
	background: url(images/homebutton.png) bottom left no-repeat;
	}

#menu #projects a {
	margin: 5px 16px 0px 16px;
	float: left;
	width: 98px;
	height: 27px;
	overflow: hidden;
	background: url(images/projectsbutton.png) top left no-repeat;
	}

#menu #projects a:hover {
	background: url(images/projectsbutton.png) bottom left no-repeat;
	}

#menu #about a {
	margin: 5px 16px 0px 16px;
	float: left;
	width: 108px;
	height: 27px;
	overflow: hidden;
	background: url(images/aboutbutton.png) top left no-repeat;
	}

#menu #about a:hover {
	background: url(images/aboutbutton.png) bottom left no-repeat;
	}

#menu #contact a {
	margin: 5px 16px 0px 16px;
	float: left;
	width: 119px;
	height: 27px;
	overflow: hidden;
	background: url(images/contactbutton.png) top left no-repeat;
	}

#menu #contact a:hover {
	background: url(images/contactbutton.png) bottom left no-repeat;
	}
#maintext {
	width: 525px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 90px;
}
#title {
	width: 525px;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 130%;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 22px;
}
.companytitle {
	font-size: 120%;
	color: #FDD790;
	float: left;
	margin-right: 20px;
	height: 30px;
}
.right_text {
	float: left;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.break {
	height: 30px;
	width: 500px;
	float: left;
}
.proj_img {
	width: 160px;
	text-align: center;
	vertical-align: middle;
	float: left;
	height: 110px;
}
.img {
	margin: 5px;
	height: 100px;
}
.companytitle_or {

	font-size: 120%;
	color: #FDD790;
	margin-right: 20px;
}

