@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

	body{
		font: 1em "Century Gothic";
		color: #808080;
		background: #000;
	}
	
	a{text-decoration: none;color: #808080;}
	a:hover{color: #808080;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}
	
	#container{
		width: 750px;
		margin-top: 50px;
		margin-left: auto;	
		margin-right: auto;
		text-align: center;
		background: #000 url(../images/martin.gif) no-repeat;
		border: 1px solid #808080;
		float: none;
	}
	.bar{
		clear: both;
		height: 1px;
		border-bottom: 1px solid #808080;
		margin: 0px 20px 0px 20px;
	}

	#display_container{
		background: #000 url(../images/martin.gif) no-repeat;
		width: 640px;
		height: 320px;
		margin: 0px;
	}

	#navigation_wrapper{
		margin: 5px 20px 5px 20px;
		float: auto;
	}
	#nav_left{
		float: left;
		padding-left:7px;
	}
	#nav_right{
		float: right;
		padding-right:7px;
	}
	
	#info_wrapper{
		background: #000;
		margin: 5px 20px 5px 20px;
		float: left;
	}
	/* top navigation */
	#info{
 		float: left;
		background: #000;
		height: 22px;
		margin-left: 20px;
	}
	#no_info{
		float: left;
		background: #000000;
		height: 22px;
		margin-left: 20px;
	}
/* =BANNER */

	#banner_wrapper{

		padding: 0px;
	}
	.banner{
		float: left;
		width: 160px;
		height: 90px;
                margin: 10px 0px 10px 20px;
		position:relative;
	}
	.banner_admin{
		float: left;
		width: 160px;
		height: 120px;
                margin: 10px 0px 10px 20px;
		position: relative;
	}
	.buttons_admin{
		float: left;
                margin: 10px 0px 0px 0px;	
		position:  absolute;
	}
	.clip{
		float: left;
		width: 320px;
		height: 268px;
		background: #000000;
		border: 1px solid #808080;
                margin: 10px 0px 10px 20px;
	}
	.description{
		float: left;
		background: #000000;
		font-size: 0.8em;
        margin: 10px 0px 10px 20px;
	}
 }