@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: "cronos pro";
  src: url(http://jeffamram.relicpro.com/css/CronosPro.otf) 
  format("opentype");
}


body {
	background-color:#000;
	font-size: 13px;
	font-family: "cronos pro", arial, Verdana, tahoma, sans-serif;
	font-weight: normal;
	/*color: #8a3d1f;*/
	 color: #999999;
	letter-spacing:+0.5px;
	line-height:20px;

}

a:link, visited {color: #999}
a:visited {color: #999}
a:hover {color: #ccc}
.nounderline {text-decoration:none;}

img { border: none; } 
a:focus, a:active {outline: none;}

h1{
font-size:16px;
font-family: "cronos pro", arial, Verdana, tahoma, sans-serif;
letter-spacing:1px;
font-weight:normal;
text-transform:uppercase;
/*text-decoration:underline;*/

}


#outer {
	margin: 0px;
	background-color: #000;
	padding: 0px;
	top: 0; left: 0; width: 100%; height: 100%;
    position: absolute;

}

/*#vertical {
	border:solid 1px #efefef;
	display: table-cell; vertical-align:;


} */

#container {
	
	width: 935px;
	min-height:650px;
	height:auto;
	margin: auto;
	border:solid 0px #444;
	
}
#head {
width: 935px;
height: 67px;
background-image:url(../images/header_blank.jpg);
background-repeat:no-repeat;
background-color:#000;
border:solid #FFFFFF 0px;
margin-bottom:1px;
}
#menu_box {
float:right;
width:;
height:22px;
border:solid 0px #efefef;
margin-left:0px;
margin-right:10px;
margin-top:30px;
padding-left:15px;
padding-top:9px;
background:url()

}
#footer{
width:100%;
height:35px;
text-align:center;
font-size:12px;
line-height:15px;
background-image:url(../images/line.jpg);
background-repeat:no-repeat;
}
#maincontent{
width:920px;
border:solid 0px #333;
padding:5px;
text-align:left;

}
#logo{
outline-style:none;
float:left;
margin-left:8px;
margin-top:30px;
}
#photoright{
float:right;
border:solid 1px #222222;
padding:5px;
margin:10px;
margin-right:60px;
}
#textboxleft{width:500px;
padding:15px;
margin-left:10px;
margin-right:10px;
}
#textbox{width:870px;
padding:15px;
margin-left:10px;
margin-right:10px;
}
.underline {
	text-decoration: underline;
}
