body{
margin:0;
padding:0;
line-height: 1.5em;
background: #5F3700;
}

b{font-size: 110%;}
em{color: red;}

#container{
width: 806px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: url(assets/body-bg.gif) repeat-y;
}

#header{
background: url(assets/Header2.jpg);
height: 177px; /*Height of top section*/
}

.menu {
	width: 435px;
	margin-left: 340px;
	margin-top: 80px;
	position:absolute;
	height: 93px;
}

.menulink {
float:left;
margin-left:5px;
margin-top: 2px;
border:1px solid;
}

.menulink a {
text-decoration:none;
text-align:center;
font: 16px bold Geneva, Arial, Helvetica, sans-serif;
line-height:19px;
text-transform:uppercase;
padding: 0 3px;
color:#fff;
display:block;
background:url(assets/menu-bg1.gif) repeat;
}

#contact {
float:right;
margin-right:10px;
}

#contentwrapper{
float: left;
width: 100%;
}

#middle{
min-height: 406px;
}


#footer{
clear: left;
height: 145px;
width: 100%;
background: url(assets/Footer-bg.gif);
color: #000;
text-align: center;
}

#footer a{
color: #000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

p { 
font: 12px bold Verdana, Arial, Helvetica, sans-serif;
margin: 10px 10px 10px 17px;
}

.p { 
font: 12px bold Verdana, Arial, Helvetica, sans-serif;
margin: 3px 3px 10px 5px;
}

h1 {margin-left:10px; border-bottom: 3px solid #000;}


.dragableBox,.dragableBoxRight{
		margin-bottom:5px;
		padding:10px;
		margin-left:10px;
	}
	
	div.dragableBoxRight{
		height:200px;
		width:210px;
		float:left;
		margin-right:5px;
		padding:5px;
	}
	
	#select{
		width:200px;
		float:left;
		padding:3px;
		margin-left:10px;
		height:400px;
	}
	
	#selection{
		width:300px;
		float:right;
		margin:2px;
		height:400px;
	}	
	
	.dropBox{
		width:190px;
		height:400px;
		margin-bottom:10px;
		padding:3px;
		overflow:auto;
	}		
	
img { border: 0px; }

.embryo { margin-left: 15px;}
.embryo2 { margin-left: 15px; margin-top:15px;}

form fieldset{	
   border-width:2px 0px 0px 0px;
	border-style:solid;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		
	width:740px;
}

form fieldset legend{	
	
	border-width:1px 1px 1px 4px;
	border-style:solid;
	border-color:#BAAA82;
	
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	letter-spacing:2px;
		
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	top: -12px;
}

label{
	font-size:90%;
	width:200px;
	text-align:right;
	float:left;
	line-height: 16px;
	margin-right:5px;
}

label.box2{
	font-size:90%;
	width:230px;
	text-align:right;
	float:left;
	line-height: 16px;
	margin-right:5px;
}

input{
	width:220px;
	margin-bottom:5px;
	
	border-width: 2px 2px 2px 5px;
	border-style: solid solid solid double;
	border-color:#BAAA82;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea{
	width:220px;
	margin-bottom:8px;
	
	border-width: 2px 2px 2px 5px;
	border-style: solid solid solid double;
	border-color:#BAAA82;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select{
	width:220px;
	margin-bottom:5px;
	
	border-width: 2px 2px 2px 5px;
	border-style: solid solid solid double;
	border-color:#BAAA82;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.checkbox{
	
	border-width: 0px;
	margin-right: 40px;
	width: 50px;
	margin-left:150px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button{
	
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	letter-spacing:2px;
	background: url(assets/menu-bg1.gif) repeat-x;
	
	display:block;
	height:22px;
	width:100px;
	margin:0px auto;
	border:0px;
}