/* div names:
	wrap-all
	wrap_top
	corner
	banner
	wrap_main
	navigation
	main_content
	footer
*/

/* temporary borders for divs */
/*
.wrap_all {border: 3px solid red;}
.wrap_top {border: 3px solid blue;}
.corner {border: 3px solid green;}
.banner {border: 3px solid orange;}
.wrap_main {border: 3px solid black;}
.navigation {border: 3px solid cyan;}
.main_content {border: 3px solid blue;}
.footer {border: 3px solid yellow;}

*/

/* -----entire page----- */
.wrap_all
{
	margin: 0 auto;
	width: 850px;
	background: #fff;
	color: #333;
	font-weight: normal;
	font-family:  helvetica, arial, sans-serif;
	
}


/* -----default formatting styles----- */ 

h1 {font-weight: normal;}
p {color: #333;}
li {list-style-type: none;
	text-decoration: none;}
a {text-decoration: none;
	font-weight: bold;
	color: #333;}
a:hover {text-decoration: underline;
	color: #333;
	/* background-color: #759878 */}
a:visited {}
	
/* -----student page formatting----- */ 
h1.student_page{font-weight: bold;
color: #333;}	
img.student_page{
	margin-top: 5px;
	margin-bottom: 5px;}	
p.course_name {color: #333;
	font-size: 1.25em;}
p.contact_details {color: #333;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.4em;
	padding: 0;
	margin: 0;}
/* -----common banner----- */
.wrap_top
{

	height:  110px;
	width: 850px;
	margin: 0px;
	padding: 0px;
}

h1.wrap_top {color: #fff;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;}

.corner
{
	float: left;
	height: 110px;
	width: 150px;
/*	background-image: url("CIMG7550_trees_150.JPG") no-repeat;*/
}
img.corner {margin: 0; padding: 0;}

.banner
{
	float: right;
;
	height: 110px;
	width: 700px;
	background-color: #f93;


}



/* -----main part of the page----- */
.wrap_main
{
	min-height:480px;
	width: 850px;
	background: url(images/grey150w.gif) repeat-y left top; 
	
}
	
/* -----navigation bar placing----- */	
	.navigation
{
	margin-top: 0px;
	float: left;
	width: 150px;
	background-color: #ccc;
}
	
	
/* -----left column----- */
.main_content
{
	float: right;
	width: 680px;
}

/* -----common footer----- */
.footer
{
	clear: both;
	width: 850px;
	background: #eee;
	text-align: center;
	font-size: .75em;
	padding-top: 10px;
	background-color: #f93;
	color: #fff;
}

.footer a {text-decoration: none;}

        a.footnav:link {color: #383;}
	a.footnav:hover {background: #383; color: #fff;}


/* -----navigation bar formatting----- */


.navigation ul
{
	margin: 0;
	padding: 0;

}

.navigation ul li
{
	list-style-type: none;
	padding-bottom: 10px;
	font-weight: bold;
	color: #bababa;

}

.navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	color: #333;

}

.navigation li a:hover {text-decoration: underline;
	color: #333;
}
	
	/* highlight current page */	
body#home a#homenav, body#special a#specialnav, body#contact a#contactnav {
	color: #fff;
	background: #666;}


/* -----images----- */
img.center {
	display: block;
	margin: 0 auto;
	border: none;}

img.center_construction {
	display: block;
	margin: 100px auto;}
	
img.front_page {
	display: block;
	margin: 0 auto;
	border: none;
	width: 650px;

}

/* -----buttons----- */

	
/* -----miscellaneous formatting----- */

.border {border: thin solid #666;}
.no_border {border: none;}
.center_text {text-align: center;}
.right_text {text-align: right;}
.double_spaced {line-height: 2em; 
	margin-top: 0px;
	margin-bottom: 0px;}
.float_left {float: left;}
.indent {margin-left: 90px;}




