#wrapper {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial,sans-serif;
}

h4 {
  font-size: 12px;
}

img {
  border: 1px solid #666;
}

a {
  text-decoration: none;
}


a:link, a:visited {
  color: #D01414;
  border-bottom: 1px dotted #D01414;  
}

a:hover, a:active {
  color: #666;
  border-bottom: 1px dotted #D01414;  
}

input#edit-preview {
	display: none;
}

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

h1 {
	font-size: 24px;
}

#header {
	height: 344px;
	background-image:url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#main-area {
	position: relative;
	top: 0;
	left: 0;
	min-height: 850px;
	background-image:url(../images/body_bg2.jpg);
	background-repeat: repeat-y;
}

#main-area-container {
	position: relative;
	top: 20px;
	left: 148px;
	width: 898px;
}

#main-nav {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C8C8C8;
}

#main-nav ul {
	margin: 0;
	list-style: none;
}

#main-nav li {
	list-style-image: none;
	list-style-type: none;
}

#main-nav li {
  margin-top: 7px;
}

#main-nav li.first {
  margin-top: 0;
}

#main-nav a {
  border-bottom: 1px dotted #D01414; 
}

#colleges-universities {
  margin-top: 15px;
}


#content {
	position: relative;
	top: 0;
	left: 0;
	width: 898px;
	float: left;
	text-align: left;	
}

/** CSS for commencement day **/
#left-column {
  float: left;
  margin-left: 30px;
  padding-right: 15px;
  padding-bottom: 50px;
  width: 150px;
  height: 770px;
  border-right: 1px solid #C8C8C8;
}

#right-column {
  float: left;
  margin-left: 20px;
  width: 650px;
}

#preview-area {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 55px;
  text-align: center;
}

.first-row {
  padding-bottom: 30px;
}

.second-row {
  padding-bottom: 8px;
}

#bottom-images a, #preview-area a {
  border-bottom: none;
  text-align: center;
}

#bottom-images img, #preview-area img {
  border: 1px solid #C8C8C8;  
  margin-right: 15px;
}

#preview-area img {
  margin-right: 0;
}

#bottom-images a:hover img, #preview-area a:hover img {
  border: 1px solid #D01414;
}

#preview-area a.text {
  border-bottom: 1px dotted #D01414;   
}

#bottom-images img.first {
  margin-left: 60px;
  margin-right: 60px;
}

#bottom-images img.last {
  margin-left: 35px;
}

/* Setting page height */
#main-area {
	min-height: 770px;
}
#left-column {
  height: 670px;
}
