
		body
		{
		background-color: rgb(72,90,80);
		margin: 20px;
		}
		
		/*-----------text--------*/
		p, h1, h2, p.centeredtext
		{
		color: white;
		font-family: 'Trebuchet MS', sans-serif;
		font-size: 12px;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin: 0px;
		line-height: 16px;
		}
		
		p.redcolor
		{
		color: rgb(220,140,90);
		}
		
		p.greencolor
		{
		color: rgb(90,220,140);
		}

		p.centeredtext
		{
		text-align: center;
		}

		
		p.centeredimage
		{
		text-align: center;
		padding-left: 6px;
		padding-right: 6px;
		}		
		
		p.moviename, p.moveverdict
		{
		padding: 2px;
		}
		
		p.movieverdict
		{
		font-size: 14px;
		}
		
		p.update
		{
		color: rgb(69,83,92);
		text-align: center;
		font-size: 12px;
		}
		
		h1
		{
		font-size: 16px;
		padding-bottom: 6px;
		font-weight: bold;
		}
		
		p.imagetext
		{
		font-style: italic;
		text-align: center;
		padding-top: 2px;
		padding-right: 30px;
		padding-left: 30px;
		}
		
		h2
		{
		font-size: 14px;
		padding-bottom: 2px;
		/*font-weight: bold;*/		
		}
		
		ul.simple
		{
		list-style-type: disc;
		color: white;
		font-family: 'Trebuchet MS', sans-serif;
		font-size: 12px;
		list-style-position: inside;
		/*padding: 0px;*/
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		list-style-image: url(http://www.christianeriksson.se/library/graphics/arrow.png);
		}
		
		ul.simple li
		{
		text-indent: 0px;
		}
		
		/*---------------div-------------*/
		div#divcenter, div#divcenter2
		{
		background-color: rgb(132,144,142);
		background-image: url(http://www.christianeriksson.se/library/graphics/roundedcenter.png);
		background-repeat: no-repeat;
		background-position: bottom; 
		width: 660px;
		border-width: 0px;
		border-style: none;
		margin-left: 120px;
		}
		
		div#divcenter2
		{
		background-image: url(http://www.christianeriksson.se/library/graphics/blank.png);
		}
		
		div#siteheader
		{
		background-color: rgb(72,90,88);
		background-image: url(http://www.christianeriksson.se/library/graphics/header3.png);
		width: 660px;
		height: 51px;
		margin-left: 120px;
		}
		
		div.textbox1, div.textbox2, div.textbox3 
		{
		background-color: rgb(109,123,132);	
		margin: 10px;
		border-style: none;
		border-width: 0px;
		padding: 0px;
		}
		
		div.textbox1	{ background-image: url(http://www.christianeriksson.se/library/graphics/1middle.png); width: 640px; }
		div.textbox2	{ background-image: url(http://www.christianeriksson.se/library/graphics/2middle.png); width: 440px; }
		div.textbox3	{ background-image: url(http://www.christianeriksson.se/library/graphics/3middle.png); width: 180px; }
		
		div.topsmall, div.bottomsmall, div.topmid, div.bottommid, div.toplarge, div.bottomlarge
		{
		height: 10px;
		font-size: 0pt; /*internet explorer hack*/
		background-color: rgb(109,123,132);
		}
		
		div.topsmall	{ background-image: url(http://www.christianeriksson.se/library/graphics/3top.png); width: 180px; }
		div.bottomsmall	{ background-image: url(http://www.christianeriksson.se/library/graphics/3bottom.png); width: 180px; }
		div.topmid	{ background-image: url(http://www.christianeriksson.se/library/graphics/2top.png); width: 440px; }
		div.bottommid	{ background-image: url(http://www.christianeriksson.se/library/graphics/2bottom.png); width: 440px; }
		div.toplarge	{ background-image: url(http://www.christianeriksson.se/library/graphics/1top.png); width: 640px; }
		div.bottomlarge	{ background-image: url(http://www.christianeriksson.se/library/graphics/1bottom.png); width: 640px; }
		
		div.clearboth
		{
		clear: both;
		}
		
		div.hack
		{
		width: 1px;
		height: 1px;
		font-size: 0pt; /*internet explorer hack*/
		}
		
		div.spacer
		{
		width: 660px;
		height: 21px;
		/*background-color: none;*/
		}
		
		div.signature
		{
		width: 116px;
		height: 20px;
		background-image: url(http://www.christianeriksson.se/library/graphics/christian.png);
		float: right;
		margin: 0px;
		margin-right: 10px;
		}
		
		/*---------links-------------*/
		a:link		{ text-decoration: none; color : #CCCCFF; }
		a:visited	{ text-decoration: none; color : #CCCCFF; }
		a:active	{ text-decoration: none; color : #AAAAAA; }
		a:hover 	{ text-decoration: none; color : #AAAAAA; } /*AAAADD*/
		
		
		/*------------tables--------------------*/
		table.frame_main
		{
		background-color: transparent;
		width: 660px;
		border: 0px;
		border-width: 0px;
		border-spacing: 0px;
		padding: 0px;
		border-collapse: collapse;
		}
		
		td.frame_main1, td.frame_main2
		{
		vertical-align: top;
		border: 0px;
		border-width: 0px;
		border-spacing: 0px;
		padding: 0px;
		}
		
		td.frame_main1	{ width: 460px; background-color: transparent; }
		td.frame_main2	{ width: 200px; background-color: transparent; }

		table
		{
		font-family: 'Trebuchet MS', sans-serif;
		font-size: 12px;
		}

		/*---------navigation------------*/
		ul#navlist
		{
		color: white;
		font-family: 'Trebuchet MS', sans-serif;
		/*font-weight: bold;*/
		font-size: 16px;
		padding: 0;
		white-space: nowrap;
		margin: 0px;
		margin-left: 12px;
		
		}
		
		#navlist li
		{
		display: inline;
		list-style-type: none;
		}
		
		#navlist a { padding: 2px 10px; }
		
		#navlist a:link, #navlist a:visited
		{
		color: #fff;
		/*background-color: none;*/
		text-decoration: none;
		}
		
		#navlist a:hover
		{
		color: #aaa;
		/*background-color: none; /* #369;*/
		text-decoration: none;
		}
		
		ul#imagelist
		{
		margin-left: 12px;
		margin-right: 12px;
		padding-left: 0px;
		padding-bottom: 6px;
		margin-bottom: 0px;
		}
		
		
		#imagelist li
		{
		display: inline;
		list-style-type: none;
		padding-right: 0px;
		}
		
		
		/*------images-------*/
		img
		{
		border-style: solid;
		border-width: thin;
		border-color: white;
		}

		img.linked
		{
		border-color: #CCCCFF;
		}
		
		img.noborder
		{
		border-style: none;
		}
		
		/*img#placeholder
		{
		border-style: dashed;
		border-width: thin;
		border-color: white;
		}*/
		
		img.imgnoborder
		{
		border: none;
		border-color: white;
		}

