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

* {
	padding: 0;
	line-height: 1.2;
	font-weight: lighter;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a:link {
  color:#FFFFFF;
  text-decoration:none;
  border: none;
  }
a:visited {
  color:#FFFFFF;
  text-decoration:none;
  }
a:hover {
  color:#FFFFFF;
  text-decoration:underline;
  }
img {
	border: none;
}


li {
	list-style: none;
	font-family: Helvetica, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
}

p {
	font-family: Helvetica, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
}

body {
	font-family: Helvetica, Verdana, Arial;
	font-size: 80%;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	background-color: #000000;
	background-image: url(http://www.benstagl.com/images/bg_gradient_lg.jpg);
	background-repeat: repeat;
	height: 100%;
}

#container {
	width: 900px;
	height: 100%;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	min-height: 900px;
}

#header {
	position: relative;
	float: left;
	width: 900px;
	height: 245px;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	clear: both;
	border: none;
}

#top_banner {
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	top: 0;
	position: relative;
	width: 780px;
	height: 200px;
	z-index: 5;
}

#banner_logo {
	float: left;
	width: 200px;
	height: 60px;
	padding: 0;
	z-index: 25;
	position: relative;
	top: -30px;	
	left: 20px;
}

#top_nav {
	float: left;
	width: 200px;
	height: 2em;
	text-align: right;
	z-index: 10;
	background-color: transparent;
	position: relative;
	top: -10px;
	left: 100px;
}

#top_nav ul {
	list-style: none;
	padding: 3px;
}

#top_nav li {
	display: inline;
	font-family: Helvetica, Verdana, Arial;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0;
}

#top_nav a {
	display: inline;
	font-family: Helvetica, Verdana, Arial;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0;
	text-decoration: none;
}

#main_left {
	float: left;
	width: 265px;
	height: 100%;	
	margin-top: 20px;
	height: auto;
	background: #000000;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	<!--min-height: 745px;-->
}
	
.menu_left {
	padding-top: 15px;
	width: 265px;
}

#left_menu_text {
	padding: 10px;
	color: #FFFFFF;
}

.box_a {
	width: 235px;
	float: left;
	margin-left: 15px;
}

.box_b {
	margin-bottom: 15px;
}
	
#main {
	float: left;
	width: 605px;
	margin-left: 30px;
	margin-top: 20px;
	min-height: 745px;
	background: #000000;
}	

#main_content {
	float: left;
	width: 565px;
	margin: 20px;
	min-height: 725px;	
	color: #ffffff;
	font-family: Helvetica;
}

#main_center {
	float: left;
	width: 265px;
	height: 100%;	
	margin-top: 20px;
	margin-left: 50px;
	height: auto;
	background: #000000;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	min-height: 745px;
}
	
.menu_center {
	padding-top: 15px;
	width: 265px;
}

#main_right {
	float: right;
	width: 265px;
	height: 100%;	
	margin-top: 20px;
	height: auto;
	background: #000000;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	min-height: 745px;
}
	
.menu_right {
	padding-top: 15px;
	width: 265px;
}

#flickr_content {
	width: 575px;
	text-align: center;
	padding: 10px;
}

p.title {
	font-family: Helvetica, Verdana, Arial;
	font-size: 80%;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
}

#contact_form {
	width: 575px;
	text-align: left;
	margin: 20px;
	color: #FFFFFF;
}

#footer {
	color: #FFFFFF;
	text-align: center;
	clear: both;
}
