/* CSS Document */

/* ie5 win - grrr - start */
body { 
	font: sanserif;
  margin: 0px; 
	padding: 0px; 
	line-height: 14px;
	color: #000;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small; 
	}
/* ie5 win - grrr - end */

/* opera - grrr - start */
html>body {
	font-size: small;
	}
/* opera - grrr - end */

/*  body and font definitions */
html { 
	padding:0px;
	margin:0px;
	height: 100%;
	}

body {
	height: 100%;
	background-color: #8c8c8c;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color:#000000;
	padding:0px;
	margin:0px;
	}

h1 {

	}
	
a {
	color: #ff0000;
	}
	
p {
	color:#333333;
	text-align: justify;
	}
	
a:hover {
	text-decoration: none;
	}

/*  positioning-layers static and absolute */

#header {
	height: 108px;
	width: 100%;
	background-image:url(../images/structure/head_strip.gif);
	margin-top: 20px;
	}
	
#main {
	position: relative;
	top:0px;
	width: 751px;
	min-height: 600px;
	bottom: 0px;
	background-color: #fafafa;
	margin: 25px auto 20px auto;
	background-image: url(../images/structure/atow_grad.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}

#content {
	padding: 15px 15px 30px 15px;
	}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top:0px;
	height: 30px;
	width: 751px;
	color:#CCCCCC;
	margin: 0px auto 0px auto;
	text-align: center;
	}
	
#menubar {
	height: 30px;
	width: 100%;
	background-image: url(../images/structure/menu_strip.gif);
	background-repeat:no-repeat;
	}

.top_menu {
	margin-left: 10px;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
	}

.top_menu a {
	color:#FFFFFF;
	text-decoration: none;
	}

.top_menu a:hover{
	color:#FF382F;
	text-decoration: none;	
	}

.menu_item {
	margin: 5px 10px;
	text-shadow: 0 0 .4em #FF0000;
	}
	
.dropcap {
	float:left;
	color: #ff0000;
	font-size:6em;
	line-height:40px;
	padding-top:2px;
	padding-right:8px;
	font-family: Courier, mono;
	font-weight: bold;
	} 

#flash_holder {
	height: inherit;
	width: 751px;
	margin: 0px auto 0px auto;
	background-color: #E4E4E4;
	}

#bottom_flourish {
	position: absolute;
	bottom: -30px;
	z-index: 10;

	}
