body	{
	text-align: center;
	margin-left: auto;
	margin-right: auto; /* bådde text-align center och margin auto för att centrera sidan i alla webbläsare */
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px; /* både margin-top och padding nollas för att ta bort marginalen i alla webbläsare */
	background-color: White;
	font-family: Verdana, Tahoma, Arial, Microsoft Sans Serif, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

#container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 1em;
	background-color: White;
}

#menu	{
	text-align: left;
	float: left;
	width: auto;
	margin: 0px;
}

#cprght	{
	text-align: right;
	width: auto;
	margin: 0px;
	padding: 0px;
	color: #744b24;
}

#pagebox	{
	text-align: left;
	width: 800px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(../graphx/bgr800x510.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#leftbox	{
	text-align: left;
	float: left;
	width: 300px;
	height: 510px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#mainbox	{
	text-align: left;
	width: auto;
	margin: 0px;
	padding: 0px;
	padding-top: 150px;
	background-color: transparent;
}

#footer	{
	text-align: left;
	width: auto;
	margin: 0px;
	margin-bottom: 2em;
	padding: 0px;
}

#gallbox {
	text-align: center;
	width: 100%;
	background-color: Gray;
}

#gallery	{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 602px;
}

#gallery	img	{
	text-align: center;
	border: 1px;
	border-color: White;
	padding-top: 20px;
}

h1	{
	text-align: left;
	font-family: verdana, sans-serif;
	font-size: 16pt;
	line-height: 24px;
	font-weight: bold;
	font-style: italic;
	/*color: #744b24;*/
	color: #c69c6d;
}

a	{
	color: #744b24;
	text-decoration: none;
	font-weight: bold;
}

a:hover	{
	color: black;
	text-decoration: underline;
}

#menu	a {
	text-align: left;
	color: #744b24;
	font-weight: normal;
	padding: 0.5em;
}

#menu a:hover {
	text-align: left;
	color: white;
	text-decoration: none;
	background-color: #744b24;
	padding: 0.5em;
}

img	{
	text-align: left;
	border: none;
	border-style: none;
}

.emfas	{
	font-weight: bold;
}

.indent {
	margin-left: 1.5em;
}

.citation {
	padding-left: 20px;
	padding-right: 20px;
	/*text-align: justify;*/
}