body,
html {
	margin:0;
	padding:0;
	color:#000;
	background:#000;
	font-family: Times, "Times New Roman";
	background: #000 url(../images/437.png);
	}
a {text-decoration: none;}
#wrap {
	width:960px;
	margin: 0 auto;
	background:#000;
}
#header {
	/*margin-top: 0;*/
        padding: 5px 10px;
	background:#ddd;
}
h1 {
    margin:0;
}
#nav {
	padding: 0;
	background:#444;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#main {
	float:left;
	width:569px;
	padding:10px;
	background:#fff;
}
h2 {
	margin:0 0 1em;
}
#sidebar {
	float:right;
	width:351px;
	padding:10px;
	background:#000;
	color: #fff;
}
#footer {
	clear:both;
	padding:5px 10px;
	background:#ddd;
            text-align: center;
}
#footer p {
	margin:0;
}
* html #footer {
	height:1px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	font: bold 12px Verdana;
	list-style-type: none;
}

.mattblacktabs li{
	display: inline;
	margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
	color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.cssformwrapper { margin-left: 25px; }
.cssform p{
width: 350px;
clear: left;
margin:0 0 0 25px;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
margin-top: 0;
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 350px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

label {
margin:0;
}
