/* BASIC */

body, dt, dl, h1, h2, h3, h4, h5, h6, p, ol, ul, form, img, blockquote {
	padding: 0;
	margin: 0;
	
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	
}

h1 {
	color: #666666;
	font: bold 18px Helvetica, Georgia, serif;
	margin-top: 15px;
	margin-bottom: 15px;
		
}

h2 {
	color: #666666;
	font: bold 16px Helvetica, Georgia, serif;
	margin-bottom: 0px;
	
}

h3 {
	color: #666666;
	font: normal 14px Helvetica, Georgia, serif;
	margin-top: 0px;
	margin-bottom: 10px;
	
}

ul {
	font: normal 14px Helvetica, Georgia, serif;
	color: #666666;
	list-style-type: square;
	list-style-position: outside;
	line-height: 1.2em;
	margin-left: 20px;
				
}		

li {
	padding-top: 5px;
	
}

p {
	color: #666666;
	font: normal 14px Helvetica, Georgia, serif;
	line-height: normal;
	padding: 5px;
	
}

a {
	text-decoration: none;
	font: normal 14px Helvetica, Georgia, serif;
	color: #a87d5a;
	padding: 2px;
			
}

a img {
	border: none;
	
}

body {
	/*color: #fcf9f8;*/
	text-align: center;
	margin: 5px 0 0 0;
	background-color: #ffffff;
	
}

/* LAYOUT */

#holder {
	width: 760px;
	background: #ffffff;;
	/*background-image: url(../images/background_stripe.jpg);*/
	background-repeat:repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px ridge #333333;
	
}

#header {
	height: 100px;
	margin-bottom: 0px;
	border-top: solid #f1eddf 2px;
	border-bottom: solid #f1eddf 2px;
	background: url(../images/beecongroup_%20logo.jpg) no-repeat;
	
}

#content {
	padding-left: 50px;
	color: #666666;
	padding-right: 50px;
	text-align: justify;
	
}

#contact {
	text-align:left;
	
}


.rightsidebar {
	width: 230px;
	float: right;
	color: #333333;
	margin-top: 35px;
	margin-left: 20px;
		
}

#footer {
	background-color: #34343E;
	border-bottom: solid #f1eddf 2px;
	height: 25px;
	line-height: 14px;
	position: relative;
	
}

#site {
	width: 760px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	
}

#nav {
	height: 25px;
	background-color:#34343E;
	margin-top: 0px;
	
	
}

/* NAVIGATION */

ul.nav {
	list-style-type: none;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	
}	

ul.nav li {
	display: inline;
	float: right;
	padding: 2px;
	
	
}

ul.nav a {
	border: 0px solid #34343E;
	margin-right: 32px;
	background-color: #34343E;
	text-decoration: none;
	color: #ffffff;
	font: normal 14px Helvetica, Georgia, serif; 
	font-size: 14px;
	display: block;
	width: 10em;
	text-align: center;
	font-weight: normal;
	
}

ul.nav a:hover{
	background-color: #a87d5a;
	
}
	 
img.figure_left {
	float: left;
	border:1px solid #666;
	padding: 6px;
	margin-top: 30px;	
	margin-right: 50px;	
	margin-bottom: 28px;
	
}

img.figure_1 {

	float: right;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0px solid #666666;
	margin-left: 35px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	display: inline;
	
}

img.figure_2 {

    border-top: 0px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	float: right;
	margin-left: 35px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	display: inline;

}


#contact p {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0;
	
}

#contact a {
	text-decoration: none;
	color: #a87d5a;
	font: normal 14px Helvetica, Georgia, serif;
	
}

#contact a:hover {
	text-decoration: none;
	color: #a87d5a;
	font: italic 14px Helvetica, Georgia, serif;
	
}
	
#footer p {
	padding-left: 0px;
	font: normal 14px Helvetica, Georgia, serif; 
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	margin: 0;
	
}


#footer ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	
	
	
}	

#footer li {
	display: inline;
	padding: 2px;
	color: #ffffff;
	
	
}
#site p {
	color: #666666;
	text-align: right;
	font-size: 10px;		
}

#site a {
	color: #666666;
	font-size: 10px;
	padding-right: 17px;
			
}

#site a:hover {
	color: #666666;
	font-size: 10px;
	text-align: right;
	font-weight: bold; 
			
}

