@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "Street - Plain";
	src: url('street-plain.ttf');
	font-weight:inherit;
	font-weight:lighter;

}

body,td,th {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	text-align: left;
	
}
img{border:none;
}
a:link {
	color: #6C9;
	text-decoration: none;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";
}
a:visited {
	text-decoration: none;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";
}
a:hover {
	text-decoration: none;
	color: #699;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";
}
a:active {
	text-decoration: none;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";
}

h1 a:link, h1 a:hover, h1 a:active, h1 a:visited {
	font-size: medium;
	color: #2E5753;
	
	text-decoration: none;
	font-family: "Street - Plain";
	font-weight:lighter;

}
h1 a:hover {

	color: #2E5753;
	text-decoration: none;
	
	font-family: "Street - Plain";
	font-weight:lighter;
}
ul a:link, ul a:hover, ul a:active, ul a:visited {
font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#000;

}
#main_menu {
	position:absolute;
	width:295px;
	height:264px;
	z-index:1;
	left: 75px;
	top: 188px;
	visibility: visible;
}
#vertical_line {
	position:absolute;
	width:20px;
	height:370px;
	z-index:2;
	left: 370px;
	top: 200px;
}
#logo {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 74px;
	top: 73px;
}
#outer_line {
       
      position:absolute;
      width:906px;
      height:730px;
      z-index:4;
}
#content {
	position:absolute;
	width:420px;
	height:115px;
	z-index:5;
	left: 420px;
	top: 198px;
}

#wrapper {width: 908px; margin-left:auto; margin-right:auto;position:relative;}  
