	* {
		margin: 0px;
		padding: 0px;
	}

	body {
		font-family: Tahoma;
		font-size:11px;
		color: #555555;
		
		background-image:url(images/bg_head.png);
		background-position:top;
		background-repeat: repeat-x;
	}

	#main {
		width: 710px;
		margin: auto;
	}
	
	#header {
		float: left;
		margin-left: 2px;
		margin-top: 45px;
	}
	
	#header_images {
		margin: auto;
	}
	
	#images_header {
		float: right;
		margin-right: 2px;
		margin-top: 55px;
	}
	
	#navy {
		width: 704px;
		height: 37px;
		
		margin: auto;
		margin-top: 11px;
		padding-top: 10px;
		
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;

		background-image:url(images/navy.png);
		background-repeat: no-repeat;
	}
	
	#navy a {
		color: #555555;
		text-decoration: none;
		
		padding-left: 7px; 
		padding-right: 7px;
	}
	
	#border_main_top {
		width: 700px;
		height: 4px;
	}
	
	#border_main_bottom {
		width: 700px;
		height: 4px;
	}

	
	#content {
		width: 698px;
		margin: auto;
		border-left: 1px solid #b0afaf;
		border-right: 1px solid #b0afaf;
		padding-bottom: 10px;
	}
	
	#content_border_top {
		background: #fff url('images/border_main_top.png') no-repeat bottom center; 
		height: 4px; 
		font-size: 0;
	}
	
	#content_border_bottom {
		background: #fff url('images/border_main_bottom.png') no-repeat top center; 
		height: 4px; 
		font-size: 0;
	}
	
	#content_headline {
		color: #004477; 
		font-weight: bold; 
		font-size: 12px;
		padding: 8px 0 0 20px;
	}
	
	#content_headline a {
		color: #004477;
		text-decoration: none;
	}

	#content_headline a:hover {
		text-decoration: underline;
	}

	#incontent {
		border-left: 1px dotted #b0afaf; 
		margin: 10px 40px 0 50px; 
		padding-left: 30px;
		padding-top: 6px;
		padding-bottom: 30px;
	}
	
	#incontent a {
		color: #555555;
		text-decoration: none;
	}
	
	#incontent a:hover {
		text-decoration: underline;
	}

	
	#footer {
		margin:auto;
		margin-left: 6px;
		margin-top: 5px;
		
		font-size: 10px;
		font-family: Verdana;
	}
	
	#footer a {
		color: #4d4c4c;
		text-decoration: none;
	}
	
	#order li { 
		margin-bottom: 2px;
	} 
	
	#order label {
      display: block;
      float: left;
      width: 22%; 
      text-align: left; 
      cursor: pointer; 
    }
	
	#login_form { 
		list-style-type: none;
	} 

	#login_form li label { 
		float: left; 
		width: 90px;
		display: block; 
	} 
	
	#login_form li { 
		margin-bottom: 2px;
	} 
	
	.list th {
		text-align: left;
	}

	#news {
		width: 340px;
	}
	
	.details th {
		text-align: left;
	}

