	body{
		background-color:#000000;
	}
/*	table{
		margin-left: auto;
		margin-right: auto;
		background:#F0FFF0;
		font-family:tahoma;
		font-size:12px;
		width:100%;
		float:left;
	}*/
	#main-container{
		margin:0 auto;
		text-align:center;
		overflow:hidden;
		position:relative;
		width:900px;
		height:600px;
		background:#fff;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;		
	}
	#content{
		float:left;
		position:relative;
		top:55px;
		width:450px;
		height:500px;
		background:white;
		color:darkgreen;
		overflow:hidden;
	}
	#header{
		width:900px;
		height:50px;
		background:darkgreen;
		color:white;
		position:absolute;
		top:0px;
		-moz-border-radius-topleft: 15px;
		-moz-border-radius-topright: 15px;
		-webkit-border-radius: 15px;
	}
	#footer{
		width:900px;
		height:40px;
		background:darkgreen;
		color:white;
		position:absolute;
		text-align:center;
		//clear:both;
		bottom:0px;
		-moz-border-radius-bottomleft: 15px;
		-moz-border-radius-bottomright: 15px;
		-webkit-border-radius: 15px;
	}
	#left-col{
		width:200px;
		background:yellow;
		height:auto;
		float:left;
		font-family:tahoma;
		font-size:12px;
		font-weight:normal;
		text-align:left;
		border:1px solid darkgreen;
		padding:5px;
		overflow:hidden;
		position:relative;
		margin:10px;
		top:55px;
	}
	#right-col{
		width:185px;
		background:yellow;
		height:auto;
		float:right;
		font-family:tahoma;
		font-size:12px;
		font-weight:normal;
		text-align:left;
		border:1px solid darkgreen;
		padding:5px;
		overflow:hidden;
		position:relative;
		margin:10px;
		top:55px;
	}
	.menu{
		width:auto;
		height:auto;
		position:absolute;
		font-face:tahoma;
		font-size:12px;
		left:3px;
		top:30px;
		padding:2px 5px;	
	}
	.th{
		font-size:12px;
		font-weight:bold;
		text-align:center;
		background:darkgreen;
		color:white;
		padding:5px 2px;
	}
	.td{
		font-size:12px;
		font-weight:normal;
		text-align:left;
		background:#F0FFF0;
		color:black;
		padding:5px 2px;
	}
	.tdc{
		font-size:12px;
		font-weight:normal;
		text-align:center;
		background:#F0FFF0;
		color:black;
		padding:5px 2px;
	}
	img.thumb{
		width:150px;
		height:120px;
	}
	img.main-pic{
		width:400px;
		height:500px;
	}
	img.centered { 
		display: block; 
		margin-left: auto; 
		margin-right: auto; 
	}
	a,a:visited,a:link{
		font-size:12px;
		font-weight:bold;
		color:yellow;
		text-decoration:none;
		background:transparent;
	}
	a:hover{
		color:red;
		text-decoration:underline;
	}
	h1{
		font-family:verdana;
		font-size:17px;
		font-weight:bold;
	}
	.button{
		font-family:tahoma;
		font-size:12px;
		background:#F0FFF0;
	}
