* 	{ 
	margin: 0; padding: 0;
}

body {
	font-size: 11px; 
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	background: #000 url(../images/wallpaper1.jpg)repeat-x fixed;
	width: 5800px;
	margin:0;
	padding:0;
	color:#999;
	text-shadow: #000 0px 0px 0px;
}

h2	{
	font-family: Helvetica, sans-serif;
	font-size: 2.3em;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bolder;
}

h3 {
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0;
	color: #000;
	background: #b60000;
	padding: 2px 4px 0px 6px;
	text-transform: uppercase;
	font-weight: bolder;
	margin-bottom: 10px;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
}	

#header h1 {display:none;}

#header {
	background: url(../images/logo.png) 10px no-repeat;
	height: 135px;
	margin-top: 30px;
}

#content {
	margin: 20px 0 0 0px; 
	float: left;
}

.home {
	margin: 0 10px 0 0px;
	padding: 10px 10px 0 10px; 
	float: left; 
	width: 500px;
	border-top: 5px solid #FFF;
	background: url(../images/transparent.png);
}

.home p {margin: 0 0 10px 0;}

.home img{border:0;padding:0 10px 0 0;}

.work-image {
	margin: 0 0 0 0; 
	padding: 10px 0 10px 10px; 
	float: left;
	border-top: 5px solid #fff;
	background: url(../images/transparent.png);
}

.par {
	margin: 0 10px 0 0; 
	padding: 10px 10px 0 10px; 
	float: left; 
	width: 400px;
	border-top: 5px solid #fff;
	background: url(../images/transparent.png);
}

.alt { }

.par p, .alt p {margin: 0 0 10px 0;}

img {
	border:0; 
	behavior: url(js/iepngfix.htc); 
	}

.work-list {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #FFF;
	list-style-type: square;
	text-transform: uppercase;
	margin: 0 20px 10px 20px;
}

.subnavigation ul {margin-bottom: 20px;}
.subnavigation li {display: inline;float: right;}

.subnavigation a:link, .subnavigation a:visited {
	color: #333;
	font-size: 0.9em;
	text-decoration: none;
	color: #fff;
	border-left: 20px solid #b60000;
	border-bottom: 1px solid #b60000;
	padding: 0 5px 0 5px;
	margin: 0 0 0 5px;	
}

.subnavigation a:hover {
	border-left: 20px solid #ff0000;
	border-bottom: 1px solid #ff0000;
}

hr {
	border-top: 1px solid #222;
	border-bottom: 0px solid #ff0000;
	border-left: black; border-right: black;
	color: #000;
	padding-bottom: 20px;
}

input {
	color: #333;
	text-transform: uppercase;
	padding: 5px;
	margin: 0 5px 0 0;
	background: #cfcfcf;
	border: 1px solid #fff;
	width: 115px;
}

textarea {
	font-size: 1em; 
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	color: #333;
	text-transform: none;
	padding: 5px;
	background: #cfcfcf;
	border: 1px solid #fff;
	width: 380px;
	height: 100px;
}

input.send {
	color: #444;
	background: #fff;
	width: 20%;
	border:1px solid #cfcfcf;
}

input.send:hover {
	color: #000;
}

#menu {
	font-family: "Helvetica", Arial, sans-serif;
	font-size:1.4em;
	letter-spacing: -1px;
	background: #000;
	padding: 15px 0px 15px 15px;
	width: 25%;
	margin: 0 0 0 0px;
	color: black;
	top: 0px;
	position: fixed;
	right: 0;
	z-index: 9;
	text-transform: uppercase;

}

#menu p {margin: 0 0 2px 0;}

#menu a{
	font-size: 0.8em;
	text-decoration: none;
	color: #fff;
	border-left: 20px solid #b60000;
	border-bottom: 1px solid #b60000;
	padding: 0 5px 0 5px;
}

#menu a:hover{
	border-left: 20px solid #ff0000;
	border-bottom: 1px solid #ff0000;
}	