@font-face {
		font-family: '100';
		src: url('../font/light.eot');
		src: url('../font/light.eot?#iefix') format('embedded-opentype'),
		 url('../font/light.woff') format('woff'),
		url('../font/light.ttf') format('truetype'),
		 url('../font/light.svg#light') format('svg');
		font-weight:100;
		font-style: normal;
		}
		
@font-face {
		font-family: '500';
		src: url('../font/regular.eot');
		src: url('../font/regular.eot?#iefix') format('embedded-opentype'),
		url('../font/regular.woff') format('woff'),
		url('../font/regular.ttf') format('truetype'),
		url('../font/regular.svg#regular') format('svg');
		font-weight:500;
		font-style:normal;
		}

@font-face {
		font-family: 'bold';
		src: url('../font/semibold.eot');
		src: url('../font/semibold.eot?#iefix') format('embedded-opentype'),
		 url('../font/semibold.woff') format('woff'),
		url('../font/semibold.ttf') format('truetype'),
		url('../font/semibold.svg#semibold') format('svg');
		font-weight:bold;
		font-style: normal;
		}

body {
	margin:0;
	padding:0;
	background:url(../dubrovnik-weddings-b.jpg) no-repeat;
	background-position: top center;
	font-family: '500' , "Trebuchet MS", Helvetica, sans-serif ;
	color:black;
	font-size:17px;
	letter-spacing:0px;
	}

a {
	color:black;}

a:hover {
	text-decoration:none;}

#wrapper {
	margin:auto;
	width:1000px
	}

.white-backgorund {
	margin: 15px 0 0 15px;
	width:850px;
	height:630px;
	background: #FFF;
	opacity:0.6;
 	filter:alpha(opacity=60); /* For IE8 and earlier */
	position:absolute;
	z-index:-1;
	}

.white-backgorund2 {
	margin: 15px 0 0 15px;
	width:850px;
	height:280px;
	background: #FFF;
	opacity:0.6;
 	filter:alpha(opacity=60); /* For IE8 and earlier */
	position:absolute;
	z-index:-1;
	}

.container {
	float:left;
	margin: 15px 0 0 15px;
	width:850px;
	height:280px;
	overflow-y: scroll;
	}

#boxscroll2 {
	float:left;
	margin: 15px 0 0 15px;
	width:850px;
	height:630px;
	/*overflow-y: scroll;*/
	}

#boxscroll2 p {
	color:#000;
	padding:0 20px 0 15px;
	}



#menu {
	width:120px;
	height:120px;
	float:right;
	text-align:right;
	margin: 15px 15px 0 0;
	}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	color:#FFF;
	}

#menu ul li {
	padding-bottom:7px;
	} 

#menu li a {
	color:white;
	text-decoration:none;
	font-size:24px;
	font-family: '100' , "Trebuchet MS", Helvetica, sans-serif ;
	}

#menu li a:hover {
	color:#003661;
	}

.contact-form {
	margin: 0 0 0 0px;}

.input-area input {
		margin-left:15px;
		width: 398px;
		display: block;
		border: none;
			}

.text-area textarea {
	margin-left:15px;
		width: 394px;
		height: 150px;
		display: block;
		border: none;
			}
			
.button input {
    border: none;
    background:#FFF;

}

.button input:hover {
    background:#6CF;
	color:white;
}

#all-contact {
	float:left;
	margin: 15px 0 0 15px;
	width:850px;
	height:280px;}

#all-contact p {
	color:#000;
	padding:0 20px 0 15px;
	}


.left-contact {
	float:left;
	width:300px;
	height:270px;
	margin-top:5px;
	border-right-style:solid;
	border-right-color:#FFF;
	border-right-width:1px;
	}

.left-contact br {
	margin-bottom:5px;}

.right-contact {
	float:right;
	width:530px;
	height:250px;
	margin-top:20px;
}

