@charset "UTF-8";
html {
	/*background-color: #2b3086;*/
	background-color:#000022;
	background-image:url(../images/mrdj_background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
}
body {
/*	background-image: url(../images/img_bg4.jpg);*/
	background-repeat: no-repeat;
	background-position: center 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #282561;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.25em;
	font-style: italic;
}
#header {
	background-image: url(../images/img_header4.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 780px;
	top: 0px;
	border: 0;
}
#topNavBar {
	position: absolute;
	bottom: 0px;
	width:780px;
	height: 22px;
	background-color: #272561;
	border-bottom-style: solid;
	border-bottom-color: #F7962A;
	border-bottom-width: 2pt;
}
#topNavBar ul{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	float:right;
	}
#topNavBar li{
	display: inline;
	list-style-type: none;
	}
#topNavBar a { 
	padding: 4px 6px 2px 6px; 
	margin: 0px;
	font-size: 10px;}

#topNavBar a:link, #topNavBar a:visited
	{
	color: #fff;
	background-color: #272561;
	text-decoration: none;
	}
#topNavBar a:hover
	{
	color: #fff;
	background-color: #369;
	text-decoration: none;
	}
#main1column {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 450px;
}
#main1column1{
	margin-right: o auto;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#photos  {
	border: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 200px;
	width: 740px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#main2column  {
	margin-top: 0;
	margin-right: 400px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
#sidebar {
	float: right;
	width: 300px;
	margin: 20px 0 0 0;
}

/****************************button***************************/


#button  {
	width:268px;
	height:136px;
	background-color: #efd8bb;
	padding: 4px 8px 4px 4px;
	margin: 0 0 20px 0;
	float: left;
	
}

#button p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0 0 6px 0;

}
#button h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	margin: 6px 0 6px 0;
}


#graphic {
	background-image: url(../images/btm_graphic1.gif);
	clip: rect(auto,0px,0px,auto);
	background-repeat: no-repeat;
	height: 128px;
	width: 385px;
	float: right;
}

#footer {
	height: 21px;
	background-image: url(../images/btm_graphic2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding-left: 2px;
	background-color: #282561;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
	white-space: normal;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 4px;
	}
#footer p a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.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;
}
.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;
}
#content {
}

