/* CSS Document */

body	{
				background-color:			#000;
				margin:						0px;
				text-align:					center;
				height: 100%;
				background-image:url(./images/layout/background_site.jpg);
				background-repeat:repeat;
		}
html	{	
				margin:						0px;
				overflow:scroll;
				font:Verdana, Arial, Helvetica, sans-serif;
				font-size:1em;
		}
#head	{	
				background-image:			url(./images/layout/header.jpg);
				background-repeat:			no-repeat;
				margin:						0px;
				margin-left: 				auto;
				margin-right: 				auto;
				padding:					0px;
				height:						145px;
				width:						800px;
				z-index:					10;
				overflow:					hidden;
				border-left-color:			#cfcfd1;
				border-right-color:			#cfcfd1;
				border-bottom-color:		#cfcfd1;
				border-left-style:solid;
				border-left-width:1px;
				border-right-style:solid;
				border-right-width:1px;
				border-bottom-style:solid;
				border-bottom-width:12px;
		}
#foot
		{
				background-image:			url(./images/layout/footer.jpg);
				background-repeat:			no-repeat;
				margin-left:				auto;
				margin-right:				auto;
				margin-bottom: 				0px;
				padding:					0px;
				height:						234px;
				width:						800px;
				display:					block;
				z-index:					10;
				overflow:					hidden;
				border-left-color:			#cfcfd1;
				border-right-color:			#cfcfd1;
				border-bottom-color:		#cfcfd1;
				border-left-style:solid;
				border-left-width:1px;
				border-right-style:solid;
				border-right-width:1px;
				border-bottom-style:solid;
				border-bottom-width:1px;
		}
#menu	{
				background-color:			#cfcfd1;
				background-image:			url(./images/layout/background_menu.jpg);
				background-repeat:			no-repeat;
				margin-left:				auto;
				margin-right: 				auto;
				padding:					0px;
				height:						20px;
				width:						800px;
				display:					block;
				z-index:					10;
				overflow:					hidden;
				border-left-color:			#cfcfd1;
				border-right-color:			#cfcfd1;
				border-left-style:solid;
				border-left-width:1px;
				border-right-style:solid;
				border-right-width:1px;
				text-align:center;
				margin-top:-10px;
				padding-top:-30px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:.6em;
				font-weight:bold;
				text-transform:capitalize;
				color:#020daa;
		}
#content
		{
				background-image:			url(./images/layout/background_content.jpg);
				background-repeat:			repeat;
				margin-left:				auto;
				margin-right: 				auto;
				padding:					0px;
				width:						760px;
				display:					block;
				z-index:					10;
				overflow:					hidden;
				border-left-color:			#cfcfd1;
				border-right-color:			#cfcfd1;
				border-left-style:solid;
				border-left-width:1px;
				border-right-style:solid;
				border-right-width:1px;
				padding-top:10px;
				padding-left:20px;
				padding-right:20px;
				text-align:left;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:.7em;
				color:#FFF;
				overflow:auto;
		}
#copytxt
		{
			margin-top:40px;
			display:block;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:.6em;
			font-weight:bold;
			text-shadow:#666666;
			/*color:#0099FF; */
			color:#020daa;
			text-align:left;
			text-align:center;
		}
#conttxt
		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:.7em;
			font-weight:bold;
			text-shadow:#666666;
			color:#0099FF;
			text-align:left;
			padding-top:50px;
			padding-left:70px;
			text-align:left;
		}
.txt	{
		margin-left:5px;
		text-align:left;
		overflow:auto;
		}

.pic
		{
		display:inline;
		text-align:left;
		float:left;
		margin-right:10px;
		}
.pic2
		{
		display:inline;
		text-align:left;
		float:right;
		margin-left:10px;
		}
.cd
		{
		clear:both;
		}

#fotoshoot
		{
			text-align:center;
		}

img { margin:0px; }

a:link
	{
	color:#0033CC;
	text-decoration:none;
	}
a:visited
	{
	color:#0033CC;
	text-decoration:none;
	}
a:hover, a:active
	{
			color:#0099FF;
			text-decoration:overline;
	}
