body { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: arial, sans-serif;
	font-size: x-small;
	background-color: white;
}

p {
	text-align: justify; 
}

#header {
	background-image: url('/TeamTime/images/blue_gradient.png');
	background-repeat:  repeat-x;
	background-color: white;
	width:100%;
	height:56px;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

#menu {
	position: relative;
	top: 14px;
	
	width: 100%;
	height: 22px;


	border-top: 1px black solid;
	border-bottom: 1px black solid;

}

#menubar {
	width: 730px;
	height: 22px;
}

.menu_button {
	height: 20px;
	font-size: x-small;
	text-align: center;
	background-color: #FFFFFF;
	text-decoration: none;
	color: black;
	font-weight: bold;
	width: 100px;

}
.menu_button a {
	text-decoration: none;
	color: black;
	border: 1px white solid;
	height: 20px;


}
.menu_button a:hover {
	background-color: #B0B0D0;
	text-decoration: none;
	color: white;
	border: 1px black solid;
}

#content {
	background-image: url('/TeamTime/images/border_tl.png');
	background-repeat: no-repeat;

	position: relative;
	top: 20px;
	min-height: 300px;

	margin-left: 20px;
	margin-right: 20px;

	padding-left: 65px;
	padding-right: 85px;

	padding-top: 55px;

}

#footer {
	position: relative;
	top: 20px;

	height: 196px;

	background-image: url('/TeamTime/images/border_br.png');
	background-repeat: no-repeat;
	background-position:  bottom right;

	margin-left: 20px;
	margin-right: 20px;

	padding-left: 65px;
	padding-right: 65px;

	padding-top: 55px;

}

#copyright {
	position: relative;
	top: 75px;
	text-align: right;
	font-size: 75%;
	color: gray;
}

.screenshot_caption {
	font-family: courier, mono-spaced;
	text-align: center;
	color: #476fa8;
}

.subheader {
	font-size: 120%;
	font-weight: bold;
	font-family: helvetica, sans-serif;
}

.news_title {
	font-size: 110%;
	font-weight: bold;

}


.main_text {
	font-family: arial, sans-serif;
	font-size: x-small;
}

.subtitle {
	font-family: arial, sans-serif;
	font-size: small;
}