@charset "UTF-8";

@font-face  {
    font-family: 'trajan1r';
    src: url('trajan1r.eot'); 
    src: local('trajan1r'), 
         url('trajan1r.ttf') format('truetype'); 
}

@font-face  {
    font-family: 'Garamond';
    src: url('Garamond.eot'); 
    src: local('Garamond'), 
         url('Garamond.ttf') format('truetype'); 
}

@font-face  {
    font-family: 'Garamonb';
    src: url('Garamonb.eot'); 
    src: local('Garamonb'), 
         url('Garamonb.ttf') format('truetype'); 
}

@font-face  {
    font-family: 'Garamoni';
    src: url('Garamoni.eot'); 
    src: local('Garamoni'), 
         url('Garamoni.ttf') format('truetype'); 
}

body  {
	font: 100% Helvetica, Arial, sans-serif;
	font-size: .8em;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.twoColFixLtHdr #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/aschiana-background.gif);
	margin: 20px auto auto auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header-container { 
	width: 100%;
	background-image: url(images/porno_bg2.jpg);
	background-repeat:repeat-x;
	height: 36px;
	border: 0px;
	margin-top: 20px;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header { 
	height: 36px;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border: 0px;
	margin: 0px auto 0px auto;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #redbar { 
	background-image: url(images/aschiana-fabric.jpg);
	height: 47px;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent { 
	float: left;
	width: 774px;
	min-height:774px;
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.twoColFixLtHdr #mainSplash { 
	float: left;
	width: 1024px;
	min-height:700px;
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.twoColFixLtHdr #footer { 
	height: 25px;
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #mediaSplash{
	width: 100%;
	background-image: url(images/media_bg.jpg);
	background-repeat:no-repeat;
	min-height:774px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img
{  border-style: none;
}

img.space {
	padding: 18px;
}

img.headshot {
	padding: 0 18px 18px 0;
}

.content {
   float:left;
   margin-top:0px;
   margin-right:20px;
   margin-bottom:20px;
}

.twoColFixLtHdr #mainContent h1, #mainContent h2, #mainSplash h1, #mainSplash h2 {
        font-family: "Courier New", Courier, monospace;
        font-weight: normal;
		color: #990000;
}

.twoColFixLtHdr #mainContent p, #mainContent h1, #mainContent h2 {
	margin: 12px 20px 12px 120px;
	line-height: 125%;
}

.twoColFixLtHdr #mainSplash p, #mainSplash h1, #mainSplash h2 {
	margin: 12px 0 12px 0;
	line-height: 125%;
}


h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}

#header ul {
    font-family: trajan1r, Garamond, "Times New Roman", Times, Georgia, serif;
	float: left;
	list-style: none;
	font-size: 12pt;
	letter-spacing: 1px;
	margin: 8px 0 0 24px;
    padding: 0;
	
}

#header ul li {
   display: inline; 
   margin: 0;
   padding: 0 4px 0 4px;
}

#header li.bullet {
   font-family: trajan1r, Trajan-Bold, "Times New Roman", Times, Georgia, serif;
}

.twoColFixLtHdr a,
.twoColFixLtHdr a:link,
.twoColFixLtHdr a:active,
.twoColFixLtHdr a:visited {
	text-decoration:none !important;
	color:#FFFFFF;
}

.twoColFixLtHdr #mainContent a,
.twoColFixLtHdr #mainContent a:link,
.twoColFixLtHdr #mainContent a:active,
.twoColFixLtHdr #mainContent a:visited {
	text-decoration:none !important;
	color:#990000;
}

.twoColFixLtHdr #mainSplash a,
.twoColFixLtHdr #mainSplash a:link,
.twoColFixLtHdr #mainSplash a:active,
.twoColFixLtHdr #mainSplash a:visited {
	text-decoration:none !important;
	color:#990000;
}

.twoColFixLtHdr a:hover,
.twoColFixLtHdr #mainContent a:hover,
.twoColFixLtHdr #mainSplash a:hover {
	color:#888888;
}


p.copyright {
   color:#999999;
   font-size: .75em;
}

p.smaller {
   color:#999999;
   font-size: .85em;
}

hr {
  border: 0;
  height: 1px;
  margin: 0 0 0 120px;
  color: #990000;
  background-color: #990000;
}

#mainSplash hr {
  margin: 0;
}

.twoColFixLtHdr #mainContent p.inset {
  margin-left: 140px;
}

