/*--------BASE.CSS--------*/
/*------------------------*/
/*----BOX MODEL LAYOUT----*/
/*-----copyright----------*/
/*--Carter De Angelis-----*/

/*----------GLOBAL--------*/

*{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	text-align:center;
	font: 14px/18px helvetica, arial, sans-serif;
	color: #F0E9CE;
	background: #F0E8CE url(images/gradient.gif) repeat-x top;
}

html
{
	height: 100%;
	margin: 0;
	padding: 0;
}

/*--------LAYOUT--------*/

#nav
{
margin: 0 auto 0 auto;
}
#buttons
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: -1%;
	margin-bottom: 0%;
	margin-right: auto;
}
/*the -1% was added because of a 4px gap in between header and the buttons; */

#content
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	width: 665px;
	margin:0 auto 0 auto;
	padding-top:1%;
}

/*---------TEXT----------*/

#form1
{
margin: 1% 68% 3% 0;
}

p
{
	margin: auto auto 1.3% auto;
	padding-left: 50px;
	padding-right: 50px;
	text-align: justify;
}

.indent { 
	text-indent: 18px;
	clear:none;
}

#address { margin-left: 11%; }


#nav
{
margin:0 auto 0 auto;
}

span
{
	margin-right: 10px;
	font-style: italic;
}

.book 
{
font-size:14px;
font-style: italic;
padding: 1% 0 .5% 60px;
}


#copyright
{
	font: 10px/0px Arial,Helvetica,sans-serif;
	text-align:center;
	margin-top: 30px;
	margin-bottom: 8px;
}

/*---------LINKS---------*/

a img
{
	border: none;
	margin: 0;
}

a { color: #F0E9CE;}

a:hover{
color:#9B001F;
}

.description { text-decoration: none; }

.description:hover{
color:#f0e9ce;
}

.downloadselect
{
	color: #F7EBCE;
	background-color:#070706;
	margin-top: 40px;
	clear: left;
}


#valid
{
	font: 10px/15px Courier,monospace;
	text-align: center;
	text-decoration: none;
}

/*------HEADINGS--------*/

h1
{
	font: 18px/15px Helvetica, arial, sans-serif;
	text-align: center;
	margin-bottom: 2%;
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

/*-----PICTURES---------*/
.floatedpicright
{
	float: right;
	margin: 10px 0 7px 10px;
}

.floatedpicleft
{
	float: left;
	margin: 10px 10px 10px 0;
}

#stats {
position:relative;
left:250px;
}