html {
/*	margin-left: 15%;
	margin-right:15%;
	border-style:solid;
	border-color:black;
*/
	background-attachment:	fixed;
	background-image:		url("../res/backgroundpattern.jpg");
	background-repeat:		repeat-x;
	color:					white;
	font-family:			serif;
}

#header, #main {
	width:				780px;
	padding:			15px;
}

#header {
	position:			relative;
	left:				130px;		/* TO SET */
	height:				110px;
}

#main {
	position:			relative;
	padding:			0px;
}

#navitop {
	background-image:	url("../res/navibackground01.png");
	position:			absolute;

	top:				0px;
	left:				170px;		/* TO SET */
	
	padding-top:		10px;
	padding-right:		10px;
	
	width:				294px;
	height: 			339px;
	
	list-style-type:	none;
}

#navitop li {
	list-style-type:	none;
}

#navitop li a {

}

#navitop a {
	list-style-type:	none;
	text-decoration:	none;
	display:			block;
}

#navitop a:link		{ color:white;				text-decoration:none; }
#navitop a:visited	{ color:white;				text-decoration:none; }
#navitop a:focus	{ background-color:white;	color:#990000;			text-decoration:none; }
#navitop a:hover	{ background-color:white;	color:#990000;			text-decoration:none; }
#navitop a:active	{ background-color:white;	color:#990000;			text-decoration:none; }

#navibottomup {
	background-image:	url("../res/navibottomup.png");
	position:			absolute;

	top:				349px;
	left:				170px;		/* TO SET */

	width:				304px;
	height:				40px;

}

#navibottom {
	background-image:	url("../res/navibackground02.png");
	position:			absolute;

	top:				349px;
	left:				170px;		/* TO SET */

	padding-top:		26px;
	padding-left:		32px;

	width:				272px;
	height: 			344px;

	list-style-type:	none;
}

#navibottom li {

}

#navibottom li a {

}

#navibottom a {

}

#navibottom a:link		{ }
#navibottom a:visited	{ }
#navibottom a:focus		{ }
#navibottom a:hover		{ }
#navibottom	a:active	{ }

#navibottomdown {

}

/*
#selected			{ background-color:white;	color:#990000; }
#selected a:link		{ background-color:white;	color:#990000; }
#selected a:visited	{ background-color:white;	color:#990000; }
#selected a:focus	{ background-color:white;	color:#990000; }
#selected a:hover	{ background-color:white;	color:#990000; }
#selected a:active	{ background-color:white;	color:#990000; }
*/
#video {
	background-image:	url("../res/videobackground.png");
	position:			relative;
	left:				470px;		/* TO SET */

	padding:			10px;
	width:				589px;
	height:				329px;
	font-size:			10pt;
}

#contentup {
	background-image:	url("../res/contentbackgroundtop.png");
	left:				470px;
	position:			relative;
	
	width:				606px;
	height:				28px;
}

#content {
	background-image:	url("../res/contentbackground.png");
	background-repeat:	repeat;
	position:			relative;
	left:				470px;		/* TO SET */

	padding-top:		10px;
	padding-bottom:		10px;
	padding-left:		30px;
	padding-right:		30px;
	width:				546px;
	
	font-size:			0.9em;
	color:				white;
	text-align:			justify;
}

#content a:link		{ color:white;															  }
#content a:visited	{ color:white;										text-decoration:none; }
/*#content a:focus		{ background-color:white;	color:#990000;			text-decoration:none; }*/
/*#content a:hover		{ background-color:white;	color:#990000;			text-decoration:none; }*/
#content a:active	{ background-color:white;	color:#990000;			text-decoration:none; }

#contentdown {
	background-image:	url("../res/contentbackgroundbottom.png");
	left:				470px;
	position:			relative;

	width:				606px;
	height:				29px;
}

#footer {
	position:			relative;
	left:				470px;		/* TO SET */
	
	padding:			15px;
	width:				579px;
	height:				21px;
	
	font-size:			0.75em;
	text-align:			center;
	
	background-image:	url("../res/footerbackground.png");
}

#footer a:link			{ color:white; text-decoration:none }
#footer a:visited		{ color:white; text-decoration:none }
#footer a:focus			{ color:white; text-decoration:none }
#footer a:hover			{ color:white; text-decoration:none }
#footer a:active		{ color:white; text-decoration:none }