@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	}

html, body {
	height: 100%;
	}
	
body {
	margin: 0px auto;
	background-image: url(img/bgbl.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top left;
	}
	
ul {
	display: inline;
	}
	
li {
	display: inline;
	list-style-type: none;
	}

    


/* Header ≈
 
#topwrap {
	width: 900px;
	position: relative;
	}
 
#topback {
	background-image: url(img/headback.gif);
	background-repeat: repeat-x;
	position: relative;
	}	 */

#header {
	width: 731px;
	height: 144px;
	margin: 0 auto;
	}	

		/*
#header {
	
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	height: 140px;
	z-index: 7;
	}
		*/
#nav {
	width: 144px;
	float: left;
	margin: 0 auto;
	}

#nav li {
	margin: 0;
	}	
	
a.home {
	float: left;
	width: 71px;
	height: 18px;
	background: url("img/home2.gif") 0 0 no-repeat;
	text-decoration: none;
	}

a:hover.home {
	background-position: 0 -24px;
	}
	
#floatyright {
	float: right;
	}
	
#logo {
	float: inherit;
	}	
	
a.works {
	float: left;
	width: 71px;
	height: 18px;
	background: url("img/works2.gif") 0 0 no-repeat;
	text-decoration: none;
	}

a:hover.works {
	background-position: 0 -24px;
	}

a.about {
	float: left;
	width: 71px;
	height: 18px;
	background: url("img/about2.gif") 0 0 no-repeat;
	text-decoration: none;
	}

a:hover.about {
	background-position: 0 -24px;
	}


a.contact {
	float: left;
	width: 108px;
	height: 18px;
	background: url("img/contact2.gif") 0 0 no-repeat;
	text-decoration: none;
	}


a:hover.contact {
	background-position: 0 -24px;
	}

	
/* Main Text */

.maintext {
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-shadow: 1px 1px 2px black;
	color: #EBA960;
	width: 830px;
	position: relative;
	padding-top: 1.5px;
	padding-bottom: 1.5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(img/bgml.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top left;
	}
	
.maintext p {
	line-height: 24px;
	margin-top: 13px;
	margin-bottom: 13px;
	: auto;
	}
	
.maintext a:link {
	color: #EBA960;
	text-decoration: none;
	background-color: #1C4859;
	}
	
.maintext a:active {
	color: #EBA960;
	text-decoration: none;
	background-color: #1C4859;
	}
	
.maintext a:visited {
	color: #EBA960;
	text-decoration: none;
	background-color: #1C4859;
	}

.maintext a:hover {
	color: #EBA960;
	background-color: #591c1c;
	text-decoration: underline;
	}

.img_content {
	float: left;
	}	
	
.floatimgright {
	float: right;
	margin: 0 0 42px 42px;
	}


.footer, .push {
	height: 20px;
	}
	
.footer {
	width: 850px;
	}

.footer p {
	position: absolute;
	left: auto;
	right: auto;
	top: auto;
	bottom: 10px;
	width: 850px;
	padding: 0;
	color: #FF9900;
	letter-spacing: 3px;
	background-color: transparent;
	font: 10px verdana, arial, helvetica, sans-serif;
	text-align: center;
	}

h1 {
	text-decoration: overline;
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-shadow: 1px 1px 2px black;
	padding-top: 1.5px;
	padding-bottom: 1.5px;
	}

h2 {
	text-decoration: overline;
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-shadow: 1px 1px 2px black;
	padding-top: 50px;
	padding-bottom: 1.5px;	
	}	