@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
	padding:0px;
	margin:0px;
	height:100%;
	background: url(../images/main_background.jpg) top center no-repeat #000000
}
p {
	margin:0 auto;
	padding:0px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align:justify;
	line-height:166%;
}
a {
	color:#000000;
	text-decoration:none
}
a img {
	border:none
}
/* Start header Styling*/
#header {
	height: 137px
}
#header h1 {
	display:none
}
/* End header Styling*/

/* Start navigation styling*/
#navigation {
	margin: 0 auto 0 auto;
	height:50px;
	text-align:center;
	width:800px;
	height:50px;
	margin-bottom:38px
	

}
#navigation ul {
	margin-left:170px;
	margin:0px;
	padding:0px;
	margin-left: 210px;
	margin-top:15px;
	height:50px
}
#navigation ul li {
	list-style-type:none;
	float:left;
	margin-top:5px
}
#navigation ul li:hover {
	background-position: 0 103%
}
#navigation ul li a {
	display:block;
	height:39px;
	width:100%;
}
#navigation ul li a span {
	display:none
}
.home_button {
	background:url(../images/button_home.png) no-repeat;
	height:34px;
	width:103px;
	margin-right:123px
}
.portfolio_button {
	background:url(../images/button_portfolio.png) no-repeat;
	height:39px;
	width:192px;
	margin-right:50px
}
.contact_button {
	background:url(../images/button_contact.png) no-repeat;
	height:34px;
	width:122px;
}
/* End navigation styling*/

/* Start content styling*/
#content {
	width: 800px;
	margin: 0 auto 0 auto;
	height:710px;
	
}
#content h2 {
	padding:0px;
	margin-left:200px;
	margin-bottom:28px;
	margin-top:18px
}
#content h2 span {
	display:none
}
#content p {
	width: 595px;
	padding-left:200px;
	

}
.home_header {
	background: url(../images/home.png) no-repeat bottom left;
	width:215px;
	height:62px;
}
.portfolio_header {
	background: url(../images/portfolio.png) no-repeat bottom left;
	width:392px;
	height:70px
}
.contact_header {
	background: url(../images/contact.png) no-repeat bottom left;
	width:371px;
	height:62px
}
#content div {
	cursor:pointer;
	margin-left:200px;
	height:100px;
	margin-bottom:18px
}
#content div p {
	margin:0px;
	width:400px;
	padding-top:15px;
	padding:0px;
	padding-top:18px
}
#content div img {
	float:left;
	margin:10px;
	margin-top:15px;
	border: solid 1px #000000
}
#more_link {
	cursor:auto;
	background:url(../images/button_more.png) no-repeat;
	height:40px;
	width:77px;
	padding:0px;
	float:right;

}
#more_link span {
	display:none
}
#more_link a {
	display:block;
	height:63px;
	width:77px;
	padding:0px;
}
#content img {
	float:right;
	margin-top:80px
}
/* End content styling*/

.footer_right {
	float:right;
	margin:3px
}
.footer_left {
	float:left;
	margin:3px
}
