﻿@import url('menu.css');
@import url('fine_detail.css');
# {
        margin: 0px;
        padding: 0px;
}
body{

background-image:url('background.gif');
background-repeat:repeat;
height: 100%; /*to allow 100% access of the window - therefore taking away any preset heights and widths */
width: 100%;
margin:0;
padding: 0;
font-family: Verdana,Arial,Helvetica,sans-serif;
color:black;
        }
#wrapper {
        position:relative;
        margin-left:auto;
        margin-right:auto;
        width:933px; /* 1010px OR 766px which would make the container fixed */ 

}   
 #container {
	float:left;
    background-image:url('container.gif');
	background-repeat:no-repeat;
	width:900px;
	height:571px;
}  
#content-container {
    background-image:url('content1.gif');
	background-repeat:no-repeat;
	position:relative;
	margin-left:180px;
		margin-top:80px;
		height:455px;
		width:681px;

}
#banner {
position:absolute;
z-index:100;
margin-left:-300px;
padding-left:0px;
}

a#test, a#test1, a#test2, a#test3, a#test4, a#test5, a#test6, a#test7, a#test8{
 position:absolute;
  display: block;
  list-style:none;
  width: 170px;
  height: 178px;
  background: url("profpic.gif") no-repeat;
}

#test1{
	margin-left:130px;
	z-index:1;
}
#test2{
	margin-left:344px;
	margin-top:30px;
	z-index:2;
}





a#test:hover, a#test1:hover, a#test2:hover, a#test3:hover, a#test4:hover, a#test5:hover, a#test6:hover, a#test7:hover, a#test8:hover {
	z-index:30;
}


#content{
margin-left:auto;
margin-right:auto;
padding-top:25px;
padding-left:30px;

		width:600px;
	height:400px;
	overflow:hidden;
	

}

form {
	background-image:url("form.gif");
	background-repeat:no-repeat;
	width:400px;
	height:350px;
	margin:auto;	
}

#formwrap{
	padding:30px;
}
.input {
position:relative;
	background-image: url("test.gif");
	background-repeat:no-repeat;
	border:none;
	width:124px;
	height:23px;
	}
	

	input {
	position:relative;
	padding:0,10px,0,3px;
	width:115px !important;
	margin-left:3px;
	margin-right:3px;
	border:none;
	background-color: transparent;
}
label{
	position:relative;
}

#pen {
	position:absolute;
	margin-left:350px;
	width:60px;
	margin-top:30px;
}
