@charset "UTF-8";
.whitetxt {
	color: #FFFFFF
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	background-image: url(assets/images/background.jpg);
}
.thrColFixHdr #container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	background-image: url(images/mn-pro-dj-header.jpg);
	background-repeat: no-repeat;
	padding: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-image: url(assets/images/background_sides_old.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	padding: 8px;
	text-indent: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 60px;
	background-position: center top;
	background-repeat: repeat-y;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
}
.thrColFixHdr #mainContent {
	padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	background-image: url(assets/images/center-back-left.jpg);
	background-repeat: repeat-y;
	margin-right: 0px;
	margin-left: 200px;
} 
.thrColFixHdr #footer {
	background-color: #EEEEEE;
	border-top-width: thin;
	border-top-style: dotted;
	width: 840px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin: auto;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.a .ads scripts {
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #shadow {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(assets/images/drop-shadow-background.jpg);
	background-repeat: repeat-y;
}
.thrColFixHdr #outerframe {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(assets/images/now_offering_photography.png);
	background-position: left 20px;
	background-repeat: no-repeat;
	float: left;
}
.thrColFixHdr #buttonsright {
	height: 100%;
	width: 100%;
	float: right;
	clip: rect(auto,auto,auto,auto);
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	overflow: auto;
	margin: auto;
}
.thrColFixHdr #buttonholder {
	margin: auto;
	width: 1050px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	vertical-align: bottom;
}
.thrColFixHdr #buttons {
	height: 75px;
	width: 75px;
}
.thrColFixHdr #buttonholder #buttons {
	float: right;
	width: 90px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.thrColFixHdr #buttonholder #buttonsleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
	height: auto;
	width: 90px;
	position: fixed;
}
.thrColFixHdr #buttonholder #shadow #container #sidebarwrapper {
	float: left;
	width: 200px;
}


/* ==== START Side tabs ==== */

.thrColFixHdr #fbtab{
right:1px;  /* change this to left: 1px; to put it on the left of the screen */
bottom:200px;height:45px;width:32px;margin:0;padding:0;position:fixed;z-index:5000;}
#fbtab a{display:block;width:100%;height:100%;}

.thrColFixHdr #twtab{
right:1px;  /* change this to left: 1px; to put it on the left of the screen */
bottom:160px;height:45px;width:32px;margin:0;padding:0;position:fixed;z-index:5000;}
#twtab a{display:block;width:100%;height:100%;}

.thrColFixHdr #litab{
right:1px;  /* change this to left: 1px; to put it on the left of the screen */
bottom:120px;height:45px;width:32px;margin:0;padding:0;position:fixed;z-index:5000;}
#litab a{display:block;width:100%;height:100%;}

.thrColFixHdr #yttab{
right:1px;  /* change this to left: 1px; to put it on the left of the screen */
bottom:80px;height:45px;width:32px;margin:0;padding:0;position:fixed;z-index:5000;}
#yttab a{display:block;width:100%;height:100%;}

.thrColFixHdr #mstab{
right:1px;  /* change this to left: 1px; to put it on the left of the screen */
bottom:40px;height:45px;width:32px;margin:0;padding:0;position:fixed;z-index:5000;}
#mstab a{display:block;width:100%;height:100%;}

.thrColFixHdr #rsstab{
right:1px;  /* change this to left: 1px; to put it on the left of the screen */
bottom:0px;height:45px;width:32px;margin:0;padding:0;position:fixed;z-index:5000;}
#rsstab a{display:block;width:100%;height:100%;}

/* ==== END Side tabs ==== */

