@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #6E6E6E;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

div#container{
	position: absolute;
	left: 50%;
	float: left;
	width: 796px;
	margin-left: -398px;
	background-image: url(images/mainbg.gif);
	background-color: #FFEF3B;
	background-repeat: repeat-x;
	border: 2px solid #000000;
	padding-top: 203px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#header{
	background-image: url(images/header.jpg);
	height: 233px;
	width: 878px;
	position: absolute;
	left: -53px;
	top: -2px;
	float: left;
}

div#about{
	float: left;
	width: 250px;
	margin: 5px;
}

div#hire{
	float: left;
	width: 250px;
	margin: 5px;
}

div#contact{
	float: left;
	width: 250px;
	margin: 5px;
}

div#photos{
	float: left;
	width: 510px;
	margin: 5px;
}

div#footer{
float: left;
	width: 796px;
}

div.closed{
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

/* rounded borders */
.top-left {
	background-image: url('images/tl.gif');
	height:10px;
	margin-right: 11px; 
	font-size: 2px;
	}

.top-right {
	float: right;
	margin-top: -10px;
	background-image: url('images/tr.gif');
	height:10px;
	width: 11px;
	}
	
div.inside {
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	}
.notopgap {
	margin-top: 0;
	}
.nobottomgap {
	margin-bottom: 0px;
	}

.bottom-left {
	background-image: url('images/bl.gif');
	height:10px;
	margin-right: 10px; 
	font-size: 2px;
	
	}

.bottom-right {
	float: right;
	margin-top: -11px;
	background-image: url('images/br.gif');
	height:11px;
	width: 10px;
	}
/* text styling */

.hide{
	display:none;
}

h2{
	text-align: center;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 6px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a{
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

.center{
	text-align: center;
}
