body {
    background: #3d3d3d url(/img/bg.jpg) repeat;
	font-family: sans-serif;
	font-size: 12px;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #0000;
	text-decoration: underline;
}

.container {
	font-family: sans-serif;
	color: #000000;
	width: 1000px;
	height: 1000px;

	}

.left {
	background:url(/img/left.png) repeat-y;
}

.right {
	background-image:url(/img/right.png);
}

.contentcontainer{
	background: #ffffff url(/img/container_bg.jpg) repeat-x;
	height: 100%;
 	vertical-align: top;

}

.contentcontainer table{
    	font-size: 12px;
 	color: #000000;
 	font-family: sans-serif;
 	vertical-align: top;

}

.contentcontainer div{
    font-size: 12px;
 	color: #000000;
 	font-family: sans-serif;
 	vertical-align: top;
}
.header{
	height: 110px;
	border: 0px #000000 solid;
}

.nav{
	width: 200px;
	vertical-align: top;
}
.img {
	padding: 10px;
	border: 1px solid #3d3d3d;
}

form{
	color: #ffffff;
	width: 300px;
}

hr{
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #777777;
}

h1{
	font-weight: bold;
	font-size: 32px;
	font-family: Arial Black;
	height:72px;
	margin:0;
}