@charset "utf-8";
/* CSS Document */

body 
{
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
}

a {
	cursor: hand;
	position: relative;
}

a.designed
{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

img.content_img
{
	border: #008595 2px solid;
	margin: 8px 8px 8px 8px;
}

img.right_img
{
	border: #008595 1px solid;
	margin: 4px 4px 4px 4px;
}

img.right_img:link, img.right_img:visited {
	border: #008595 1px solid;
}

img.right_img:hover {
	border: #fe0000 1px solid;
}

img.left_img
{
	border: #008595 1px solid;
	margin: 10px 10px 10px 10px;
}

img.left_img:link, img.left_img:visited {
	border: #008595 1px solid;
}

img.left_img:hover {
	border: #fe0000 1px solid;
}

h1 {
	color: #aaaaaa;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	border-bottom: #008595 1px solid;
	padding: 3px 3px 3px 3px;
}

h2 {
	color: #aaaaaa;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	border-bottom: #008595 1px solid;
	padding: 2px 2px 2px 2px;
}

.gal_field
{
	font-size: 12px;
	font-weight: normal;
	border: #008595 1px solid;
	padding: 2px 2px 2px 2px;
}

a.designed:hover
{
	color: #ffffff;
	text-decoration: none;
}

div.clear
{
	clear: both;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
}

	div.container
	{	
		width: 900px;
		margin: 0px auto 15px auto;
		padding: 0px 0px 95px 0px;
		background-image: url(../images/content.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		background-color: #ffffff;
	}
	
		div.container #header
		{
			width: 880px;
			height: 280px;
			margin: 0px 10px 0px 10px;
		}
		
			
			div.container div.menu
			{
				font-family: verdana;
				font-size: 12px;
				font-weight: bold;
				color: #555555;
				text-align: left;
				padding: 0px 0px 0px 25px;
				width: 865px;
			}
			
					div.container div.menu a
					{
						font-family: verdana;
						font-size: 12px;
						color: #008595;
						text-decoration: none;
					}
					
						div.container div.menu a:hover
						{
							font-family: verdana;
							font-size: 12px;
							color: #555555;
							text-decoration: none;
						}
				
		div.container div.content
		{
			width: 880px;
			margin: 35px 10px 10px 10px;
		}
			
			div.container div.content_left
			{
				float: left;
				width: 495px;
				font-family: verdana;
				font-size: 12px;
				font-weight: normal;
				color: #333333;
				line-height: 1.5em;
				padding: 0px 0px 0px 15px;
			}

					div.container div.gallery_left
					{
						width: 440px;
						text-align: left;
						margin: 0px auto 0px auto;
					}			
		
			div.container div.content_right
			{
				float: right;
				width: 300px;
				font-family: verdana;
				font-size: 12px;
				font-weight: bold;
				color: #008595;
				text-align: center;
				border-left: #cccccc 1px solid;
				padding: 0px 15px 0px 15px;
			}	
			
					div.container div.content_right a
					{
						color: #008595;
						font-weight: normal;
						font-size: 11px;
						text-decoration: underline;
					}
					
						div.container div.content_right a:hover
						{
							color: #666666;
							font-weight: normal;
							font-size: 11px;
							text-decoration: none;
						}
				
