html, body {
  padding: 0;
  margin: 0;
}

body {
	font-size: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	text-align: center; /* hack to centre wrapper in IE (see wrapper) */
	background-color: #603;
}

#wrapper_1 {
	
  width:  960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* hack to centre wrapper in IE */
  background: url(images/background.jpg) repeat-x fixed;
  background-color:#ffd;
  border: 2px solid #ff0;
  
}

img.photo_border {
  border: 2px #903 solid;
}

/* @group Content */

#content {
display: inline;  /* End IE hack */
float: left;  
width: 750px;
margin-left: 200px;
padding: 12px;
}

/* @end */


#main_text_box {
  margin-left: auto;
  margin-right: auto;
  width: 650px;
  border: 2px solid #603;
  background-color:#ffc;
  padding: 20px;
}

#course_table p{
	line-height: 1.3em;
	font-weight: bold;
}
	

/* @group paragraphs */

p, Li, Blockquote {
	font-size: .76em;
	line-height: 1.3em;
}

p a {
  font-size: 1em;
}

center p  a {
  font-size: 1em;
}

center a {
  font-size: .76em;
}

ul li li {
  font-size: 1em;
}

ul li a {
  font-size: 1em;
}


a:hover {
  color: red;
}


/* @end */

/* @group h1,2,3 */

H1 {
  font-size: 1.4em;
  color: #990066;
  font-style: italic;
  letter-spacing: 3px;
  text-align: center; 
  margin-top: 20px;
  margin-bottom: -5px;
}

H2 {
  font-size: 1.2em;
  color: #333333;
  font-style: italic;
  letter-spacing: 2px;
  text-align: center; 
}

H3 {
  font-size: 1em;
  color: #990066;
  margin-bottom: 0px;
}

/* hack to correct bottom being cut off for IE */
* html H3 {
  margin-bottom: 0px;
}

H4 {
  font-size: .9em;
  color: #660000;
}

/* @end */

/* @group Left Sidebar */

#left_sidebar {
display:inline;
  float: left; 
  width: 200px;
 margin-left: -955px;
  }
  
/* hack to move right for IE */
 * html #left_sidebar {
 margin-left: -945px;
  }
  
/* @end */

/* @group navcontainer */

#navcontainer { 
  width: 190px;
  border: 2px solid #603;
  background-color:#fc9;
}

#navcontainer ul
{
margin-left: -36px;
list-style-type: none;
}

/* IE hack button wider*/
 * html #navcontainer ul
{
list-style-type: none;
}



#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
padding: 12px 12px;
width: 140px;
color: #ee0;
background-color: #603;
text-decoration: none;
text-align: center;
margin-left: 5px;
border-top: 3px solid #ffc;
border-left: 3px solid #ffc;
border-bottom: 3px solid #666;
border-right: 3px solid #666;
font-weight: bold;
font-size: 1.1em;
background-image: url(images/button.gif);
background-repeat: no-repeat;
font-style: normal;
vertical-align:center;
}

/* IE hack button wider*/
 * html #navcontainer a 
 {
width: 150px;
margin-left: 40px;
  }

#navcontainer a:hover
{
display: block;
background-color: #ffc;
margin-left: 7px;
border-top: 3px solid #666;
border-left: 3px solid #666;
border-bottom: 3px solid #ffc;
border-right: 3px solid #ffc;
background-image: url(images/button.gif);
background-repeat: no-repeat;
background-position: bottom right;
}
/* @end */

/* IE hack button wider*/
 * html #navcontainer a:hover 
 {
margin-left: 42px;
  }


/* @group bottommenu */

#bottommenu {
  clear: both;
}

/* @end */

/* @group footer */

#footer {
text-align: center;
font-size: .9em;
border-left: 1px solid #ccc;
clear:  both;
}


/* @end */
