@charset "UTF-8";
/* CSS Document - FlipIt Paper Combat */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial,  sans-serif;
	font-size: 76%;
	text-align: left;
	border: 0px;
	background-color: #ffffff;
	background-repeat: repeat-y;
	color: #000000;
	}
	
	p {
	font-size: 1em;
	}

h3 {
	margin: 0px;
	font-size: 1.05em;
	font-weight: bold;
	/*color: #492400; */
	}	

h4 {
	margin: 0px;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	color: #492400;
	}	

img {
	border: 0;
	}

a {
	font-weight: normal;
	text-decoration: underline;
	/* color: #492400; */
	}

a:visited { 
	font-weight: normal;
	/* color: #5E049E; */
	text-decoration: underline;
	}

a:hover {
	font-weight: normal;
	/* color: #990000; */
	text-decoration: underline;
	}

a:active {
  /* color: #492400; */
  text-decoration: none;
  }	

	
ul {
margin-left: 0px;
padding-left: 0px;
}	
	
li {
	list-style-type: none;
	text-indent: 0px;
	}

/* Page Body ------------------------------------------- */

#container {
	width: 920px;
	/* @height:100%; */
	/* @margin-top: -16px; */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/interface/fipc-background.gif);
	padding: 0px 20px 20px 20px;
	}
	
 #main_content {
	width: 634px;
	float: right;
	}
	
#downloads td {
	padding: 0px 7px 10px 7px;
	text-align: center;
	}
	
	
#downloads td h2 a {
	font-size: 1.30em;
	font-weight: bold;
}

#downloads td h3 a {
	font-size: 1.3em;
}
	
#footer {
	padding: 20px 0px 0px 306px;
		font-size: .85em;
	color: #412323;
}

	
	
/* end of Page Body ------------------------------------ */

/* Site Navigation ------------------------------------- */
#site_nav {
	width: 286px;
	float: left; 
	padding: 20px 0px 20px 0px;
	/*margin: 0px 20px 0px 0px; */
	}
	
#logo {
	padding: 0px 0px 60px 0px;
}

.navlink {
	padding: 0px 0px 30px 0px;
	
	}

#comments {
	width: 234px;
	padding: 60px 52px 0px 0px;
	color: #ffffff;
	font-size: 1.2em;
	}
	
#comments p{
	text-align: center;
}
	
#comments a { 
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 1.2em;
	text-decoration: none;
	}
	
#comments a:visited { 
	font-weight: normal;
	/* color: #5E049E; */
	}

#comments a:hover {
	font-weight: normal;
	/* color: #990000; */
	text-decoration: underline;
	}
/* end of Site Navigation ------------------------------ */


.spacer {
	clear: both;
	}
