@charset "UTF-8";
#container {
	height: 1300px;
	width: 1000px;
	box-shadow: 5px 5px 9px #000000;
	border: medium ridge #666;
	margin: auto;
}

#containermedium {
	height: 1500px;
	width: 1000px;
	box-shadow: 5px 5px 9px #000000;
	border: medium ridge #666;
	margin: auto;
}

#containerlong {
	height: 2700px;
	width: 1000px;
	box-shadow: 5px 5px 9px #000000;
	border: medium ridge #666;
	margin: auto;
}

#header {
	height: 410px;
	width: 1000px;
	background-image: url(images/header.png);
}
#navbar {
	height: 69px;
	width: 1000px;
	padding-top: 180px;
}
#contbox {
	height: 820px;
	width: 1000px;
	background-color: #E5E4E0;
	background-image: url(images/shaderbar.png);
	background-repeat: no-repeat;
}

#contboxmedium {
	height: 1020px;
	width: 1000px;
	background-color: #E5E4E0;
	background-image: url(images/shaderbar.png);
	background-repeat: no-repeat;
}

#contboxlong {
	height: 2220px;
	width: 1000px;
	background-color: #E5E4E0;
	background-image: url(images/shaderbar.png);
	background-repeat: no-repeat;
}

#content {
	float: right;
	width: 720px;
	height: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: dotted;
}

#sidebar {
	float: left;
	width: 235px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 0px;
	text-align: center;	
}
#sidebarimage {
	margin: auto;
	height: 215px;
	width: 215px;
	border: thin solid #333;
	box-shadow: 5px 5px 9px #000000;
}
#footer {
	height: 65px;
	width: 985px;
	background-color: #E5E4E0;
	padding-left: 15px;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: dotted;
	font-style: italic;
}
