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

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	height: 100%;
}

img {
	border:none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#nav {
	width: 30%;	
	height:280px;
	position: absolute;
	top: 190px;
	left: 0;
	margin-right:250px;
	background-repeat: repeat-x;
	background-image:url(beta/images/nav-bg.png);
	z-index: 0;
}


.wrapper{ width:100%; margin:0px;}

#mainContent {
	padding-left:35%;
		padding-top:170px;
	width:45%;
	top:170px;

}

#otherContent {
	padding-left:35%;
	padding-top:10px;	
	padding-bottom:10px;
	width:45%;
	clear: both;
}

#bottom {
	background-color:#c4c4c4;
	background-image:url(beta/images/other-bg.png);
		background-repeat: repeat-x;
	width:100%;
	clear:both;
	
}

a:link {
	color:#595A0C;
}

a:visited {
	color:#595A0C;
}

a:hover {
	color:#595A0C;
}


/*-------BUTTON-----------*/

.button {
	color:#FFF;
	padding:5px;
	background-color:#CC0;
	font-weight:bold;
}

.button a:link {
		color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.button a:visited {
		color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.button a:hover {
		color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
