/*----------------*
* Begin Structure
*/

div#container {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	width: 700px;
	background-color: white;
	}

div#navigation {

	width: 700px;
	height: 100px;
	background-color: white;
}

.entry {
	padding-bottom: 25px;
}


.entry .entry_img {
	float: left; 
	text-align: center;	
	width: 275px;
}

.entry .entry_text {
	float: left;
	width: 350px;
}

/*
* End structure
*---------------*/

form { 
	margin-left: 24px;  
	}	
	
.entry form {
	display: block;
	}

input {
	margin-top: 25px;
	background-color: #fff;
	border: 1px solid #808080;
	font-family: arial;
	font-size: 10px;
	color: #6496DD;
	}

/* -------------------------------------------------------------------------- *
 * Typography and colors                                                      *
 * -------------------------------------------------------------------------- */
 
a {
	color: #6496DD;
	}

a:link, a:visited {
	color: #6496DD;
	}

a:hover, a:active {
	color: #6496DD;
	}

body {
	font-family: arial;
	font-size: 12px; 
	line-height: 14px;
	background-color: white;
	margin: 0; 
	padding: 0; 
	text-align: center; 
	}


/* -------------------------------------------------------------------------- *
 * This is the portion of the style file that deals with the banner image     *
 * positioning. Changes to the background's size need to be made here. 	   *
 * -------------------------------------------------------------------------- */
 
ul#navigation {
	text-align: center;
	padding-top: 10px;
	height: 30px;
	width: 700px;
}

ul#navigation li { 
	margin-top: 10px;
	display: inline;
	list-style-type: none;
	width: 60px;
}

ul#navigation a:link, ul#navigation a:visited { 
	float: left;
	margin: 10px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	color: #000;
	display: block;
	height: 30px;
	width: 80px;
}

ul#navigation a:hover {
	border-bottom: 3px solid #808080;
}

/*-------------*
*  Begin Lists
*/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 90px 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul { padding: 0 90px 0 30px; }


/*---------------*
*  Begin Headers
*/
h1 {
	font-family: book antiqua;
	font-size: 48px;
	line-height: 50px;
	padding: 0px;
	margin-top: 50px;
	}

h2 {
	margin: 20px 0px;
	line-height: 28px;
	padding-top: 10px;
	border-top: 1px solid #808080;
}

.entry h2 {
	clear: left;
}

.entry_img h2 {
	clear: none;
}
/* 
* End Headers
*-------------*/


/*--------------*
*  Begin Images
*/

img {
	margin: 25px;
	padding: 0px;
}
.entry img {
	border: 1px solid grey;
}
/*
* End Images
*------------*/
