/*CSS for southpark*/
/*Copyright 2010 DECottle Ltd. All rights reserved*/
p		//*if this p is not here h1 is black instead of blue*//
	{
	}

h1
	{
	font-weight: bold;
	color: blue;
	}

h2
	{
	font-weight: bold;
	color: blue;
	}
h3
	{
	font-weight: bold;
	color: blue;
	}

.text_declaration
	{
	color:black;
	font-family:Georgia,Times,sans-serif;
	font-size:small;
	font-weight:normal;
	font-style:italic;
	}

#navigation
	{
	background-color: #aaff33;
	color: blue;
	font-weight: bold;
	width: 150px;
	height: 100px;
	border: 1px dotted black;
	}
#bodycontent
	{
	<!--	border: 1px dotted black; --!>
	}

.display
	{
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right 30px;

	}
.img_frame_thumbnail
	{
	position: relative;
	left:50px;
	width: 250px;

	}

.img_display_thumbnail img
	{
	position: relative;
	top: 30px;
	left:30px;
	border: 10px solid grey;
	}

.img_caption_thumbnail p
	{
	padding-top: 25px;
	padding-left: 25px;
	height: 40%;
	font-size: 75%;
	font-weight: bold;	
	margin-top: 0;
	width: 200px;
	line-height: 1 em;
	}
.img_frame_landscape
	{
	position: relative;
	left:100px;
	width: 850px;
	border-color: black;
	border-style: solid;
	border-width:5px;
	}

.img_display_landscape img
	{
	position: relative;
	top: 30px;
	left:45px;
	border: 30px solid grey;
	}

.img_caption_landscape p
	{
	padding-top: 50px;
	padding-left: 70px;
	height: 40%;
	font-size: 100%;
	font-weight: bold;	
	margin-top: 0;
	width: 760px;
	line-height: 1.4em;
	}
.img_frame_portrait
	{
	position: relative;
	left:300px;
	width: 450px;
	border-color: black;
	border-style: solid;
	border-width:5px;
	}

.img_display_portrait img
	{
	position: relative;
	top: 30px;
	left:45px;
	border: 30px solid grey;
	}

.img_caption_portrait p
	{
	padding-top: 50px;
	padding-left: 50px;
	height: 40%;
	font-size: 100%;
	font-weight: bold;	
	margin-top: 0;
	width: 370px;
	line-height: 1.4em;
	}
.img_frame_art
	{
	position: relative;
	left:100px;
	width: 750px;
	border-color: black;
	border-style: solid;
	border-width:5px;
	}

.img_display_art img
	{
	position: relative;
	top: 30px;
	left:45px;
	border: 30px solid grey;
	}

.img_caption_art p
	{
	padding-top: 50px;
	padding-left: 50px;
	height: 40%;
	font-size: 100%;
	font-weight: bold;	
	margin-top: 0;
	width: 370px;
	line-height: 1.4em;
	}

