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

/* general controls */

html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
body {
	background-color:#000000;
	margin:0px;
	padding:0px;
	}

/* div's */
	
#main-container {
	margin:0 auto;
	margin-top:50px;
	width:819px;
	height:633px;
	background-image:url(images/template/BG-main.jpg);
	}
#gal-container {
	margin:0 auto;
	margin-top:50px;
	width:819px;
	height:633px;
	background-image:url(images/template/BG-gal.jpg);
	}
#header {
	width:819px;
	height:200px;
	}
#header-navi {
	width:210px;
	height:200px;
	margin-left:175px;
	float:left;
	}
#header-form {
	width:350px;
	height:200px;
	margin-right:50px;
	text-align:right;
	float:right;
	}
#content{
	width:819px;
	height:393px;
	}
#content-text {
	width:445px;
	height:393px;
	margin-right:100px;
	float:right;
	text-align:left;
	}	
#content-services{
	width:750px;
	height:393px;
	margin-right:50px;
	float:right;
	text-align:left;
	font-size:10px;
	}	
#content-home{
	width:819px;
	height:393px;
	background-image:url(images/template/left-home.jpg);
	background-repeat:no-repeat;
	}
#content-blank{
	width:819px;
	height:393px;
	}
#content-ania{
	width:819px;
	height:393px;
	background-image:url(images/template/left-ania.jpg);
	background-repeat:no-repeat;
	}
#content-gal{
	width:750px;
	max-height:393px;
	}
#bottom-home{
	width:819px;
	height:39px;
	background-image:url(images/template/title-home.jpg);
	background-repeat:no-repeat;
	}
#bottom-profile{
	width:819px;
	height:39px;
	background-image:url(images/template/title-profile.jpg);
	background-repeat:no-repeat;
	}
#bottom-wedding{
	width:819px;
	height:39px;
	background-image:url(images/template/title-wedding.jpg);
	background-repeat:no-repeat;
	}
#bottom-portrait{
	width:819px;
	height:39px;
	background-image:url(images/template/title-portrait.jpg);
	background-repeat:no-repeat;
	}
#bottom-products{
	width:819px;
	height:39px;
	background-image:url(images/template/title-art.jpg);
	background-repeat:no-repeat;
	}
#bottom-services{
	width:819px;
	height:39px;
	background-image:url(images/template/title-services.jpg);
	background-repeat:no-repeat;
	}
#bottom-testamonials{
	width:819px;
	height:39px;
	background-image:url(images/template/title-testamonials.jpg);
	background-repeat:no-repeat;
	}
#bottom-contact{
	width:819px;
	height:39px;
	background-image:url(images/template/title-contact.jpg);
	background-repeat:no-repeat;
	}
#bottom-thanks{
	width:819px;
	height:39px;
	background-image:url(images/template/title-thanks.jpg);
	background-repeat:no-repeat;
	}
#bottom-right {
	width:210px;
	height:12px;
	margin-top:20px;
	font-size:10px;
	float:right;
	}
#footer {
	margin:0 auto;
	width:819px;
	height:20px;
	font-size:10px;
	}
#footer-left {
	width:400px;
	height:20px;
	float:left;
	}
#footer-right {
	width:210px;
	height:20px;
	float:right;
	}

/* classes */

.grey {
 	color:#999999;
 	}
.white {
	color:#FFFFFF;
	}
.red {
	color:#800000;
	}
.sixteenbold {
	font-size:16px;
	font-weight:bold;
	}
.sixteenbold-red {
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	}
.italic {
	font-style:italic;
	text-align:center;
	}
.ten {
	font-size:10px;
	color:#CCCCCC;
	}
.center {
	text-align:center;
}
/* linking */

a:active { 
	outline: none; 
	}
a:focus { 
	outline-style: none; 
	}
.whitelink a:link {
	color:#FFFFFF;
	outline: none;
	text-decoration:none;
	}
.whitelink a:active {
	color:#FFFFFF;
	outline: none;
	text-decoration:none;
	}
.whitelink a:visited {
	color:#FFFFFF;
	outline: none;
	text-decoration:none;
	}
.whitelink a:hover {
	color:#EEE1BF;
	outline: none;
	text-decoration:none;
	}

/* form styling */

.textfield_effect {
	border-width: 1px;
	margin-top:3px;
	border-style: solid;
	border-color: #800000;
	background-color:transparent;
	color:#FFFFFF;
	width: 150px;
	height: 17px;
	}
.textfield_effect:hover {
	border-color: #800000;
	}
.textfield_effect:focus {
	border-color: #800000;
	background-color:#FFFFFF;
	color:#000000;
	}
.button {
	width:51px;
	height:26px;
	margin-top:8px;
	border:0px;
	font-size:0px;
	background-image:url(images/template/BG-button.gif);
	}
	
/* headings */

.H1 {
	font-size:14px;
	font-weight:bold;
	}
.H1-GREY{
	font-size:14px;
	font-weight:bold;
	color:#CCCCCC;
	}
