﻿body
{
	text-align: center;
	background-color: #000000;
	font-family: 12px Calibri,Arial;
}
*
{
	margin: 0px;
	padding: 0px;
}
/*master page*/
#container
{
	width: 850px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	overflow: hidden;
	background-color:White;
}
#header
{
	height: 100px;
	background-image: url( '../images/headertop.jpg' );
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
	background-color: White;
	
}
#logo
{
	 margin-left:20px;
	 margin-top:20px;
}
#top-nav
{
	height: 100%;
	margin-left:20px;
	 margin-top:15px;
	 width:450px;
}
#placeholder
{
	float: right;
	width: 560px;
	background-color: White;
	height: 100%;
	overflow:hidden;
	padding-left:10px;
	padding-top: 10px;
	margin-right: 20px;
	padding-bottom: 20px;
}

.button
{
	background-color: White;
	float: left;
	width: 250px;
	padding-left: 10px;
	padding-top: 10px;
}
#footer
{
	background-position: center top;
	background-color: #c2c2c2;
	padding-top: 40px;
	margin: 0 auto;
	width: 850px;
	background-image: url( '../images/roundedbottom.jpg' );
	background-repeat: no-repeat;
}

/*defaultpage*/
.roundedrectangle1
{
	margin-top: 200px;
	padding: 5px 5px 5px 5px;
	width: 300px;
	height: 167px;
	border: 1px solid #cecccc;
	float: left;
}
.roundedrectangle2
{
	margin-top: 200px;
	padding: 5px 5px 5px 5px;
	width: 300px;
	height: 167px;
	border: 1px solid #cecccc;
	float: right;
}

a
{
	color: #f59920;
	text-decoration: underline;
	font-size: 12px;
}
