
body {
  text-align:left;
}

table {
	margin: 0px;
	padding: 0px;
	border: none;
}
#container {
width:850px;
height:600px;
 margin: auto;
background: black url('../images/BG_bw.gif') repeat-y;
border:40px solid black;
}
#container2 {
width:850px;
height:600px;
 margin:auto;
background: transparent url('../images/BG.gif') bottom right no-repeat;
}

#header {
border: none;
top:20px;
background-color: transparent;
padding: 0px;
color:black;
}

#footer {
color:white;
clear:both;
margin:auto;
text-align:center;
width:850px;
font-size: .65em;
font-weight: normal;
margin-top: .5em;
margin-bottom: 1em;
padding: 5px;
padding-top:0px;
background:transparent;
}

#annoucement {
padding:10px;
background:#efd75d;
margin-bottom:15px;
}

#main {
text-align:left;
color:black;
padding:5px;
padding-top:20px;
padding-left:40px;
font-size: .9em;
float:left;
width:800px;
height:600px;
background: transparent url('../images/logo_b.gif') no-repeat;
background-position: 22px 420px;
}
.main_text_table {
	color:black;
	text-align:justify;
	width:330px; 
	float:right;
	line-height:160%;
	margin-top:-400px;
	margin-right:30px;
	font-size:.9em;
	color:#333333;
	
}

.main_text {
	color:black;
	text-align:left;
	width:190px; 
	float:right;
	line-height:160%;
	margin-top:-310px;
	margin-right:35px;
	font-size:.9em;
	color:#333333;
	
}

#main_image {
	width:425px;
	height:250px;
	margin-left:135px;
	padding-top:30px;
	padding-bottom:50px;
}
#main_image div{
	text-align:right;
	color:black;
	text-transform:Uppercase;
}
#main_image_vert {
	width:315px;
	height:425px;
	margin-left:130px;
	padding-top:30px;
	padding-bottom:50px;
}

#tag_line {
	font-size: 1.2em;
	letter-spacing:150%;
	color:#656565;
	font-family:Times, times, serif;
	font-style:italic;
	margin-top:100px;
	margin-left:0px;
	width:110px;
	float:left;
	text-align:right;
}
#right {
text-align:left;
	background:#7973c2;
	color:white;
	width:220px ;
	padding:20px;
	float:left;
	margin-left:15px;
	margin-top:30px;
	border: #FFF211 thin solid;
}
#right h1{
	font-size:1.6em;
	color:#fbdb6e;
	font-family:Georgia;
	text-transform:Uppercase;
}

#right a {
	color:#fbdb6e;
}

#left {
text-align:left;
float:left;
width:300px;
padding: 10px;

}
#nav {
font-family:Arial, arial, sans;
padding-top:20px;
padding-left:400px;
padding-bottom:5px;
width:400px;
border-bottom:0px solid #1a1e1b;
margin:auto;
font-size: 0.85em;
}


 p img {
 margin-right:10px;
 }
/*for looks */

body {
	color:white;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans;
	font-size: 80%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	background: #717A7B URL('../images/flyingCrows.gif') repeat-x;

}
/*
#nav span {
color:#981A1B;
margin-left:10px;
}

#nav a {
color:#7A7C7E;
margin-left:10px;
}
#nav a:link {
	}
#nav a:visited {
	}
#nav a:active {
	}
#nav a:hover {
	text-decoration:none;
	color: #981A1B;
	
	}
*/
a {
	text-decoration: none;
	color: #981A1B;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	
	text-decoration: underline;
	}
	
	
h1 {
	font-size:1.6em;
	font-weight:bold;
	margin-top: 0em;
	margin-bottom: .5em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color:#F7941D;
	}
h1 span {
	font-size:.7em;
	color:black;
}
h2 {
	font-size: 1.5em;
	margin: .0em 0em .0em 0em;
	font-weight: bold;
	color:#000000;
	}
h2 span {
	font-size:.7em;
	color:black;
}
h3 {
	color:#F7941D
	font-size: 1.2em;
	margin: 0em 0em 0em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: .9em;
	line-height: 1.8em;
	margin-left:.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong {
	font-size:1.3em;
	font-weight: normal;
	}
.alert {
	font-weight:bold;
	color:#d74200;
}