﻿/*
CSS for Stony Brook site
*/
#header, #sitebranding, #tagline, #mainnavigation, #bodycontent, #contact, #currentmessage, #commingevents, #patch {
	border: 1px solid red;
	Padding: 2px;
	margin-bottom: 2px;
	position: absolute;
	left: 227px;
	top: 19px;
	height: 152px;
}

#header{
	width: 80%;
}
#patch
{
	top: 6px;
	left: 699px;
	position: absolute;
}
#currentmessage{
	top: 50px;
	left: 200px;
	position: center;
}
#contact{
	top:24px;
	right:250px;
	position:absolute;
}
	
#mainnavigation {
	top: 95px;
	position: absolute;
}

#commingevents{
	top: 138px;
	left: 273px;
	width: 50%;
	position: absolute;
}

#version{
	position:bottom;
	position: absolute;
}
