body {
	background-color: #a30912;

	margin: 0;
	padding: 0;
	
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 76%; /* font sizing in ems, baby. if you want to change anything, just change this. */
	line-height: 1.4;
	text-align: center;
}

img {border:0;}

#content {
	width: 750px;
	background-color:white;
	margin-left: auto;
	margin-right: auto;
	border-color: #b96b75;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	min-height: 250px;
}

#menu {
	height: 40px;
	background-image: url("../../images/menu_bg.png");
	background-position:100px ;
	background-repeat: repeat-x;		
}

#menu a {
	float: right;
	height: 25px; /* i dont think we need this */
	padding: 2px 15px 2px 15px;
	
	line-height: 25px;
	font-size: 1.2em;

	color: white;
	text-decoration: none;
	border-width: 0 0 0 1px;
	border-color: white;
	border-style: solid;
}

#menu a:hover {
	color: #85E260; /* DFEBEA? */
	background-color: #3A8FAD;
}

/* .secondard, .itemtext, etc. All for WP. */

#maincontent {
	padding: 10px;
	text-align: left;
	/* line-height: 1.5em; */
}

#maincontent a, .itemtext a, .secondary a {
	text-decoration: none;
	color: #c33234;
	border-bottom: 1px dotted #828282
}

#maincontent a:hover, .itemtext a:hover, .secondary a:hover, .secondary a:visited:hover {
	color: #a30912;
	border-bottom: 1px solid #828282;
	text-decoration: none !important; /* overiding the text-decoration: in WP */
}

#maincontent a:visited, .itemtext a:visited, .secondary a:visited {
	color: #a30912;
	border-bottom: 1px solid #828282;
	text-decoration: none !important;
}

/* the #foooter declerations are for wordpress compatibility */
#copyright, #footer, #footer small {
	color: #F9D1C3;
	padding: 5px;
}

#copyright a, #footer a {
	color: #EEDDDD;
	text-decoration: none;
	border-bottom: 1px dotted #EEDDDD;
}

#copyright a:hover, #footer a:hover {
	color: #FF898C;
	border-bottom: 1px solid #FF898C;
}

.appbox {
	padding: 7px;
	width: 300px;
	margin:0 auto 0 auto;
}

/* softtable used in index & software pages */
#softtable {
	width:100%;
}

#softtable tr {
	text-align:center;
}


h1, h2, h3, h4 {
	color: #a30912;
}

h1, h2 {
	padding: 0;
	margin: 0;
	font-size: 1.5em;
}

h1 {
	font-size: 1.7em;
}

.nolinkstyle a:link, .nolinkstyle a:hover, .nolinkstyle a:visited, .nolinkstyle { /* for when we want to get rid of the underline! */
	text-decoration:none !important;
	border-width: 0 !important;
}

