@charset "utf-8";
/* CSS Document */


body { 	
	padding: 0; 
	background-image:url(../images/bg.gif); 
	margin:0px auto;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#d9d9d9;
	text-align: left;
	background-color:#000000;

}

img {
	border: 0;
}

img a {
	border: 0;
}

#content {
	width: 1000px;
	margin: 0px auto;
	background-image:url(../images/highlight.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#header {
	margin: 0px auto;
	width: 1200px;
}

#intro {
	width: 388px;
	float: left;
	height:186px;
	color:#dadada;
	line-height:1.6em;
	height:170px;
	margin-bottom:15px;
}

#copy {
	width: 388px;
	float: right;
}

#gallery {
	width: 612px;
	float: left;
	color:#a6a6a6;
}

#gallery img {
	border:8px solid #b56291;
	margin-right:20px;
	margin-bottom:15px;
}



#form {
	width:388px;
	background-color:#46042a;
	float: left;
	margin-top:15px;
	
}

.clearing {
	clear:both;
}

a {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

p {
	padding: 0px;
	margin: 5px 0px 14px 0px; 
}


.left {
	float: left;
}

.right {
	float: right;
}

#footer {
	background:url(../images/footer.gif);
	width:1048px;
	height:55px;
	margin:0px auto;
 	bottom:0;
	color:#a6a6a6;
}

#footer .left {
	float:left;
	margin-left:20px;
	margin-top:20px;
	
}

#footer .right {
	float:right;
	margin-right:20px;
	margin-top:20px;
	
}

#form .button {
	 background-color:#FFF; 
	 font-family:Verdana, Arial, sans-serif;
	 color:#8c0a54; 
	 font-weight:bold; 
	 font-size:10px; 
	 width:85px;
}

input {
	width: 155px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;
}

textarea {
	width: 350px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;
}

.showcaseimg {
	width:110px; 
	float:left;
}

.showcasetext {
	float: left; 
	width:200px;
}

#list {
	height:170px;
}

#list ul {
	line-height: 2em;
	margin-left:0px;
	padding-left:15px;
	color:#FFF;
	width:178px;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:0px;
	margin-top:0px;
}




a.toggleopacity img {   	
filter:alpha(opacity=100);   	
-moz-opacity: 1;  	 
opacity: 1;   	
-khtml-opacity: 1;
}     

a.toggleopacity:hover img {   	
filter:alpha(opacity=70);      	
-moz-opacity: 0.7;     	 
opacity: 0.7;  	 
-khtml-opacity: 0.7; }


